ARM: dts: uniphier: add UniPhier specific compatible to eMMC node
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 4 Jan 2017 11:08:37 +0000 (20:08 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 17 Jan 2017 00:00:40 +0000 (09:00 +0900)
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
arch/arm/dts/uniphier-ld20.dtsi

index eef4dcefbce1845ecd56a45dbcfd9db573979e37..38dc1ecfaba5734732ad448266319dd9e82c496b 100644 (file)
                };
 
                emmc: sdhc@5a000000 {
-                       compatible = "cdns,sd4hc";
+                       compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
                        reg = <0x5a000000 0x400>;
                        interrupts = <0 78 4>;
                        pinctrl-names = "default";
                        bus-width = <8>;
                        mmc-ddr-1_8v;
                        mmc-hs200-1_8v;
-                       /* mmc-hs400-1_8v; support depends on board design */
                };
 
                usb0: usb@5a800100 {
index 1b41945ead1a8cf6fa11f0737083f025def82a0d..7176757ce50dec3b110bcccf9874e3a26a39d8be 100644 (file)
                };
 
                emmc: sdhc@5a000000 {
-                       compatible = "cdns,sd4hc";
+                       compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
                        reg = <0x5a000000 0x400>;
                        interrupts = <0 78 4>;
                        pinctrl-names = "default";
                        bus-width = <8>;
                        mmc-ddr-1_8v;
                        mmc-hs200-1_8v;
-                       /* mmc-hs400-1_8v; support depends on board design */
                };
 
                sd: sdhc@5a400000 {