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

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>

authored by

Tero Kristo and committed by
Tony Lindgren
b535f4e5 0768c9df

+4 -1
+4 -1
arch/arm/boot/dts/am4372.dtsi
··· 163 163 }; 164 164 165 165 prcm: prcm@1f0000 { 166 - compatible = "ti,am4-prcm"; 166 + compatible = "ti,am4-prcm", "simple-bus"; 167 167 reg = <0x1f0000 0x11000>; 168 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 173 prcm_clocks: clocks { 171 174 #address-cells = <1>;