public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] powerpc: dts: p1020/p2020: Fix esdhc node name
@ 2022-04-05  9:23 Pali Rohár
  0 siblings, 0 replies; only message in thread
From: Pali Rohár @ 2022-04-05  9:23 UTC (permalink / raw)
  To: Priyanka Jain, Wolfgang Denk, Sinan Akman; +Cc: u-boot

For compatibility with Linux kernel DTS files and also with other U-Boot
powerpc DTS files, rename esdhc@2e000 node to sdhc@2e000 in p1020-post.dtsi
and p2020-post.dtsi include files.

Linux kernel DTS files which include these dtsi files, expect that esdhc
node has name sdhc@2e000 and do not work with other node names.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 arch/powerpc/dts/p1020-post.dtsi | 2 +-
 arch/powerpc/dts/p2020-post.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/dts/p1020-post.dtsi b/arch/powerpc/dts/p1020-post.dtsi
index 03b688699189..668ca0fa07e8 100644
--- a/arch/powerpc/dts/p1020-post.dtsi
+++ b/arch/powerpc/dts/p1020-post.dtsi
@@ -37,7 +37,7 @@
 		last-interrupt-source = <255>;
 	};
 
-	esdhc: esdhc@2e000 {
+	esdhc: sdhc@2e000 {
 		compatible = "fsl,esdhc";
 		reg = <0x2e000 0x1000>;
 		/* Filled in by U-Boot */
diff --git a/arch/powerpc/dts/p2020-post.dtsi b/arch/powerpc/dts/p2020-post.dtsi
index 0a9e81a4248c..6debae7720ad 100644
--- a/arch/powerpc/dts/p2020-post.dtsi
+++ b/arch/powerpc/dts/p2020-post.dtsi
@@ -31,7 +31,7 @@
 		last-interrupt-source = <255>;
 	};
 
-	esdhc: esdhc@2e000 {
+	esdhc: sdhc@2e000 {
 		compatible = "fsl,esdhc";
 		reg = <0x2e000 0x1000>;
 		/* Filled in by U-Boot */
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-05  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-05  9:23 [PATCH] powerpc: dts: p1020/p2020: Fix esdhc node name Pali Rohár

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