ARM: dts: imx6: RDU2: manage backlight from panel
authorLucas Stach <l.stach@pengutronix.de>
Wed, 6 Mar 2019 13:12:48 +0000 (14:12 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 Mar 2019 14:52:42 +0000 (22:52 +0800)
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>
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi

index 7f920e0..9f66489 100644 (file)
 
        panel {
                power-supply = <&reg_3p3v_display>;
+               backlight = <&sp_backlight>;
                status = "disabled";
 
                port {
                        compatible = "zii,rave-sp-watchdog";
                };
 
-               backlight {
+               sp_backlight: backlight {
                        compatible = "zii,rave-sp-backlight";
                };