This allows to remove the pandora_bl driver and pdata-quirks.
Signed-off-by: H. Nikolaus Schaller <[email protected]>
---
arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi
b/arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi
index 13821d926afb0..fea7132ce7c5e 100644
--- a/arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap3-pandora-common.dtsi
@@ -31,6 +31,14 @@ hfclk_26m: oscillator {
clock-frequency = <26000000>;
};
+ backlight {
+ compatible = "pwm-backlight";
+ pwms = <&twl_pwm 0 1922710>;
+
+ brightness-levels = <0 150 158 166 174 185 205 230 255>;
+ default-brightness-level = <6>;
+ };
+
tv: connector {
compatible = "connector-analog-tv";
label = "tv";
--
2.50.1 (Apple Git-155)