From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Perier Subject: [RFC][PATCH 3/4] ARM: dts: rockchip: Enable power off in pmic for Radxa Rock Date: Tue, 30 Sep 2014 17:29:45 +0000 Message-ID: <1412098186-5042-3-git-send-email-romain.perier@gmail.com> References: <1412098186-5042-1-git-send-email-romain.perier@gmail.com> Return-path: In-Reply-To: <1412098186-5042-1-git-send-email-romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org List-Id: devicetree@vger.kernel.org Add "poweroff-source" property to act8846 node. shutdown/poweroff commands are now handled for this board. Signed-off-by: Romain Perier --- arch/arm/boot/dts/rk3188-radxarock.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts index e04bf8f..1217481 100644 --- a/arch/arm/boot/dts/rk3188-radxarock.dts +++ b/arch/arm/boot/dts/rk3188-radxarock.dts @@ -115,6 +115,8 @@ pinctrl-names = "default"; pinctrl-0 = <&act8846_dvs0_ctl>; + poweroff-source; + regulators { vcc_ddr: REG1 { regulator-name = "VCC_DDR"; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html