Commit 6e21e4c2 authored by Nikita Yushchenko's avatar Nikita Yushchenko Committed by Shawn Guo
Browse files

ARM: dts: imx51-zii-rdu1: add rave-sp subdevices



This adds rave-sp powerbutton and backlight devices to RDU1 device tree.

Signed-off-by: default avatarNikita Yushchenko <nikita.yoush@cogentembedded.com>
Tested-by: default avatarChris Healy <cphealy@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 52f2b531
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -582,6 +582,14 @@
		watchdog {
			compatible = "zii,rave-sp-watchdog";
		};

		backlight {
			compatible = "zii,rave-sp-backlight";
		};

		pwrbutton {
			compatible = "zii,rave-sp-pwrbutton";
		};
	};
};