]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: omap5: Add PRM data
authorTero Kristo <t-kristo@ti.com>
Thu, 10 Oct 2019 08:21:08 +0000 (11:21 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 10 Oct 2019 14:22:36 +0000 (07:22 -0700)
Add PRM data for OMAP54xx SoC. Initially this is used to provide reset
support, but will be expanded later to support also powerdomain control.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap5.dtsi

index 1fb7937638f07890c55a7608e3a7599632e5d9b7..7329cb4b8c91b5bc7e9af3193918c7ad6e97d6fe 100644 (file)
@@ -435,3 +435,29 @@ &core_thermal {
 
 #include "omap5-l4-abe.dtsi"
 #include "omap54xx-clocks.dtsi"
+
+&prm {
+       prm_dsp: prm@400 {
+               compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst";
+               reg = <0x400 0x100>;
+               #reset-cells = <1>;
+       };
+
+       prm_core: prm@700 {
+               compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst";
+               reg = <0x700 0x100>;
+               #reset-cells = <1>;
+       };
+
+       prm_iva: prm@1200 {
+               compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst";
+               reg = <0x1200 0x100>;
+               #reset-cells = <1>;
+       };
+
+       prm_device: prm@1c00 {
+               compatible = "ti,omap5-prm-inst", "ti,omap-prm-inst";
+               reg = <0x1c00 0x100>;
+               #reset-cells = <1>;
+       };
+};