RAVE SP found on RDU2 implements power button control compatible with the rave-sp-pwrbutton driver. Add a node to make it availible.
Cc: Fabio Estevam <[email protected]> Cc: Nikita Yushchenko <[email protected]> Cc: Lucas Stach <[email protected]> Cc: [email protected] Cc: Shawn Guo <[email protected]> Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Andrey Smirnov <[email protected]> --- arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index 48da4b15da09..869dfd8431a1 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -331,6 +331,10 @@ compatible = "zii,rave-sp-backlight"; }; + pwrbutton { + compatible = "zii,rave-sp-pwrbutton"; + }; + eeprom@a3 { compatible = "zii,rave-sp-eeprom"; reg = <0xa3 0x4000>; -- 2.17.1

