[Issue] rk3566-lubancat-1.dts mismatched GPIO config for leds

Zhang Ning zhangn1985 at outlook.com
Thu Dec 21 02:47:31 PST 2023


Hi, Developers

I found mismatched gpio config for rk3566-lubancat-1.dts leds

	gpio-leds {
		compatible = "gpio-leds";

		sys_led: sys-led {
			label = "sys_led";
			linux,default-trigger = "heartbeat";
			default-state = "on";
			gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_LOW>;
			pinctrl-names = "default";
			pinctrl-0 = <&sys_led_pin>;
		};
	};


        leds {
                sys_led_pin: sys-status-led-pin {
                        rockchip,pins = <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;
                };
        };

I don't have schematic for this device, thus don't know how to fix it.

BR.
Ning



More information about the Linux-rockchip mailing list