Skip to content

Commit

Permalink
ARM: tegra: apalis-tk1: reorder SD card properties
Browse files Browse the repository at this point in the history
Reorder SD card properties.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
ziswiler authored and thierryreding committed Sep 26, 2018
1 parent e0cffa9 commit a64b51a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/tegra124-apalis-eval.dts
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,18 @@
/* Apalis MMC1 */
sdhci@700b0000 {
status = "okay";
bus-width = <4>;
/* MMC1_CD# */
cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
bus-width = <4>;
vqmmc-supply = <&vddio_sdmmc1>;
};

/* Apalis SD1 */
sdhci@700b0400 {
status = "okay";
bus-width = <4>;
/* SD1_CD# */
cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
bus-width = <4>;
vqmmc-supply = <&vddio_sdmmc3>;
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,18 @@
/* Apalis MMC1 */
sdhci@700b0000 {
status = "okay";
bus-width = <4>;
/* MMC1_CD# */
cd-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_LOW>;
bus-width = <4>;
vqmmc-supply = <&vddio_sdmmc1>;
};

/* Apalis SD1 */
sdhci@700b0400 {
status = "okay";
bus-width = <4>;
/* SD1_CD# */
cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
bus-width = <4>;
vqmmc-supply = <&vddio_sdmmc3>;
};

Expand Down

0 comments on commit a64b51a

Please sign in to comment.