Skip to content

Commit c623e9d

Browse files
RadxaNaokimmind
authored andcommitted
arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for ROCK Pi E
use GPIO0_A2 as PMIC interrupt pin in pinctrl. (I forgot to fix this part in previous commit.) Fixes: 02afd3d ("arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E") Signed-off-by: FUKAUMI Naoki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 1c9034e commit c623e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387

388388
pmic {
389389
pmic_int_l: pmic-int-l {
390-
rockchip,pins = <2 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
390+
rockchip,pins = <0 RK_PA2 RK_FUNC_GPIO &pcfg_pull_up>;
391391
};
392392
};
393393

0 commit comments

Comments
 (0)