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:
parent
574e852f99
commit
5252414f7c
|
@ -210,6 +210,7 @@ sound2_codec: simple-audio-card,codec {
|
|||
|
||||
panel {
|
||||
power-supply = <®_3p3v_display>;
|
||||
backlight = <&sp_backlight>;
|
||||
status = "disabled";
|
||||
|
||||
port {
|
||||
|
@ -327,7 +328,7 @@ watchdog {
|
|||
compatible = "zii,rave-sp-watchdog";
|
||||
};
|
||||
|
||||
backlight {
|
||||
sp_backlight: backlight {
|
||||
compatible = "zii,rave-sp-backlight";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue