mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-18 15:52:32 -04:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user