diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-03-14 12:19:23 -0400 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2018-03-19 12:13:38 -0400 |
commit | f03ad7f6c5ca38242d9d23e6d1c087c43b66e481 (patch) | |
tree | e7953987a06259adafb1e8f9ab7b0dc97999eb7c | |
parent | 597667d889517c6085d57aac92dbf1cc624cd8ae (diff) |
ARM64: dts: marvell: armada-cp110: Add registers clock for USB host nodes
This extra clock is needed to access the registers of the USB host
controller used on Armada 7K/8K SoCs.
This follow the changes already made in the binding documentation (as
well as in the driver): "usb: host: xhci-plat: Fix clock resource by
adding a register clock"
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-cp110.dtsi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi index 355bb295e4d9..c35368d2a4cd 100644 --- a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi | |||
@@ -211,7 +211,9 @@ | |||
211 | reg = <0x500000 0x4000>; | 211 | reg = <0x500000 0x4000>; |
212 | dma-coherent; | 212 | dma-coherent; |
213 | interrupts = <ICU_GRP_NSR 106 IRQ_TYPE_LEVEL_HIGH>; | 213 | interrupts = <ICU_GRP_NSR 106 IRQ_TYPE_LEVEL_HIGH>; |
214 | clocks = <&CP110_LABEL(clk) 1 22>; | 214 | clock-names = "core", "reg"; |
215 | clocks = <&CP110_LABEL(clk) 1 22>, | ||
216 | <&CP110_LABEL(clk) 1 16>; | ||
215 | status = "disabled"; | 217 | status = "disabled"; |
216 | }; | 218 | }; |
217 | 219 | ||
@@ -221,7 +223,9 @@ | |||
221 | reg = <0x510000 0x4000>; | 223 | reg = <0x510000 0x4000>; |
222 | dma-coherent; | 224 | dma-coherent; |
223 | interrupts = <ICU_GRP_NSR 105 IRQ_TYPE_LEVEL_HIGH>; | 225 | interrupts = <ICU_GRP_NSR 105 IRQ_TYPE_LEVEL_HIGH>; |
224 | clocks = <&CP110_LABEL(clk) 1 23>; | 226 | clock-names = "core", "reg"; |
227 | clocks = <&CP110_LABEL(clk) 1 23>, | ||
228 | <&CP110_LABEL(clk) 1 16>; | ||
225 | status = "disabled"; | 229 | status = "disabled"; |
226 | }; | 230 | }; |
227 | 231 | ||