Cudy assigns hardware versions to its devices on its website, and
the Cudy TR1200 router is now Cudy TR1200 v1.
OpenWrt currently uses both variants, and this commit removes
inconsistencies using only the new name.
Signed-off-by: Luis Mita <luis@luismita.com>
#include <dt-bindings/leds/common.h>
/ {
- compatible = "cudy,tr1200", "mediatek,mt7628an-soc";
- model = "Cudy TR1200";
+ compatible = "cudy,tr1200-v1", "mediatek,mt7628an-soc";
+ model = "Cudy TR1200 v1";
aliases {
led-boot = &led_status;
ucidef_add_switch "switch0" \
"4:lan" "6@eth0"
;;
- cudy,tr1200)
+ cudy,tr1200-v1)
ucidef_add_switch "switch0" \
"0:lan" "1:wan" "6@eth0"
;;