summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/uniphier-ph1-sld3.dtsi
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-02 21:11:37 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 16:36:13 +0900
commit49dde45ba8dd11dfaf157394030cb7e592c01ad9 (patch)
treec260addec73fc1f3054a45a2e3d2500f63e4f0d6 /arch/arm/dts/uniphier-ph1-sld3.dtsi
parentaa37aba128750fe9539cbaf80e26e002f0cca7ad (diff)
downloadblackbird-obmc-uboot-49dde45ba8dd11dfaf157394030cb7e592c01ad9.tar.gz
blackbird-obmc-uboot-49dde45ba8dd11dfaf157394030cb7e592c01ad9.zip
ARM: dts: uniphier: add clocks properties to EHCI nodes
This allows the EHCI driver to get clocks from device tree. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-sld3.dtsi')
-rw-r--r--arch/arm/dts/uniphier-ph1-sld3.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld3.dtsi b/arch/arm/dts/uniphier-ph1-sld3.dtsi
index 91c9ba527f..85dde66f07 100644
--- a/arch/arm/dts/uniphier-ph1-sld3.dtsi
+++ b/arch/arm/dts/uniphier-ph1-sld3.dtsi
@@ -191,6 +191,7 @@
status = "disabled";
reg = <0x5a800100 0x100>;
interrupts = <0 80 4>;
+ clocks = <&mio 3>, <&mio 6>;
};
usb1: usb@5a810100 {
@@ -198,6 +199,7 @@
status = "disabled";
reg = <0x5a810100 0x100>;
interrupts = <0 81 4>;
+ clocks = <&mio 4>, <&mio 6>;
};
usb2: usb@5a820100 {
@@ -205,6 +207,7 @@
status = "disabled";
reg = <0x5a820100 0x100>;
interrupts = <0 82 4>;
+ clocks = <&mio 5>, <&mio 6>;
};
usb3: usb@5a830100 {
@@ -212,6 +215,7 @@
status = "disabled";
reg = <0x5a830100 0x100>;
interrupts = <0 83 4>;
+ clocks = <&mio 7>, <&mio 6>;
};
sysctrl: sysctrl@f1840000 {
OpenPOWER on IntegriCloud