Skip to content

Commit

Permalink
ARM: dts: imx6ul-evk: Pass the 'backlight' property
Browse files Browse the repository at this point in the history
Pass the 'backlight' property as described in
Documentation/devicetree/bindings/display/panel/simple-panel.txt

Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Marco Franchi authored and Shawn Guo committed Jul 16, 2017
1 parent e10bb39 commit 392405d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/imx6ul-14x14-evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
reg = <0x80000000 0x20000000>;
};

backlight {
backlight_display: backlight-display {
compatible = "pwm-backlight";
pwms = <&pwm1 0 5000000>;
brightness-levels = <0 4 8 16 32 64 128 255>;
Expand Down Expand Up @@ -81,6 +81,7 @@

panel {
compatible = "innolux,at043tn24";
backlight = <&backlight_display>;

port {
panel_in: endpoint {
Expand Down

0 comments on commit 392405d

Please sign in to comment.