summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-02-25 18:53:46 (GMT)
committerTom Rini <trini@konsulko.com>2016-03-14 23:18:37 (GMT)
commit606e4ac35ee398bfcf8a1b49a1b07bdfb1541185 (patch)
tree6898424107aab7299208b7f77214e2ed2a6b07aa
parent42392849739d2bd9eaadd89184909079c8ab760c (diff)
downloadu-boot-606e4ac35ee398bfcf8a1b49a1b07bdfb1541185.tar.xz
ARM: dts: k2g: Add support for PMMC
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>
-rw-r--r--arch/arm/dts/k2g.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/k2g.dtsi b/arch/arm/dts/k2g.dtsi
index bbc2cf9..a3ed444 100644
--- a/arch/arm/dts/k2g.dtsi
+++ b/arch/arm/dts/k2g.dtsi
@@ -81,5 +81,12 @@
};
#include "k2g-netcp.dtsi"
+
+ pmmc: pmmc@2900000 {
+ compatible = "ti,power-processor";
+ reg = <0x02900000 0x40000>;
+ ti,lpsc_module = <1>;
+ };
+
};
};