Commit 1041b2d0 authored by Tero Kristo's avatar Tero Kristo Committed by Tony Lindgren

ARM: dts: am33xx: add remaining PRM instances

Add remaining PRM instances for the am33xx SoC. Additionally, enable the
genpd support for them.
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
[tony@atomide.com: fixed a typo for #power-domain-cells]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 57df7e37
...@@ -601,12 +601,20 @@ prm_per: prm@c00 { ...@@ -601,12 +601,20 @@ prm_per: prm@c00 {
compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
reg = <0xc00 0x100>; reg = <0xc00 0x100>;
#reset-cells = <1>; #reset-cells = <1>;
#power-domain-cells = <0>;
}; };
prm_wkup: prm@d00 { prm_wkup: prm@d00 {
compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
reg = <0xd00 0x100>; reg = <0xd00 0x100>;
#reset-cells = <1>; #reset-cells = <1>;
#power-domain-cells = <0>;
};
prm_mpu: prm@e00 {
compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
reg = <0xe00 0x100>;
#power-domain-cells = <0>;
}; };
prm_device: prm@f00 { prm_device: prm@f00 {
...@@ -615,12 +623,24 @@ prm_device: prm@f00 { ...@@ -615,12 +623,24 @@ prm_device: prm@f00 {
#reset-cells = <1>; #reset-cells = <1>;
}; };
prm_rtc: prm@1000 {
compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
reg = <0x1000 0x100>;
#power-domain-cells = <0>;
};
prm_gfx: prm@1100 { prm_gfx: prm@1100 {
compatible = "ti,am3-prm-inst", "ti,omap-prm-inst"; compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
reg = <0x1100 0x100>; reg = <0x1100 0x100>;
#power-domain-cells = <0>; #power-domain-cells = <0>;
#reset-cells = <1>; #reset-cells = <1>;
}; };
prm_cefuse: prm@1200 {
compatible = "ti,am3-prm-inst", "ti,omap-prm-inst";
reg = <0x1200 0x100>;
#power-domain-cells = <0>;
};
}; };
/* Preferred always-on timer for clocksource */ /* Preferred always-on timer for clocksource */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment