Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1 -1
+1 -1
arch/arm/boot/dts/s3c6410-smdk6410.dts
··· 17 17 18 18 / { 19 19 model = "Samsung SMDK6410 board based on S3C6410"; 20 - compatible = "samsung,mini6410", "samsung,s3c6410"; 20 + compatible = "samsung,smdk6410", "samsung,s3c6410"; 21 21 22 22 memory@50000000 { 23 23 device_type = "memory";