public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: sync Moxa SDIO 'compatible' name with moxart-mmc.c
@ 2022-09-05 10:43 Sergei Antonov
  2022-09-05 11:12 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Antonov @ 2022-09-05 10:43 UTC (permalink / raw)
  To: devicetree; +Cc: robh+dt, krzysztof.kozlowski+dt, Sergei Antonov, Jonas Jensen

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

But moxart.dtsi and the documentation file moxa,moxart-dma.txt
contain another name: compatible = "moxa,moxart-sdhci".

Change name in moxart.dtsi and moxa,moxart-dma.txt to that from the driver.

Signed-off-by: Sergei Antonov <saproj@gmail.com>
Cc: Jonas Jensen <jonas.jensen@gmail.com>
---
 Documentation/devicetree/bindings/dma/moxa,moxart-dma.txt | 2 +-
 arch/arm/boot/dts/moxart.dtsi                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/dma/moxa,moxart-dma.txt b/Documentation/devicetree/bindings/dma/moxa,moxart-dma.txt
index 8a9f3559335b..20247827f35a 100644
--- a/Documentation/devicetree/bindings/dma/moxa,moxart-dma.txt
+++ b/Documentation/devicetree/bindings/dma/moxa,moxart-dma.txt
@@ -35,7 +35,7 @@ Use specific request line passing from dma
 For example, MMC request line is 5
 
 	sdhci: sdhci@98e00000 {
-		compatible = "moxa,moxart-sdhci";
+		compatible = "moxa,moxart-mmc";
 		reg = <0x98e00000 0x5C>;
 		interrupts = <5 0>;
 		clocks = <&clk_apb>;
diff --git a/arch/arm/boot/dts/moxart.dtsi b/arch/arm/boot/dts/moxart.dtsi
index f5f070a87482..d69d73930ebe 100644
--- a/arch/arm/boot/dts/moxart.dtsi
+++ b/arch/arm/boot/dts/moxart.dtsi
@@ -94,7 +94,7 @@ watchdog: watchdog@98500000 {
 		};
 
 		sdhci: sdhci@98e00000 {
-			compatible = "moxa,moxart-sdhci";
+			compatible = "moxa,moxart-mmc";
 			reg = <0x98e00000 0x5C>;
 			interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&clk_apb>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-05 12:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-05 10:43 [PATCH] ARM: dts: sync Moxa SDIO 'compatible' name with moxart-mmc.c Sergei Antonov
2022-09-05 11:12 ` Arnd Bergmann
2022-09-05 11:24   ` Sergei Antonov
2022-09-05 12:13     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox