arm64: dts: rockchip: Rely on SoC external pull up on pmic-int-l on Helios64

According to the schematic there is an external pull up, so there is no
need to enable the internal one additionally. Using no pull up matches
the vendor device tree.

Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Link: https://lore.kernel.org/r/20210124210328.611707-2-uwe@kleine-koenig.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Uwe Kleine-König 2021-01-24 22:03:28 +01:00 committed by Heiko Stuebner
parent c7b0311500
commit 1e58ba1114
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@
pmic {
pmic_int_l: pmic-int-l {
rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_up>;
rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
};
};