diff options
author | Mathias Kresin <dev@kresin.me> | 2017-12-28 10:07:48 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-09 22:06:54 +0100 |
commit | 18ea058258b42cc0d74210746ed8bb8efd43ecc9 (patch) | |
tree | 7e67fae3417faa1ffad2e9af9764e3aa62ccbc25 /target | |
parent | 0ebdf0c1d34a80ae4d4c7382d49bca3a7c636284 (diff) | |
download | upstream-18ea058258b42cc0d74210746ed8bb8efd43ecc9.tar.gz upstream-18ea058258b42cc0d74210746ed8bb8efd43ecc9.tar.bz2 upstream-18ea058258b42cc0d74210746ed8bb8efd43ecc9.zip |
kirkwood: fix compatible string in ib62x0 dts
There is no point in being that specifc in a generic dts covering a range
of boards. Keep only the the generic compat string to use it for a
devicetree based boardname.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r--[-rwxr-xr-x] | target/linux/kirkwood/base-files/lib/kirkwood.sh | 0 | ||||
-rw-r--r-- | target/linux/kirkwood/patches-4.9/100-ib62x0.patch | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/kirkwood/base-files/lib/kirkwood.sh b/target/linux/kirkwood/base-files/lib/kirkwood.sh index 6474b06176..6474b06176 100755..100644 --- a/target/linux/kirkwood/base-files/lib/kirkwood.sh +++ b/target/linux/kirkwood/base-files/lib/kirkwood.sh diff --git a/target/linux/kirkwood/patches-4.9/100-ib62x0.patch b/target/linux/kirkwood/patches-4.9/100-ib62x0.patch index d6d10d8144..f4e6947374 100644 --- a/target/linux/kirkwood/patches-4.9/100-ib62x0.patch +++ b/target/linux/kirkwood/patches-4.9/100-ib62x0.patch @@ -1,5 +1,14 @@ --- a/arch/arm/boot/dts/kirkwood-ib62x0.dts +++ b/arch/arm/boot/dts/kirkwood-ib62x0.dts +@@ -5,7 +5,7 @@ + + / { + model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)"; +- compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood"; ++ compatible = "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood"; + + memory { + device_type = "memory"; @@ -117,13 +117,13 @@ }; |