]> www.infradead.org Git - users/hch/misc.git/commitdiff
arm64: dts: rockchip: update pinctrl names for Radxa E52C
authorChukun Pan <amadeus@jmu.edu.cn>
Mon, 1 Sep 2025 10:00:27 +0000 (18:00 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 18 Sep 2025 17:32:24 +0000 (19:32 +0200)
Updated the pinctrl names of the user key and power LED according
to the schematic. Also updated the nodenames of other pinctrls.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://lore.kernel.org/r/20250901100027.164594-4-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dts

index 5ae09e8ecbb12fdad2059f14bc17c5dfdd3aac4c..5bdcaa650988e6018afec8bb9bb90b040260d221 100644 (file)
@@ -42,7 +42,7 @@
        keys-1 {
                compatible = "gpio-keys";
                pinctrl-names = "default";
-               pinctrl-0 = <&btn_0>;
+               pinctrl-0 = <&pwm15_ir_m1>;
 
                button-1 {
                        label = "User";
@@ -55,7 +55,7 @@
        leds-0 {
                compatible = "gpio-leds";
                pinctrl-names = "default";
-               pinctrl-0 = <&led_0>;
+               pinctrl-0 = <&power_led>;
 
                led-0 {
                        color = <LED_COLOR_ID_GREEN>;
 
 &pinctrl {
        keys {
-               btn_0: button-0 {
+               pwm15_ir_m1: pwm15-ir-m1 {
                        rockchip,pins = <4 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };
 
        leds {
-               led_0: led-0 {
+               power_led: power-led {
                        rockchip,pins = <3 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };
        };
 
        regulators {
-               vcc_5v0_pwren_h: regulator-5v0-1 {
+               vcc_5v0_pwren_h: vcc-5v0-pwren-h {
                        rockchip,pins = <4 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };
 
        rtc {
-               rtc_int_l: rtc-0 {
+               rtc_int_l: rtc-int-l {
                        rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };
 
        usb {
-               usb_otg_pwren_h: regulator-5v0-0 {
+               usb_otg_pwren_h: usb-otg-pwren-h {
                        rockchip,pins = <0 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };