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>
This commit is contained in:
parent
0ebdf0c1d3
commit
18ea058258
2 changed files with 9 additions and 0 deletions
0
target/linux/kirkwood/base-files/lib/kirkwood.sh
Executable file → Normal file
0
target/linux/kirkwood/base-files/lib/kirkwood.sh
Executable file → Normal file
|
@ -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 @@
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue