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)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 1 Feb 2021 18:00:31 +0000 (19:00 +0100)
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>
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>;
                };
        };