old mode 100644new mode 100755.. | .. |
---|
103 | 103 | |
---|
104 | 104 | backlight1: backlight1 { |
---|
105 | 105 | compatible = "pwm-backlight"; |
---|
106 | | - pwms = <&pwm5 0 25000 0>; |
---|
| 106 | + pwms = <&pwm6 0 25000 0>; |
---|
107 | 107 | brightness-levels = < |
---|
108 | 108 | 0 20 20 21 21 22 22 23 |
---|
109 | 109 | 23 24 24 25 25 26 26 27 |
---|
.. | .. |
---|
182 | 182 | |
---|
183 | 183 | leds: leds { |
---|
184 | 184 | compatible = "gpio-leds"; |
---|
185 | | - work_led: work { |
---|
186 | | - gpios = <&gpio0 RK_PC0 GPIO_ACTIVE_HIGH>; |
---|
| 185 | + sys_led: sys_led { |
---|
| 186 | + gpios = <&gpio3 RK_PD0 GPIO_ACTIVE_HIGH>; |
---|
187 | 187 | linux,default-trigger = "heartbeat"; |
---|
188 | 188 | }; |
---|
189 | 189 | }; |
---|
.. | .. |
---|
308 | 308 | regulator-min-microvolt = <3300000>; |
---|
309 | 309 | regulator-max-microvolt = <3300000>; |
---|
310 | 310 | enable-active-high; |
---|
311 | | - gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>; |
---|
| 311 | + gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3 |
---|
312 | 312 | vin-supply = <&vcc3v3_sys>; |
---|
313 | 313 | |
---|
314 | 314 | regulator-state-mem { |
---|
.. | .. |
---|
1398 | 1398 | |
---|
1399 | 1399 | &i2c1 { |
---|
1400 | 1400 | status = "okay"; |
---|
1401 | | - |
---|
1402 | | - gt1x: gt1x@14 { |
---|
1403 | | - compatible = "goodix,gt1x"; |
---|
1404 | | - reg = <0x14>; |
---|
1405 | | - pinctrl-names = "default"; |
---|
1406 | | - pinctrl-0 = <&touch_gpio>; |
---|
1407 | | - goodix,rst-gpio = <&gpio0 RK_PB6 GPIO_ACTIVE_HIGH>; |
---|
1408 | | - goodix,irq-gpio = <&gpio0 RK_PB5 IRQ_TYPE_LEVEL_LOW>; |
---|
1409 | | - }; |
---|
1410 | 1401 | }; |
---|
1411 | 1402 | |
---|
1412 | 1403 | &i2c5 { |
---|
.. | .. |
---|
1579 | 1570 | status = "okay"; |
---|
1580 | 1571 | }; |
---|
1581 | 1572 | |
---|
| 1573 | +&pwm6 { |
---|
| 1574 | + status = "okay"; |
---|
| 1575 | +}; |
---|
| 1576 | + |
---|
1582 | 1577 | &pwm5 { |
---|
1583 | 1578 | status = "okay"; |
---|
1584 | 1579 | }; |
---|