diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2019-03-06 16:12:48 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-20 17:52:42 +0300 |
commit | 5252414f7c15c2857d34c093d19ddb3171ac73d0 (patch) | |
tree | 08909f70f6249c3547094fffe134ee3ba6bd6e19 /arch | |
parent | 574e852f99c36ea867f621b748771d4d8b3c3f98 (diff) | |
download | linux-5252414f7c15c2857d34c093d19ddb3171ac73d0.tar.xz |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index 7f920e0243ec..9f664897bf4e 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -210,6 +210,7 @@ panel { power-supply = <®_3p3v_display>; + backlight = <&sp_backlight>; status = "disabled"; port { @@ -327,7 +328,7 @@ compatible = "zii,rave-sp-watchdog"; }; - backlight { + sp_backlight: backlight { compatible = "zii,rave-sp-backlight"; }; |