aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2017-12-07 03:46:46 -0500
committerTony Lindgren <tony@atomide.com>2017-12-11 11:28:34 -0500
commit519262cf56ce5a21b1c2e9ff7d10107910a23382 (patch)
tree37fe823b9d1d9bfffbbbd58a8f50700baa784903
parentb535f4e5105fde140be0dc2a088181c07e669089 (diff)
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>
-rw-r--r--arch/arm/boot/dts/dm816x.dtsi5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi
index 12edb8f976b7..1edc2b48b254 100644
--- a/arch/arm/boot/dts/dm816x.dtsi
+++ b/arch/arm/boot/dts/dm816x.dtsi
@@ -67,8 +67,11 @@
67 ranges; 67 ranges;
68 68
69 prcm: prcm@48180000 { 69 prcm: prcm@48180000 {
70 compatible = "ti,dm816-prcm"; 70 compatible = "ti,dm816-prcm", "simple-bus";
71 reg = <0x48180000 0x4000>; 71 reg = <0x48180000 0x4000>;
72 #address-cells = <1>;
73 #size-cells = <1>;
74 ranges = <0 0x48180000 0x4000>;
72 75
73 prcm_clocks: clocks { 76 prcm_clocks: clocks {
74 #address-cells = <1>; 77 #address-cells = <1>;