提交 0768c9df 编写于 作者: T Tero Kristo 提交者: Tony Lindgren

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: NTero Kristo <t-kristo@ti.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 aa29e3a4
...@@ -179,8 +179,11 @@ ...@@ -179,8 +179,11 @@
}; };
prcm: prcm@200000 { prcm: prcm@200000 {
compatible = "ti,am3-prcm"; compatible = "ti,am3-prcm", "simple-bus";
reg = <0x200000 0x4000>; reg = <0x200000 0x4000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x200000 0x4000>;
prcm_clocks: clocks { prcm_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.
先完成此消息的编辑!
想要评论请 注册