ARM: dts: vf610-colibri: Add backlight support

Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
This commit is contained in:
Bhuvanchandra DV 2014-09-22 15:38:12 +05:30 committed by Shawn Guo
parent 9c42fa1d94
commit bc20265a14
2 changed files with 11 additions and 0 deletions

View file

@ -19,6 +19,12 @@ chosen {
};
};
&bl {
brightness-levels = <0 4 8 16 32 64 128 255>;
default-brightness-level = <6>;
status = "okay";
};
&esdhc1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_esdhc1>;

View file

@ -25,6 +25,11 @@ enet_ext {
};
};
bl: backlight {
compatible = "pwm-backlight";
pwms = <&pwm0 0 5000000 0>;
status = "disabled";
};
};
&esdhc1 {