| .. | .. |
|---|
| 45 | 45 | leds { |
|---|
| 46 | 46 | compatible = "gpio-leds"; |
|---|
| 47 | 47 | |
|---|
| 48 | | - power { |
|---|
| 48 | + power_led: led-0 { |
|---|
| 49 | 49 | gpios = <&gpio8 RK_PA2 GPIO_ACTIVE_LOW>; |
|---|
| 50 | 50 | label = "firefly:blue:power"; |
|---|
| 51 | 51 | pinctrl-names = "default"; |
|---|
| 52 | | - pinctrl-0 = <&power_led>; |
|---|
| 52 | + pinctrl-0 = <&power_led_pin>; |
|---|
| 53 | 53 | panic-indicator; |
|---|
| 54 | 54 | }; |
|---|
| 55 | 55 | |
|---|
| 56 | | - work { |
|---|
| 56 | + work_led: led-1 { |
|---|
| 57 | 57 | gpios = <&gpio8 RK_PA1 GPIO_ACTIVE_LOW>; |
|---|
| 58 | 58 | label = "firefly:blue:user"; |
|---|
| 59 | 59 | linux,default-trigger = "rc-feedback"; |
|---|
| 60 | 60 | pinctrl-names = "default"; |
|---|
| 61 | | - pinctrl-0 = <&work_led>; |
|---|
| 61 | + pinctrl-0 = <&work_led_pin>; |
|---|
| 62 | 62 | }; |
|---|
| 63 | 63 | }; |
|---|
| 64 | 64 | |
|---|
| .. | .. |
|---|
| 74 | 74 | sound { |
|---|
| 75 | 75 | compatible = "simple-audio-card"; |
|---|
| 76 | 76 | simple-audio-card,name = "SPDIF"; |
|---|
| 77 | + simple-audio-card,mclk-fs = <128>; |
|---|
| 77 | 78 | simple-audio-card,dai-link@1 { /* S/PDIF - S/PDIF */ |
|---|
| 78 | 79 | cpu { sound-dai = <&spdif>; }; |
|---|
| 79 | 80 | codec { sound-dai = <&spdif_out>; }; |
|---|
| .. | .. |
|---|
| 192 | 193 | &hdmi { |
|---|
| 193 | 194 | ddc-i2c-bus = <&i2c5>; |
|---|
| 194 | 195 | pinctrl-names = "default"; |
|---|
| 195 | | - pinctrl-names = "default", "sleep"; |
|---|
| 196 | | - pinctrl-0 = <&hdmi_ddc>; |
|---|
| 197 | | - pinctrl-1 = <&hdmi_gpio>; |
|---|
| 198 | | - |
|---|
| 196 | + pinctrl-0 = <&hdmi_cec_c0>; |
|---|
| 199 | 197 | status = "okay"; |
|---|
| 200 | 198 | }; |
|---|
| 201 | 199 | |
|---|
| .. | .. |
|---|
| 237 | 235 | }; |
|---|
| 238 | 236 | |
|---|
| 239 | 237 | &saradc { |
|---|
| 238 | + vref-supply = <&vcc_18>; |
|---|
| 240 | 239 | status = "okay"; |
|---|
| 241 | 240 | }; |
|---|
| 242 | 241 | |
|---|
| .. | .. |
|---|
| 257 | 256 | bus-width = <4>; |
|---|
| 258 | 257 | cap-sd-highspeed; |
|---|
| 259 | 258 | cap-sdio-irq; |
|---|
| 260 | | - disable-wp; |
|---|
| 261 | 259 | mmc-pwrseq = <&sdio_pwrseq>; |
|---|
| 262 | 260 | non-removable; |
|---|
| 263 | 261 | pinctrl-names = "default"; |
|---|
| .. | .. |
|---|
| 337 | 335 | }; |
|---|
| 338 | 336 | |
|---|
| 339 | 337 | leds { |
|---|
| 340 | | - power_led: power-led { |
|---|
| 338 | + power_led_pin: power-led-pin { |
|---|
| 341 | 339 | rockchip,pins = <8 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 342 | 340 | }; |
|---|
| 343 | 341 | |
|---|
| 344 | | - work_led: work-led { |
|---|
| 342 | + work_led_pin: work-led-pin { |
|---|
| 345 | 343 | rockchip,pins = <8 RK_PA1 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|
| 346 | 344 | }; |
|---|
| 347 | 345 | }; |
|---|