diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-04 20:08:37 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-01-17 09:00:40 +0900 |
commit | 7a6139c97ba79a5bfdff1ac5c9e440511346c32d (patch) | |
tree | 127bdfc20eef8661876329a4465a82ed29fae54b /arch/arm/dts/uniphier-ld11.dtsi | |
parent | e348dd0e99f3c6121b769f5fe26ea10faafaf1b3 (diff) | |
download | u-boot-imx-7a6139c97ba79a5bfdff1ac5c9e440511346c32d.zip u-boot-imx-7a6139c97ba79a5bfdff1ac5c9e440511346c32d.tar.gz u-boot-imx-7a6139c97ba79a5bfdff1ac5c9e440511346c32d.tar.bz2 |
ARM: dts: uniphier: add UniPhier specific compatible to eMMC node
The "cdns,sd4hc" is a fallback of the IP. Add the SoC-specific
compatible string.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ld11.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-ld11.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |