diff options
author | Marco Franchi <marco.franchi@nxp.com> | 2017-07-13 17:36:00 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-07-16 03:42:16 +0200 |
commit | 392405d3e6910eafeac541fc41cfe63af8645aeb (patch) | |
tree | e00fded84d74d265081e5ddd5226c96710947587 | |
parent | ARM: dts: imx6ul-evk: Add DRM panel support (diff) | |
download | linux-392405d3e6910eafeac541fc41cfe63af8645aeb.tar.xz linux-392405d3e6910eafeac541fc41cfe63af8645aeb.zip |
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: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6ul-14x14-evk.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts index ed11cd1180ff..b3f72a3a5540 100644 --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts @@ -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>; @@ -81,6 +81,7 @@ panel { compatible = "innolux,at043tn24"; + backlight = <&backlight_display>; port { panel_in: endpoint { |