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>
This commit is contained in:
parent
e10bb39556
commit
392405d3e6
|
@ -22,7 +22,7 @@
|
||||||
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 @@
|
||||||
|
|
||||||
panel {
|
panel {
|
||||||
compatible = "innolux,at043tn24";
|
compatible = "innolux,at043tn24";
|
||||||
|
backlight = <&backlight_display>;
|
||||||
|
|
||||||
port {
|
port {
|
||||||
panel_in: endpoint {
|
panel_in: endpoint {
|
||||||
|
|
Loading…
Reference in New Issue