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

ARM: dts: kirkwood: use unique machine name for ds112

Downstream packages like Debian flash-kernel use
/proc/device-tree/model
to determine which dtb file to install.

Hence each dts in the Linux kernel should provide a unique model
identifier.

Commit 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology NAS
devices") created the new files kirkwood-ds111.dts and kirkwood-ds112.dts
using the same model identifier.

This patch provides a unique model identifier for the
Synology DiskStation DS112.

Fixes: 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology NAS devices")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

authored by

Heinrich Schuchardt and committed by
Gregory CLEMENT
9d021c9d ff61ee84

+1 -1
+1 -1
arch/arm/boot/dts/kirkwood-ds112.dts
··· 14 14 #include "kirkwood-synology.dtsi" 15 15 16 16 / { 17 - model = "Synology DS111"; 17 + model = "Synology DS112"; 18 18 compatible = "synology,ds111", "marvell,kirkwood"; 19 19 20 20 memory {