mediatek: mt7622: fix DTS compatible of UniFi 6 LR variants
Make sure the compatible string in DTS matches the now v1/v2 differentiated board name in target/linux/mediatek/image/mt7622.mk. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Ubiquiti UniFi 6 LR v1 (U-Boot mod)";
|
model = "Ubiquiti UniFi 6 LR v1 (U-Boot mod)";
|
||||||
compatible = "ubnt,unifi-6-lr-ubootmod", "mediatek,mt7622";
|
compatible = "ubnt,unifi-6-lr-v1-ubootmod", "mediatek,mt7622";
|
||||||
};
|
};
|
||||||
|
|
||||||
&nor_partitions {
|
&nor_partitions {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Ubiquiti UniFi 6 LR v1";
|
model = "Ubiquiti UniFi 6 LR v1";
|
||||||
compatible = "ubnt,unifi-6-lr", "mediatek,mt7622";
|
compatible = "ubnt,unifi-6-lr-v1", "mediatek,mt7622";
|
||||||
};
|
};
|
||||||
|
|
||||||
&nor_partitions {
|
&nor_partitions {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Ubiquiti UniFi 6 LR v2 (U-Boot mod)";
|
model = "Ubiquiti UniFi 6 LR v2 (U-Boot mod)";
|
||||||
compatible = "ubnt,unifi-6-lr-ubootmod-v2", "mediatek,mt7622";
|
compatible = "ubnt,unifi-6-lr-v2-ubootmod", "mediatek,mt7622";
|
||||||
};
|
};
|
||||||
|
|
||||||
&nor_partitions {
|
&nor_partitions {
|
||||||
|
|||||||
Reference in New Issue
Block a user