diff options
author | Tero Kristo | 2017-12-07 09:46:44 +0100 |
---|---|---|
committer | Tony Lindgren | 2017-12-11 17:28:34 +0100 |
commit | 0768c9df8ef06593edfe44bfa037f81473d5ddd2 (patch) | |
tree | d05f8f758cdc5e9a00a7f79f208b50b88ff023b2 /arch/arm/boot/dts/am33xx.dtsi | |
parent | ARM: dts: dra7: add bus functionality to base PRCM nodes (diff) | |
download | kernel-qcow2-linux-0768c9df8ef06593edfe44bfa037f81473d5ddd2.tar.gz kernel-qcow2-linux-0768c9df8ef06593edfe44bfa037f81473d5ddd2.tar.xz kernel-qcow2-linux-0768c9df8ef06593edfe44bfa037f81473d5ddd2.zip |
ARM: dts: am33xx: 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>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index a0eb5370c668..bd10ba720ccd 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -179,8 +179,11 @@ }; prcm: prcm@200000 { - compatible = "ti,am3-prcm"; + compatible = "ti,am3-prcm", "simple-bus"; reg = <0x200000 0x4000>; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0x200000 0x4000>; prcm_clocks: clocks { #address-cells = <1>; |