ramips: apply consistent device name/compatible to ZBT-WE1026-5G
All Zbtlink ramips devices except the ZBT-WE1026-5G include the zbt-/ZBT- prefix in their model name. This changes ZBT-WE1026-5G to also follow that scheme. The patch moves some block to keep alphatical order. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Daniel Golle
parent
b376818f97
commit
400e56d22c
@@ -33,10 +33,10 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "mt7620a_zbtlink_we1026-5g.dtsi"
|
||||
#include "mt7620a_zbtlink_zbt-we1026-5g.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,we1026-5g-16m", "ralink,mt7620a-soc";
|
||||
compatible = "zbtlink,zbt-we1026-5g-16m", "ralink,mt7620a-soc";
|
||||
model = "Zbtlink ZBT-WE1026-5G (16M)";
|
||||
};
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
compatible = "zbtlink,we1026-5g", "ralink,mt7620a-soc";
|
||||
compatible = "zbtlink,zbt-we1026-5g", "ralink,mt7620a-soc";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200";
|
||||
Reference in New Issue
Block a user