aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-02-10 03:34:32 -0500
committerLinus Walleij <linus.walleij@linaro.org>2016-09-09 17:15:30 -0400
commit6d996f361bb83de25867347af230d6807de1caa7 (patch)
tree8eecc150d821aa66110f28da6e8121c3bd36a6b5 /arch/arm/boot/dts
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
ARM: dts: add STMPE PWM to the NHK15 device tree
This adds the STMPE PWM to the NHK15 device tree. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/ste-nomadik-nhk15.dts24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-nhk15.dts b/arch/arm/boot/dts/ste-nomadik-nhk15.dts
index d35aa88791ad..3ec5c653ad56 100644
--- a/arch/arm/boot/dts/ste-nomadik-nhk15.dts
+++ b/arch/arm/boot/dts/ste-nomadik-nhk15.dts
@@ -140,6 +140,10 @@
140 0x03020067 // Up 140 0x03020067 // Up
141 0x0303006c>; // Down 141 0x0303006c>; // Down
142 }; 142 };
143 stmpe0_pwm: stmpe_pwm {
144 compatible = "st,stmpe-pwm";
145 #pwm-cells = <2>;
146 };
143 }; 147 };
144 stmpe1: stmpe2401@44 { 148 stmpe1: stmpe2401@44 {
145 compatible = "st,stmpe2401"; 149 compatible = "st,stmpe2401";
@@ -183,4 +187,24 @@
183 wp-gpios = <&stmpe_gpio44 18 GPIO_ACTIVE_HIGH>; 187 wp-gpios = <&stmpe_gpio44 18 GPIO_ACTIVE_HIGH>;
184 }; 188 };
185 }; 189 };
190
191 bl: backlight {
192 compatible = "pwm-backlight";
193 pwms = <&stmpe0_pwm 0 500000>;
194 pwm-names = "backlight";
195 brightness-levels = <
196 0 1 2 3 4 5 6 7 8 9
197 10 11 12 13 14 15 16 17 18 19
198 20 21 22 23 24 25 26 27 28 29
199 30 31 32 33 34 35 36 37 38 39
200 40 41 42 43 44 45 46 47 48 49
201 50 51 52 53 54 55 56 57 58 59
202 60 61 62 63 64 65 66 67 68 69
203 70 71 72 73 74 75 76 77 78 79
204 80 81 82 83 84 85 86 87 88 89
205 90 91 92 93 94 95 96 97 98 99
206 100
207 >;
208 default-brightness-level = <100>;
209 };
186}; 210};