diff mbox

[U-Boot,2/2] ARM: dts: uniphier: add UniPhier specific compatible to eMMC node

Message ID 1483528117-10248-2-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 7a6139c97ba79a5bfdff1ac5c9e440511346c32d
Delegated to: Masahiro Yamada
Headers show

Commit Message

Masahiro Yamada Jan. 4, 2017, 11:08 a.m. UTC
The "cdns,sd4hc" is a fallback of the IP.  Add the SoC-specific
compatible string.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/dts/uniphier-ld11.dtsi | 3 +--
 arch/arm/dts/uniphier-ld20.dtsi | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

Comments

Masahiro Yamada Jan. 14, 2017, 7:22 p.m. UTC | #1
2017-01-04 20:08 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> The "cdns,sd4hc" is a fallback of the IP.  Add the SoC-specific
> compatible string.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Applied to u-boot-uniphier/master.
diff mbox

Patch

diff --git a/arch/arm/dts/uniphier-ld11.dtsi b/arch/arm/dts/uniphier-ld11.dtsi
index eef4dce..38dc1ec 100644
--- a/arch/arm/dts/uniphier-ld11.dtsi
+++ b/arch/arm/dts/uniphier-ld11.dtsi
@@ -270,7 +270,7 @@ 
 		};
 
 		emmc: sdhc@5a000000 {
-			compatible = "cdns,sd4hc";
+			compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
 			reg = <0x5a000000 0x400>;
 			interrupts = <0 78 4>;
 			pinctrl-names = "default";
@@ -279,7 +279,6 @@ 
 			bus-width = <8>;
 			mmc-ddr-1_8v;
 			mmc-hs200-1_8v;
-			/* mmc-hs400-1_8v; support depends on board design */
 		};
 
 		usb0: usb@5a800100 {
diff --git a/arch/arm/dts/uniphier-ld20.dtsi b/arch/arm/dts/uniphier-ld20.dtsi
index 1b41945..7176757 100644
--- a/arch/arm/dts/uniphier-ld20.dtsi
+++ b/arch/arm/dts/uniphier-ld20.dtsi
@@ -344,7 +344,7 @@ 
 		};
 
 		emmc: sdhc@5a000000 {
-			compatible = "cdns,sd4hc";
+			compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
 			reg = <0x5a000000 0x400>;
 			interrupts = <0 78 4>;
 			pinctrl-names = "default";
@@ -353,7 +353,6 @@ 
 			bus-width = <8>;
 			mmc-ddr-1_8v;
 			mmc-hs200-1_8v;
-			/* mmc-hs400-1_8v; support depends on board design */
 		};
 
 		sd: sdhc@5a400000 {