rockchip: fix led pinctrl nodes for cyber 3588 aib

This commit is contained in:
xlighting2017 2024-09-26 13:41:46 +08:00 committed by GitHub
parent bff07d91b6
commit 228d40eb75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -508,15 +508,15 @@
&pinctrl {
gpio-leds {
red_led_pin: status-led-pin {
red_led_pin: red-led-pin {
rockchip,pins = <1 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>;
};
green_led_pin: status-led-pin {
green_led_pin: green-led-pin {
rockchip,pins = <1 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
};
blue_led_pin: status-led-pin {
blue_led_pin: blue-led-pin {
rockchip,pins = <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
};
};

View File

@ -541,15 +541,15 @@
&pinctrl {
gpio-leds {
red_led_pin: status-led-pin {
red_led_pin: red-led-pin {
rockchip,pins = <1 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>;
};
green_led_pin: status-led-pin {
green_led_pin: green-led-pin {
rockchip,pins = <1 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
};
blue_led_pin: status-led-pin {
blue_led_pin: blue-led-pin {
rockchip,pins = <1 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
};
};