Skip to content

Commit 8586a5d

Browse files
andyshrkmmind
authored andcommitted
arm64: dts: rockchip: Fix led pinctrl of lubancat 1
According to the schematics, the gpio control sys_led is GPIO0_C5. Fixes: 8d94da5 ("arm64: dts: rockchip: Add EmbedFire LubanCat 1") Reported-by: Zhang Ning <zhangn1985@outlook.com> Closes: https://lore.kernel.org/linux-rockchip/OS0P286MB06412D049D8BF7B063D41350CD95A@OS0P286MB0641.JPNP286.PROD.OUTLOOK.COM/T/#u Signed-off-by: Andy Yan <andyshrk@163.com> Link: https://lore.kernel.org/r/20231225005055.3102743-1-andyshrk@163.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 2455978 commit 8586a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
&pinctrl {
456456
leds {
457457
sys_led_pin: sys-status-led-pin {
458-
rockchip,pins = <0 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;
458+
rockchip,pins = <0 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>;
459459
};
460460
};
461461

0 commit comments

Comments
 (0)