Commit 28734f87 authored by Linus Walleij's avatar Linus Walleij

ARM: dts: Fix up MMC host node names

The standard mandates that these nodes be named
mmc@... not sdi_foo@...
Acked-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7ac92661
...@@ -883,7 +883,7 @@ serial2: uart@80007000 { ...@@ -883,7 +883,7 @@ serial2: uart@80007000 {
status = "disabled"; status = "disabled";
}; };
sdi0_per1@80126000 { mmc@80126000 {
compatible = "arm,pl18x", "arm,primecell"; compatible = "arm,pl18x", "arm,primecell";
reg = <0x80126000 0x1000>; reg = <0x80126000 0x1000>;
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
...@@ -899,7 +899,7 @@ sdi0_per1@80126000 { ...@@ -899,7 +899,7 @@ sdi0_per1@80126000 {
status = "disabled"; status = "disabled";
}; };
sdi1_per2@80118000 { mmc@80118000 {
compatible = "arm,pl18x", "arm,primecell"; compatible = "arm,pl18x", "arm,primecell";
reg = <0x80118000 0x1000>; reg = <0x80118000 0x1000>;
interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
...@@ -915,7 +915,7 @@ sdi1_per2@80118000 { ...@@ -915,7 +915,7 @@ sdi1_per2@80118000 {
status = "disabled"; status = "disabled";
}; };
sdi2_per3@80005000 { mmc@80005000 {
compatible = "arm,pl18x", "arm,primecell"; compatible = "arm,pl18x", "arm,primecell";
reg = <0x80005000 0x1000>; reg = <0x80005000 0x1000>;
interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
...@@ -931,7 +931,7 @@ sdi2_per3@80005000 { ...@@ -931,7 +931,7 @@ sdi2_per3@80005000 {
status = "disabled"; status = "disabled";
}; };
sdi3_per2@80119000 { mmc@80119000 {
compatible = "arm,pl18x", "arm,primecell"; compatible = "arm,pl18x", "arm,primecell";
reg = <0x80119000 0x1000>; reg = <0x80119000 0x1000>;
interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
...@@ -947,7 +947,7 @@ sdi3_per2@80119000 { ...@@ -947,7 +947,7 @@ sdi3_per2@80119000 {
status = "disabled"; status = "disabled";
}; };
sdi4_per2@80114000 { mmc@80114000 {
compatible = "arm,pl18x", "arm,primecell"; compatible = "arm,pl18x", "arm,primecell";
reg = <0x80114000 0x1000>; reg = <0x80114000 0x1000>;
interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
...@@ -963,7 +963,7 @@ sdi4_per2@80114000 { ...@@ -963,7 +963,7 @@ sdi4_per2@80114000 {
status = "disabled"; status = "disabled";
}; };
sdi5_per3@80008000 { mmc@80008000 {
compatible = "arm,pl18x", "arm,primecell"; compatible = "arm,pl18x", "arm,primecell";
reg = <0x80008000 0x1000>; reg = <0x80008000 0x1000>;
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
......
...@@ -114,7 +114,7 @@ i2c@80110000 { ...@@ -114,7 +114,7 @@ i2c@80110000 {
}; };
// External Micro SD slot // External Micro SD slot
sdi0_per1@80126000 { mmc@80126000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>; max-frequency = <100000000>;
bus-width = <4>; bus-width = <4>;
...@@ -137,7 +137,7 @@ sdi0_per1@80126000 { ...@@ -137,7 +137,7 @@ sdi0_per1@80126000 {
}; };
// WLAN SDIO channel // WLAN SDIO channel
sdi1_per2@80118000 { mmc@80118000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>; max-frequency = <100000000>;
bus-width = <4>; bus-width = <4>;
...@@ -150,7 +150,7 @@ sdi1_per2@80118000 { ...@@ -150,7 +150,7 @@ sdi1_per2@80118000 {
}; };
// PoP:ed eMMC // PoP:ed eMMC
sdi2_per3@80005000 { mmc@80005000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>; max-frequency = <100000000>;
bus-width = <8>; bus-width = <8>;
...@@ -165,7 +165,7 @@ sdi2_per3@80005000 { ...@@ -165,7 +165,7 @@ sdi2_per3@80005000 {
}; };
// On-board eMMC // On-board eMMC
sdi4_per2@80114000 { mmc@80114000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>; max-frequency = <100000000>;
bus-width = <8>; bus-width = <8>;
......
...@@ -61,7 +61,7 @@ spi@80002000 { ...@@ -61,7 +61,7 @@ spi@80002000 {
}; };
// External Micro SD slot // External Micro SD slot
sdi0_per1@80126000 { mmc@80126000 {
cd-gpios = <&tc3589x_gpio 3 GPIO_ACTIVE_HIGH>; cd-gpios = <&tc3589x_gpio 3 GPIO_ACTIVE_HIGH>;
}; };
......
...@@ -190,7 +190,7 @@ gpio@8011e080 { ...@@ -190,7 +190,7 @@ gpio@8011e080 {
}; };
// External Micro SD slot // External Micro SD slot
sdi0_per1@80126000 { mmc@80126000 {
cd-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>; // 95 cd-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>; // 95
}; };
......
...@@ -213,7 +213,7 @@ vmmci: regulator-gpio { ...@@ -213,7 +213,7 @@ vmmci: regulator-gpio {
}; };
// External Micro SD slot // External Micro SD slot
sdi0_per1@80126000 { mmc@80126000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>; max-frequency = <100000000>;
bus-width = <4>; bus-width = <4>;
...@@ -241,7 +241,7 @@ sdi0_per1@80126000 { ...@@ -241,7 +241,7 @@ sdi0_per1@80126000 {
}; };
// WLAN SDIO channel // WLAN SDIO channel
sdi1_per2@80118000 { mmc@80118000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>; max-frequency = <100000000>;
bus-width = <4>; bus-width = <4>;
...@@ -253,7 +253,7 @@ sdi1_per2@80118000 { ...@@ -253,7 +253,7 @@ sdi1_per2@80118000 {
}; };
// Unused PoP eMMC - register and put it to sleep by default */ // Unused PoP eMMC - register and put it to sleep by default */
sdi2_per3@80005000 { mmc@80005000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&mc2_a_1_sleep>; pinctrl-0 = <&mc2_a_1_sleep>;
...@@ -262,7 +262,7 @@ sdi2_per3@80005000 { ...@@ -262,7 +262,7 @@ sdi2_per3@80005000 {
}; };
// On-board eMMC // On-board eMMC
sdi4_per2@80114000 { mmc@80114000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>; max-frequency = <100000000>;
bus-width = <8>; bus-width = <8>;
......
...@@ -72,7 +72,7 @@ magnetometer@c { ...@@ -72,7 +72,7 @@ magnetometer@c {
soc { soc {
/* External Micro SD card slot */ /* External Micro SD card slot */
sdi0_per1@80126000 { mmc@80126000 {
status = "okay"; status = "okay";
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
...@@ -100,7 +100,7 @@ sdi0_per1@80126000 { ...@@ -100,7 +100,7 @@ sdi0_per1@80126000 {
}; };
/* WLAN SDIO */ /* WLAN SDIO */
sdi1_per2@80118000 { mmc@80118000 {
status = "okay"; status = "okay";
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
...@@ -134,7 +134,7 @@ wifi@1 { ...@@ -134,7 +134,7 @@ wifi@1 {
}; };
/* eMMC */ /* eMMC */
sdi2_per3@80005000 { mmc@80005000 {
status = "okay"; status = "okay";
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
......
...@@ -329,7 +329,7 @@ nfc@30 { ...@@ -329,7 +329,7 @@ nfc@30 {
soc { soc {
/* External Micro SD slot */ /* External Micro SD slot */
sdi0_per1@80126000 { mmc@80126000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <50000000>; max-frequency = <50000000>;
bus-width = <4>; bus-width = <4>;
...@@ -352,7 +352,7 @@ sdi0_per1@80126000 { ...@@ -352,7 +352,7 @@ sdi0_per1@80126000 {
}; };
/* WLAN SDIO channel */ /* WLAN SDIO channel */
sdi1_per2@80118000 { mmc@80118000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <50000000>; max-frequency = <50000000>;
bus-width = <4>; bus-width = <4>;
...@@ -390,7 +390,7 @@ wifi@1 { ...@@ -390,7 +390,7 @@ wifi@1 {
}; };
/* eMMC */ /* eMMC */
sdi2_per3@80005000 { mmc@80005000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <50000000>; max-frequency = <50000000>;
bus-width = <8>; bus-width = <8>;
......
...@@ -147,7 +147,7 @@ magnetometer@c { ...@@ -147,7 +147,7 @@ magnetometer@c {
soc { soc {
// External Micro SD slot // External Micro SD slot
sdi0_per1@80126000 { mmc@80126000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>; max-frequency = <100000000>;
bus-width = <4>; bus-width = <4>;
...@@ -169,7 +169,7 @@ sdi0_per1@80126000 { ...@@ -169,7 +169,7 @@ sdi0_per1@80126000 {
}; };
// WLAN SDIO channel // WLAN SDIO channel
sdi1_per2@80118000 { mmc@80118000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <50000000>; max-frequency = <50000000>;
bus-width = <4>; bus-width = <4>;
...@@ -196,7 +196,7 @@ wifi@1 { ...@@ -196,7 +196,7 @@ wifi@1 {
}; };
// eMMC // eMMC
sdi2_per3@80005000 { mmc@80005000 {
arm,primecell-periphid = <0x10480180>; arm,primecell-periphid = <0x10480180>;
max-frequency = <100000000>; max-frequency = <100000000>;
bus-width = <8>; bus-width = <8>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment