aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2016-04-27 15:36:42 +0200
committerGregory CLEMENT <gregory.clement@free-electrons.com>2016-04-27 17:51:51 +0200
commit150fa1128438746280d9d9b403f0a42883a0e70c (patch)
tree25f7a4377ecf882ec5dec9592c05f5b6d6dbaae7 /arch/arm64/boot/dts/marvell/armada-37xx.dtsi
parentarm64: dts: marvell: Rename armada-37xx USB node (diff)
downloadlinux-dev-150fa1128438746280d9d9b403f0a42883a0e70c.tar.xz
linux-dev-150fa1128438746280d9d9b403f0a42883a0e70c.zip
arm64: dts: marvell: Use a SoC-specific compatible for xHCI on Armada37xx
Even if the Armada 37xx does not any specific setup, the device tree binding documentation requires to use a SoC-specific version corresponding to the platform first followed by the generic version. This patch introduce this new compatible string and updates the documentation accordingly. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-37xx.dtsi')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-37xx.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
index 55a861d60fae..1d4fb4d27787 100644
--- a/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-37xx.dtsi
@@ -106,7 +106,8 @@
};
usb3: usb@58000 {
- compatible = "generic-xhci";
+ compatible = "marvell,armada3700-xhci",
+ "generic-xhci";
reg = <0x58000 0x4000>;
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";