ARM: dts: k2g: Add support for PMMC
authorNishanth Menon <nm@ti.com>
Thu, 25 Feb 2016 18:53:46 +0000 (12:53 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:37 +0000 (19:18 -0400)
Enable support for PMMC the TI power processor on K2G. This processor
manages all power management related activities on the SoC and and
allows the Operating Systems on compute processors such as ARM, DSP to
offload the power logic away into the power processor. U-boot just has a
load responsibility, hence the view of the hardware from a bootloader
perspective is different from the view of hardware from a Operating
System perspective. While bootloader just loads up the firmware,
Operating Systems look at the resultant system as "hardware".

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/k2g.dtsi

index bbc2cf91b95f064db76e865421a1d2dcd8d42e1e..a3ed444d3c31892e72fbe8e26121aaa59f584273 100644 (file)
                };
 
                #include "k2g-netcp.dtsi"
+
+               pmmc: pmmc@2900000 {
+                       compatible = "ti,power-processor";
+                       reg = <0x02900000 0x40000>;
+                       ti,lpsc_module = <1>;
+               };
+
        };
 };