On Thu, Nov 19, 2015 at 10:19:32PM +0100, Heiko Stuebner wrote: > Am Donnerstag, 19. November 2015, 13:45:31 schrieb John Keeping: > > Signed-off-by: John Keeping <john at metanate.com> > > please always provide at least a short patch description too. > I've applied the patch but reworded it to > > ARM: dts: rockchip: set system-power-controller property on rk3288-rock2 > > The act8846 on rock2 boards controls the system power, so add the > appropriate property to allow turning off the board. > > Please holler if you disagree and want it described differently :-) . No objections here, that sounds great. Thanks, John > > --- > > arch/arm/boot/dts/rk3288-rock2-som.dtsi | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/boot/dts/rk3288-rock2-som.dtsi b/arch/arm/boot/dts/rk3288-rock2-som.dtsi > > index 1813b7c3..1ece66f 100644 > > --- a/arch/arm/boot/dts/rk3288-rock2-som.dtsi > > +++ b/arch/arm/boot/dts/rk3288-rock2-som.dtsi > > @@ -109,6 +109,7 @@ > > act8846: act8846 at 5a { > > compatible = "active-semi,act8846"; > > reg = <0x5a>; > > + system-power-controller; > > inl1-supply = <&vcc_io>; > > inl2-supply = <&vcc_sys>; > > inl3-supply = <&vcc_20>; > > >