| .. | .. |
|---|
| 62 | 62 | leds { |
|---|
| 63 | 63 | compatible = "gpio-leds"; |
|---|
| 64 | 64 | |
|---|
| 65 | | - work { |
|---|
| 65 | + work_led: led-0 { |
|---|
| 66 | 66 | gpios = <&gpio8 RK_PA1 GPIO_ACTIVE_LOW>; |
|---|
| 67 | 67 | label = "firefly:blue:user"; |
|---|
| 68 | 68 | linux,default-trigger = "rc-feedback"; |
|---|
| 69 | 69 | pinctrl-names = "default"; |
|---|
| 70 | | - pinctrl-0 = <&work_led>; |
|---|
| 70 | + pinctrl-0 = <&work_led_pin>; |
|---|
| 71 | 71 | }; |
|---|
| 72 | 72 | |
|---|
| 73 | | - power { |
|---|
| 73 | + power_led: led-1 { |
|---|
| 74 | 74 | gpios = <&gpio8 RK_PA2 GPIO_ACTIVE_LOW>; |
|---|
| 75 | 75 | label = "firefly:green:power"; |
|---|
| 76 | 76 | linux,default-trigger = "default-on"; |
|---|
| 77 | 77 | pinctrl-names = "default"; |
|---|
| 78 | | - pinctrl-0 = <&power_led>; |
|---|
| 78 | + pinctrl-0 = <&power_led_pin>; |
|---|
| 79 | 79 | }; |
|---|
| 80 | 80 | }; |
|---|
| 81 | 81 | |
|---|
| .. | .. |
|---|
| 191 | 191 | snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>; |
|---|
| 192 | 192 | tx_delay = <0x30>; |
|---|
| 193 | 193 | rx_delay = <0x10>; |
|---|
| 194 | | - status = "ok"; |
|---|
| 194 | + status = "okay"; |
|---|
| 195 | 195 | }; |
|---|
| 196 | 196 | |
|---|
| 197 | 197 | &gpu { |
|---|
| .. | .. |
|---|
| 233 | 233 | vin-supply = <&vcc_sys>; |
|---|
| 234 | 234 | }; |
|---|
| 235 | 235 | |
|---|
| 236 | | - hym8563: hym8563@51 { |
|---|
| 236 | + hym8563: rtc@51 { |
|---|
| 237 | 237 | compatible = "haoyu,hym8563"; |
|---|
| 238 | 238 | reg = <0x51>; |
|---|
| 239 | 239 | #clock-cells = <0>; |
|---|
| .. | .. |
|---|
| 429 | 429 | }; |
|---|
| 430 | 430 | |
|---|
| 431 | 431 | leds { |
|---|
| 432 | | - power_led: power-led { |
|---|
| 432 | + power_led_pin: power-led-pin { |
|---|
| 433 | 433 | rockchip,pins = <8 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 434 | 434 | }; |
|---|
| 435 | 435 | |
|---|
| 436 | | - work_led: work-led { |
|---|
| 436 | + work_led_pin: work-led-pin { |
|---|
| 437 | 437 | rockchip,pins = <8 RK_PA1 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 438 | 438 | }; |
|---|
| 439 | 439 | }; |
|---|