diff options
| author | 2020-11-17 21:11:06 +0100 | |
|---|---|---|
| committer | 2020-12-02 22:03:45 +0200 | |
| commit | 32ccdde0a794700f29d190eae77eb41f1b8926ce (patch) | |
| tree | 0100da2c3d0587e2c8d26ad1cd4550cd36a74f6a | |
| parent | ARM: dts: s3c24xx: add SMDK2416 board compatible (diff) | |
ARM: dts: s3c6410: correct SMDK6410 board compatible
The SMDK6410 DTS was incorrectly called mini6410, probably copy-paste
from FriendlyARM Mini6410 board.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201117201106.128813-4-krzk@kernel.org
| -rw-r--r-- | arch/arm/boot/dts/s3c6410-smdk6410.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/s3c6410-smdk6410.dts b/arch/arm/boot/dts/s3c6410-smdk6410.dts index 69c9ec4cf381..581309e7f15e 100644 --- a/arch/arm/boot/dts/s3c6410-smdk6410.dts +++ b/arch/arm/boot/dts/s3c6410-smdk6410.dts @@ -17,7 +17,7 @@ / { model = "Samsung SMDK6410 board based on S3C6410"; - compatible = "samsung,mini6410", "samsung,s3c6410"; + compatible = "samsung,smdk6410", "samsung,s3c6410"; memory@50000000 { device_type = "memory"; |
