arm64: dts: rockchip: Rely on SoC external pull up on pmic-int-l on Helios64
authorUwe Kleine-König <uwe@kleine-koenig.org>
Sun, 24 Jan 2021 21:03:28 +0000 (22:03 +0100)
committerBen Hutchings <benh@debian.org>
Mon, 24 Feb 2025 01:11:58 +0000 (02:11 +0100)
Origin: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=1e58ba111421375c5948c3e8145bdd84b06ac095

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>
Gbp-Pq: Topic features/arm64
Gbp-Pq: Name arm64-dts-rockchip-Rely-on-SoC-external-pull-up-on-p.patch

arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts

index 2a561be724b229711cee1dc539803fc2c2d317ff..66c725a34220719e271b79592c916d60ed7413d3 100644 (file)
 
        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>;
                };
        };