Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rainier: Disable internal pull-downs on eMMC pins

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>

authored by

Andrew Jeffery and committed by
Joel Stanley
adfe1479 c82bf6e1

+4
+4
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
··· 180 180 status = "okay"; 181 181 }; 182 182 183 + &pinctrl_emmc_default { 184 + bias-disable; 185 + }; 186 + 183 187 &emmc { 184 188 status = "okay"; 185 189 };