From: Nishanth Menon Date: Fri, 21 Jul 2017 16:38:36 +0000 (-0700) Subject: ARM: dts: keystone-k2g: Add PMMC node to support TI-SCI protocol X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e39aacf6b2e39ceaa3d4789c2a1f9307b3f1c55d;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: keystone-k2g: Add PMMC node to support TI-SCI protocol Texas Instrument's System Control Interface (TI-SCI) Message Protocol is implemented in Keystone 2 generation 66AK2G SoC with the PMMC entity. Add the ti-sci node representing this 66AK2G PMMC module. Signed-off-by: Nishanth Menon [s-anna@ti.com: add unit address to DT node] Signed-off-by: Suman Anna Signed-off-by: Santosh Shilimkar --- diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi index a789f75a1ed5..7f0f4180b373 100644 --- a/arch/arm/boot/dts/keystone-k2g.dtsi +++ b/arch/arm/boot/dts/keystone-k2g.dtsi @@ -139,5 +139,19 @@ interrupts = , ; }; + + pmmc: pmmc@02921c00 { + compatible = "ti,k2g-sci"; + /* + * In case of rare platforms that does not use k2g as + * system master, use /delete-property/ + */ + ti,system-reboot-controller; + mbox-names = "rx", "tx"; + mboxes= <&msgmgr 5 2>, + <&msgmgr 0 0>; + reg-names = "debug_messages"; + reg = <0x02921c00 0x400>; + }; }; };