diff options
author | Nikita Yushchenko <nikita.yoush@cogentembedded.com> | 2018-05-17 22:19:23 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-06-17 15:07:20 +0800 |
commit | 6e21e4c215a6e088c0d49fc107fd56361b1fdf22 (patch) | |
tree | e2e293bc6d943e0c9046b33dfae31f5fdd371153 /arch/arm/boot/dts/imx51-zii-rdu1.dts | |
parent | 52f2b531948db99c2dc5aaa8f81163c67921ed08 (diff) |
ARM: dts: imx51-zii-rdu1: add rave-sp subdevices
This adds rave-sp powerbutton and backlight devices to RDU1 device tree.
Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-zii-rdu1.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-zii-rdu1.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-zii-rdu1.dts b/arch/arm/boot/dts/imx51-zii-rdu1.dts index df9eca94d812..ad2445dfa91d 100644 --- a/arch/arm/boot/dts/imx51-zii-rdu1.dts +++ b/arch/arm/boot/dts/imx51-zii-rdu1.dts @@ -582,6 +582,14 @@ watchdog { compatible = "zii,rave-sp-watchdog"; }; + + backlight { + compatible = "zii,rave-sp-backlight"; + }; + + pwrbutton { + compatible = "zii,rave-sp-pwrbutton"; + }; }; }; |