Commit c623e9da authored by FUKAUMI Naoki's avatar FUKAUMI Naoki Committed by Heiko Stuebner

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: 02afd3d5 ("arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E")
Signed-off-by: default avatarFUKAUMI Naoki <naoki@radxa.com>
Link: https://lore.kernel.org/r/20240722095216.1656081-1-naoki@radxa.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 1c9034eb
......@@ -387,7 +387,7 @@ led_pin: led-pin {
pmic {
pmic_int_l: pmic-int-l {
rockchip,pins = <2 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <0 RK_PA2 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment