Merge tag 'u-boot-atmel-fixes-2020.07-a' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / arch / arm / dts / exynos4412-odroid.dts
index daa0d30f91f799906f534c5871c407676587ef07..ce08e8dc1ebb1b10911fdace90365229dbb29094 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Odroid-U3/X2 board device tree source
  *
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  *             http://www.samsung.com
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /dts-v1/;
@@ -18,7 +17,7 @@
                serial0 = "/serial@13800000";
                console = "/serial@13810000";
                mmc0 = &mshc_0;
-               mmc1 = &sdhci2;
+               mmc2 = &sdhci2;
        };
 
        serial@13810000 {
 &sdhci2 {
        samsung,bus-width = <4>;
        samsung,timing = <1 2 3>;
+       cd-inverted;
        cd-gpios = <&gpk2 2 0>;
        status = "okay";
 };