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

ARM: dts: exynos: Add external SD card support for Trats board

Enable support for SDHCI controller number 2 and add required regulator
for external SD card.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Marek Szyprowski and committed by
Krzysztof Kozlowski
6d57be7f 62623718

+15
+15
arch/arm/boot/dts/exynos4210-trats.dts
··· 385 385 regulator-max-microvolt = <1800000>; 386 386 }; 387 387 388 + tflash_reg: LDO17 { 389 + regulator-name = "VTF_2.8V"; 390 + regulator-min-microvolt = <2800000>; 391 + regulator-max-microvolt = <2800000>; 392 + }; 393 + 388 394 vddq_reg: LDO21 { 389 395 regulator-name = "VDDQ_M1M2_1.2V"; 390 396 regulator-min-microvolt = <1200000>; ··· 455 449 pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_bus8>; 456 450 pinctrl-names = "default"; 457 451 vmmc-supply = <&vemmc_reg>; 452 + status = "okay"; 453 + }; 454 + 455 + &sdhci_2 { 456 + bus-width = <4>; 457 + pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4>; 458 + pinctrl-names = "default"; 459 + vmmc-supply = <&tflash_reg>; 460 + cd-gpios = <&gpx3 4 GPIO_ACTIVE_LOW>; 458 461 status = "okay"; 459 462 }; 460 463