diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-21 02:17:22 +0900 |
---|---|---|
committer | Hyungwon Hwang <human.hwang@samsung.com> | 2014-12-17 16:18:09 +0900 |
commit | 9fa9a8445295470ca9abac0edd4af8a562f48f04 (patch) | |
tree | 347060f905bfaf6c4baef6c5f236176dfe7f06fe | |
parent | 255eba196b96d824457d9a0a94d7571e040327a5 (diff) | |
download | linux-3.10-9fa9a8445295470ca9abac0edd4af8a562f48f04.tar.gz linux-3.10-9fa9a8445295470ca9abac0edd4af8a562f48f04.tar.bz2 linux-3.10-9fa9a8445295470ca9abac0edd4af8a562f48f04.zip |
ARM: dts: Update Exynos DT files with generic compatible strings
Add generic compatible strings to the respective board DT files.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/boot/dts/exynos5420.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 82071154eb8..770a7e7150f 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -20,7 +20,7 @@ #include <dt-bindings/clk/exynos-audss-clk.h> / { - compatible = "samsung,exynos5420"; + compatible = "samsung,exynos5420", "samsung,exynos5"; aliases { mshc0 = &mmc_0; |