Commit 392405d3 authored by Marco Franchi's avatar Marco Franchi Committed by Shawn Guo

ARM: dts: imx6ul-evk: Pass the 'backlight' property

Pass the 'backlight' property as described in
Documentation/devicetree/bindings/display/panel/simple-panel.txt
Signed-off-by: default avatarMarco Franchi <marco.franchi@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e10bb395
...@@ -22,7 +22,7 @@ memory { ...@@ -22,7 +22,7 @@ memory {
reg = <0x80000000 0x20000000>; reg = <0x80000000 0x20000000>;
}; };
backlight { backlight_display: backlight-display {
compatible = "pwm-backlight"; compatible = "pwm-backlight";
pwms = <&pwm1 0 5000000>; pwms = <&pwm1 0 5000000>;
brightness-levels = <0 4 8 16 32 64 128 255>; brightness-levels = <0 4 8 16 32 64 128 255>;
...@@ -81,6 +81,7 @@ dailink_master: simple-audio-card,codec { ...@@ -81,6 +81,7 @@ dailink_master: simple-audio-card,codec {
panel { panel {
compatible = "innolux,at043tn24"; compatible = "innolux,at043tn24";
backlight = <&backlight_display>;
port { port {
panel_in: endpoint { panel_in: endpoint {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment