ARM: dts: Fix up MMC host node names
The standard mandates that these nodes be named mmc@... not sdi_foo@... Acked-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
7ac9266120
commit
28734f87a0
@ -883,7 +883,7 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
|
|
||||||
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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* eMMC */
|
/* eMMC */
|
||||||
sdi2_per3@80005000 {
|
mmc@80005000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
arm,primecell-periphid = <0x10480180>;
|
arm,primecell-periphid = <0x10480180>;
|
||||||
|
@ -329,7 +329,7 @@
|
|||||||
|
|
||||||
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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* 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 @@
|
|||||||
|
|
||||||
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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 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>;
|
||||||
|
Loading…
Reference in New Issue
Block a user