Skip to content
Snippets Groups Projects
Commit c5874831 authored by Sergei Antonov's avatar Sergei Antonov Committed by Frieder Schrempf
Browse files

ARM: dts: fix Moxa SDIO 'compatible', remove 'sdhci' misnomer


[ Upstream commit 02181e68 ]

Driver moxart-mmc.c has .compatible = "moxa,moxart-mmc".

But moxart .dts/.dtsi and the documentation file moxa,moxart-dma.txt
contain compatible = "moxa,moxart-sdhci".

Change moxart .dts/.dtsi files and moxa,moxart-dma.txt to match the driver.

Replace 'sdhci' with 'mmc' in names too, since SDHCI is a different
controller from FTSDC010.

Suggested-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarSergei Antonov <saproj@gmail.com>
Cc: Jonas Jensen <jonas.jensen@gmail.com>
Link: https://lore.kernel.org/r/20220907175341.1477383-1-saproj@gmail.com

'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 3a20f9b8
No related branches found
No related tags found
1 merge request!69Upate to latest patch release v5.4.236
...@@ -34,8 +34,8 @@ Example: ...@@ -34,8 +34,8 @@ Example:
Use specific request line passing from dma Use specific request line passing from dma
For example, MMC request line is 5 For example, MMC request line is 5
sdhci: sdhci@98e00000 { mmc: mmc@98e00000 {
compatible = "moxa,moxart-sdhci"; compatible = "moxa,moxart-mmc";
reg = <0x98e00000 0x5C>; reg = <0x98e00000 0x5C>;
interrupts = <5 0>; interrupts = <5 0>;
clocks = <&clk_apb>; clocks = <&clk_apb>;
......
...@@ -79,7 +79,7 @@ &clk_pll { ...@@ -79,7 +79,7 @@ &clk_pll {
clocks = <&ref12>; clocks = <&ref12>;
}; };
&sdhci { &mmc {
status = "okay"; status = "okay";
}; };
......
...@@ -93,8 +93,8 @@ watchdog: watchdog@98500000 { ...@@ -93,8 +93,8 @@ watchdog: watchdog@98500000 {
clock-names = "PCLK"; clock-names = "PCLK";
}; };
sdhci: sdhci@98e00000 { mmc: mmc@98e00000 {
compatible = "moxa,moxart-sdhci"; compatible = "moxa,moxart-mmc";
reg = <0x98e00000 0x5C>; reg = <0x98e00000 0x5C>;
interrupts = <5 IRQ_TYPE_LEVEL_HIGH>; interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_apb>; clocks = <&clk_apb>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment