diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-12-07 03:46:45 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-11 11:28:34 -0500 |
commit | b535f4e5105fde140be0dc2a088181c07e669089 (patch) | |
tree | 6aca857d0624c6b6ddaeea24c341b46749276146 | |
parent | 0768c9df8ef06593edfe44bfa037f81473d5ddd2 (diff) |
ARM: dts: am43xx: add bus functionality to base PRCM node
Add simple-bus compatibility and ranges properties to prcm node. This is
done in preparation of adding the support for clkctrl nodes.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 549b9f42ab1e..bf4e58e2138e 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi | |||
@@ -163,9 +163,12 @@ | |||
163 | }; | 163 | }; |
164 | 164 | ||
165 | prcm: prcm@1f0000 { | 165 | prcm: prcm@1f0000 { |
166 | compatible = "ti,am4-prcm"; | 166 | compatible = "ti,am4-prcm", "simple-bus"; |
167 | reg = <0x1f0000 0x11000>; | 167 | reg = <0x1f0000 0x11000>; |
168 | interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; | 168 | interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; |
169 | #address-cells = <1>; | ||
170 | #size-cells = <1>; | ||
171 | ranges = <0 0x1f0000 0x11000>; | ||
169 | 172 | ||
170 | prcm_clocks: clocks { | 173 | prcm_clocks: clocks { |
171 | #address-cells = <1>; | 174 | #address-cells = <1>; |