]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: exynos4: dts: add the prefix '/' for aliases nodes
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 28 Jun 2016 10:47:25 +0000 (19:47 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 12 Jul 2016 05:27:55 +0000 (14:27 +0900)
It's correct to use '/' as prefix for aliases nodes.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/dts/exynos4210-origen.dts
arch/arm/dts/exynos4210-trats.dts
arch/arm/dts/exynos4210-universal_c210.dts
arch/arm/dts/exynos4412-odroid.dts
arch/arm/dts/exynos4412-trats2.dts

index 3f877615844e107262316dead327905335f862d0..26c4d7f4c646f7c65196640b72e5701ecbb64931 100644 (file)
@@ -22,7 +22,7 @@
        aliases {
                serial0 = "/serial@13800000";
                console = "/serial@13820000";
-               mmc2 = "sdhci@12530000";
+               mmc2 = "/sdhci@12530000";
        };
 
        sdhci@12510000 {
index f3fac801905696f9eba76814fb3a8e0c4833152b..2ed38f369e4ee8ec602c5e4e530a92356b0832e9 100644 (file)
@@ -29,8 +29,8 @@
                i2c7 = "/i2c@138d0000";
                serial0 = "/serial@13800000";
                console = "/serial@13820000";
-               mmc0 = "sdhci@12510000";
-               mmc2 = "sdhci@12530000";
+               mmc0 = "/sdhci@12510000";
+               mmc2 = "/sdhci@12530000";
        };
 
        fimd@11c00000 {
index ad3527ec6f118324e82e0168681c6d2e7774dec2..8cac7dd752e082589eb85e7c3c01868c39ad894b 100644 (file)
@@ -17,8 +17,8 @@
        aliases {
                serial0 = "/serial@13800000";
                console = "/serial@13820000";
-               mmc0 = "sdhci@12510000";
-               mmc2 = "sdhci@12530000";
+               mmc0 = "/sdhci@12510000";
+               mmc2 = "/sdhci@12530000";
        };
 
        sdhci@12510000 {
index a63e8abab4ae9cdcc708960930f551bde7bbcb8d..188cb939bb8a1795037c937b9b7101c0900a90ef 100644 (file)
@@ -25,8 +25,8 @@
                i2c7 = "/i2c@138d0000";
                serial0 = "/serial@13800000";
                console = "/serial@13810000";
-               mmc2 = "sdhci@12530000";
-               mmc4 = "dwmmc@12550000";
+               mmc2 = "/sdhci@12530000";
+               mmc4 = "/dwmmc@12550000";
        };
 
        i2c@13860000 {
index 2d4e522ea2770ef0e428eea352b4ffd4e43271d9..1fbcf8914fa50050fbdffbd64ed41b3262ad1fa7 100644 (file)
@@ -29,9 +29,9 @@
                i2c7 = "/i2c@138d0000";
                serial0 = "/serial@13800000";
                console = "/serial@13820000";
-               mmc0 = "sdhci@12510000";
-               mmc2 = "sdhci@12530000";
-               mmc4 = "dwmmc@12550000";
+               mmc0 = "/sdhci@12510000";
+               mmc2 = "/sdhci@12530000";
+               mshc0 = "/dwmmc@12550000";
        };
 
        i2c@138d0000 {