提交 7fcf1c9b 编写于 作者: T Tero Kristo 提交者: Tony Lindgren

ARM: dts: omap5: add bus functionality to base PRCM nodes

Add simple-bus compatibility and ranges properties to cm_core_aon, cm_core
and prm nodes. This is done in preparation of adding the support for
clkctrl nodes.
Signed-off-by: NTero Kristo <t-kristo@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 ed839c36
...@@ -201,8 +201,12 @@ ...@@ -201,8 +201,12 @@
}; };
cm_core_aon: cm_core_aon@4000 { cm_core_aon: cm_core_aon@4000 {
compatible = "ti,omap5-cm-core-aon"; compatible = "ti,omap5-cm-core-aon",
"simple-bus";
reg = <0x4000 0x2000>; reg = <0x4000 0x2000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x4000 0x2000>;
cm_core_aon_clocks: clocks { cm_core_aon_clocks: clocks {
#address-cells = <1>; #address-cells = <1>;
...@@ -214,8 +218,11 @@ ...@@ -214,8 +218,11 @@
}; };
cm_core: cm_core@8000 { cm_core: cm_core@8000 {
compatible = "ti,omap5-cm-core"; compatible = "ti,omap5-cm-core", "simple-bus";
reg = <0x8000 0x3000>; reg = <0x8000 0x3000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x8000 0x3000>;
cm_core_clocks: clocks { cm_core_clocks: clocks {
#address-cells = <1>; #address-cells = <1>;
...@@ -240,9 +247,12 @@ ...@@ -240,9 +247,12 @@
}; };
prm: prm@6000 { prm: prm@6000 {
compatible = "ti,omap5-prm"; compatible = "ti,omap5-prm", "simple-bus";
reg = <0x6000 0x3000>; reg = <0x6000 0x3000>;
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x6000 0x3000>;
prm_clocks: clocks { prm_clocks: clocks {
#address-cells = <1>; #address-cells = <1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册