diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-03-20 21:17:22 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-03-20 21:17:22 +0400 |
commit | 8bdb31b4d1931a32264fbe4651e607eb72941ff0 (patch) | |
tree | fb7a225c58807e4bf21dc31654013490ebd364a1 /arch/arm/boot/dts/exynos5250-snow.dts | |
parent | 4868123ceb6ef0d4fa04e3211a0f4cd948f418f9 (diff) | |
download | linux-8bdb31b4d1931a32264fbe4651e607eb72941ff0.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-snow.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5250-snow.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/dts/exynos5250-snow.dts index 7e45eea2d78f..ce0f5002796a 100644 --- a/arch/arm/boot/dts/exynos5250-snow.dts +++ b/arch/arm/boot/dts/exynos5250-snow.dts @@ -14,7 +14,7 @@ / { model = "Google Snow"; - compatible = "google,snow", "samsung,exynos5250"; + compatible = "google,snow", "samsung,exynos5250", "samsung,exynos5"; aliases { i2c104 = &i2c_104; |