b86f80890e
Fix included in this build: - Patch which sets GPIO pin for stk3311 as input - ppp: don't reset 'display state of charge' (dsoc) to 0 on vbat low interrupt [ci:skip-build]: already built successfully in CI
13 lines
524 B
Diff
13 lines
524 B
Diff
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
|
|
index e50bb54a4209..fceb5934d592 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts
|
|
@@ -1338,7 +1338,7 @@ display_pwren1: display-pwren1 {
|
|
|
|
stk3311 {
|
|
stk3311_int: stk3311-int {
|
|
- rockchip,pins = <4 RK_PD3 RK_FUNC_GPIO &pcfg_input_pull_up>;
|
|
+ rockchip,pins = <4 RK_PD3 RK_FUNC_GPIO &pcfg_input_enable>;
|
|
};
|
|
};
|
|
|