aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/pxa3xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi
index 5767ed4957ae..5e2dea0f1436 100644
--- a/arch/arm/boot/dts/pxa3xx.dtsi
+++ b/arch/arm/boot/dts/pxa3xx.dtsi
@@ -92,7 +92,7 @@
92 compatible = "marvell,pxa-ohci"; 92 compatible = "marvell,pxa-ohci";
93 reg = <0x4c000000 0x10000>; 93 reg = <0x4c000000 0x10000>;
94 interrupts = <3>; 94 interrupts = <3>;
95 clocks = <&clks CLK_USBHOST>; 95 clocks = <&clks CLK_USBH>;
96 status = "disabled"; 96 status = "disabled";
97 }; 97 };
98 98