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

ARM: dts: dm816x: 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
519262cf b535f4e5

+4 -1
+4 -1
arch/arm/boot/dts/dm816x.dtsi
··· 67 67 ranges; 68 68 69 69 prcm: prcm@48180000 { 70 - compatible = "ti,dm816-prcm"; 70 + compatible = "ti,dm816-prcm", "simple-bus"; 71 71 reg = <0x48180000 0x4000>; 72 + #address-cells = <1>; 73 + #size-cells = <1>; 74 + ranges = <0 0x48180000 0x4000>; 72 75 73 76 prcm_clocks: clocks { 74 77 #address-cells = <1>;