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

ARM: tegra: roth: enable input on mmc clock pins

Input had been disabled by mistake on these pins, leading to issues with
SDIO devices like the Wifi module not being probed or random errors
occuring on the SD card.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>

authored by

Alexandre Courbot and committed by
Thierry Reding
49f2747b 6982c070

+3 -3
+3 -3
arch/arm/boot/dts/tegra114-roth.dts
··· 244 244 nvidia,function = "sdmmc1"; 245 245 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 246 246 nvidia,tristate = <TEGRA_PIN_DISABLE>; 247 - nvidia,enable-input = <TEGRA_PIN_DISABLE>; 247 + nvidia,enable-input = <TEGRA_PIN_ENABLE>; 248 248 }; 249 249 sdmmc1_cmd_pz1 { 250 250 nvidia,pins = "sdmmc1_cmd_pz1", ··· 262 262 nvidia,function = "sdmmc3"; 263 263 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 264 264 nvidia,tristate = <TEGRA_PIN_DISABLE>; 265 - nvidia,enable-input = <TEGRA_PIN_DISABLE>; 265 + nvidia,enable-input = <TEGRA_PIN_ENABLE>; 266 266 }; 267 267 sdmmc3_cmd_pa7 { 268 268 nvidia,pins = "sdmmc3_cmd_pa7", ··· 290 290 nvidia,function = "sdmmc4"; 291 291 nvidia,pull = <TEGRA_PIN_PULL_NONE>; 292 292 nvidia,tristate = <TEGRA_PIN_DISABLE>; 293 - nvidia,enable-input = <TEGRA_PIN_DISABLE>; 293 + nvidia,enable-input = <TEGRA_PIN_ENABLE>; 294 294 }; 295 295 sdmmc4_cmd_pt7 { 296 296 nvidia,pins = "sdmmc4_cmd_pt7",