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>
This commit is contained in:
Andrew Jeffery 2020-09-10 12:41:43 +09:30 committed by Joel Stanley
parent c82bf6e133
commit adfe14797e

View file

@ -180,6 +180,10 @@ &emmc_controller {
status = "okay";
};
&pinctrl_emmc_default {
bias-disable;
};
&emmc {
status = "okay";
};