ARM: dts: rainier: Disable internal pull-downs on eMMC pins
authorAndrew Jeffery <andrew@aj.id.au>
Thu, 10 Sep 2020 03:11:43 +0000 (12:41 +0930)
committerJoel Stanley <joel@jms.id.au>
Thu, 10 Sep 2020 03:13:16 +0000 (12:43 +0930)
There's a veritable tug-of-war going on in the design, so disable one of
the warring parties.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Link: https://lore.kernel.org/r/20200910031143.2997298-1-andrew@aj.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

index 1fa233d..21ae880 100644 (file)
        status = "okay";
 };
 
+&pinctrl_emmc_default {
+       bias-disable;
+};
+
 &emmc {
        status = "okay";
 };