mirror of https://gitee.com/openkylin/linux.git
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 @@ memory {
|
|||
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 @@ dailink_master: simple-audio-card,codec {
|
|||
|
||||
panel {
|
||||
compatible = "innolux,at043tn24";
|
||||
backlight = <&backlight_display>;
|
||||
|
||||
port {
|
||||
panel_in: endpoint {
|
||||
|
|
Loading…
Reference in New Issue