[openwrt/openwrt] kirkwood: fix compatible string in ib62x0 dts

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 9 13:10:10 PST 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/18ea058258b42cc0d74210746ed8bb8efd43ecc9

commit 18ea058258b42cc0d74210746ed8bb8efd43ecc9
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Thu Dec 28 10:07:48 2017 +0100

    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 at kresin.me>
---
 target/linux/kirkwood/base-files/lib/kirkwood.sh   | 0
 target/linux/kirkwood/patches-4.9/100-ib62x0.patch | 9 +++++++++
 2 files changed, 9 insertions(+)

diff --git a/target/linux/kirkwood/base-files/lib/kirkwood.sh b/target/linux/kirkwood/base-files/lib/kirkwood.sh
old mode 100755
new mode 100644
diff --git a/target/linux/kirkwood/patches-4.9/100-ib62x0.patch b/target/linux/kirkwood/patches-4.9/100-ib62x0.patch
index d6d10d8..f4e6947 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 @@
  	};
  



More information about the lede-commits mailing list