arm64: dts: imx8mp-phyboard-pollux: Disable pull-up for CD GPIO
authorDominik Haller <d.haller@phytec.de>
Thu, 22 Feb 2024 12:28:53 +0000 (13:28 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sun, 25 Feb 2024 13:10:25 +0000 (21:10 +0800)
Removes the pull-up resistor from the pad's settings to keep it
consistent for all boards. We have pull-ups in hardware on all boards so we
don't need to set the additional one from the iomux controller.

Signed-off-by: Dominik Haller <d.haller@phytec.de>
Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Signed-off-by: Yashwanth Varakala <y.varakala@phytec.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts

index 7c27aba..00a2404 100644 (file)
 
        pinctrl_usdhc2_pins: usdhc2-gpiogrp {
                fsl,pins = <
-                       MX8MP_IOMUXC_SD2_CD_B__GPIO2_IO12       0x1c4
+                       MX8MP_IOMUXC_SD2_CD_B__GPIO2_IO12       0x40
                >;
        };