Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tero Kristo and committed by
Tony Lindgren
0768c9df aa29e3a4

+4 -1
+4 -1
arch/arm/boot/dts/am33xx.dtsi
··· 179 179 }; 180 180 181 181 prcm: prcm@200000 { 182 - compatible = "ti,am3-prcm"; 182 + compatible = "ti,am3-prcm", "simple-bus"; 183 183 reg = <0x200000 0x4000>; 184 + #address-cells = <1>; 185 + #size-cells = <1>; 186 + ranges = <0 0x200000 0x4000>; 184 187 185 188 prcm_clocks: clocks { 186 189 #address-cells = <1>;