ARM: dts: imx6: RDU2: manage backlight from panel

Now that the backlight driver is upstream, we can properly manage the
backlight from the panel.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Lucas Stach 2019-03-06 14:12:48 +01:00 committed by Shawn Guo
parent 574e852f99
commit 5252414f7c
1 changed files with 2 additions and 1 deletions

View File

@ -210,6 +210,7 @@ sound2_codec: simple-audio-card,codec {
panel { panel {
power-supply = <&reg_3p3v_display>; power-supply = <&reg_3p3v_display>;
backlight = <&sp_backlight>;
status = "disabled"; status = "disabled";
port { port {
@ -327,7 +328,7 @@ watchdog {
compatible = "zii,rave-sp-watchdog"; compatible = "zii,rave-sp-watchdog";
}; };
backlight { sp_backlight: backlight {
compatible = "zii,rave-sp-backlight"; compatible = "zii,rave-sp-backlight";
}; };