Skip to content

Commit

Permalink
mediatek: cleanup device tree for cudy devices
Browse files Browse the repository at this point in the history
Fixes typo for led properties.
Delete the unused rfb compatible.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
  • Loading branch information
aiamadeus committed Jan 23, 2025
1 parent 8763221 commit 64d1b10
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 28 deletions.
8 changes: 4 additions & 4 deletions target/linux/mediatek/dts/mt7981b-cudy-ap3000outdoor-v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/ {
model = "Cudy AP3000 Outdoor v1";
compatible = "cudy,ap3000outdoor-v1", "mediatek,mt7981-spim-snand-rfb";
compatible = "cudy,ap3000outdoor-v1", "mediatek,mt7981";

aliases {
label-mac-device = &wifi;
Expand Down Expand Up @@ -42,18 +42,19 @@
leds {
compatible = "gpio-leds";

led_status_green: led@0 {
led_status_green: led-0 {
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 10 GPIO_ACTIVE_HIGH>;
};

led_status_red: led_1 {
led_status_red: led-1 {
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 11 GPIO_ACTIVE_HIGH>;
};
};

gpio_export {
compatible = "gpio-export";
#size-cells = <0>;
Expand Down Expand Up @@ -89,7 +90,6 @@
&eth {
pinctrl-names = "default";
pinctrl-0 = <&mdio_pins>;

status = "okay";

gmac1: mac@1 {
Expand Down
2 changes: 1 addition & 1 deletion target/linux/mediatek/dts/mt7981b-cudy-m3000-v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/ {
model = "Cudy M3000 v1";
compatible = "cudy,m3000-v1", "mediatek,mt7981-spim-snand-rfb";
compatible = "cudy,m3000-v1", "mediatek,mt7981";

aliases {
label-mac-device = &gmac0;
Expand Down
4 changes: 1 addition & 3 deletions target/linux/mediatek/dts/mt7981b-cudy-tr3000-v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/ {
model = "Cudy TR3000 v1";
compatible = "cudy,tr3000-v1", "mediatek,mt7981-spim-snand-rfb";
compatible = "cudy,tr3000-v1", "mediatek,mt7981";

aliases {
label-mac-device = &gmac1;
Expand Down Expand Up @@ -59,11 +59,9 @@

usb_vbus: regulator-usb {
compatible = "regulator-fixed";

regulator-name = "usb-vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;

gpios = <&pio 9 GPIO_ACTIVE_LOW>;
regulator-boot-on;
};
Expand Down
23 changes: 11 additions & 12 deletions target/linux/mediatek/dts/mt7981b-cudy-wr3000h-v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/ {
model = "Cudy WR3000H v1";
compatible = "cudy,wr3000h-v1", "mediatek,mt7981-spim-snand-rfb";
compatible = "cudy,wr3000h-v1", "mediatek,mt7981";

aliases {
label-mac-device = &gmac0;
Expand Down Expand Up @@ -53,68 +53,67 @@
leds {
compatible = "gpio-leds";

led_status: led@0 {
led_status: led-status {
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 5 GPIO_ACTIVE_LOW>;
};


led_internet {
led-internet {
function = LED_FUNCTION_WAN_ONLINE;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 11 GPIO_ACTIVE_LOW>;
};

led_wps {
led-wps {
function = LED_FUNCTION_WPS;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
};

led_wlan2g {
led-wlan2g {
function = LED_FUNCTION_WLAN_2GHZ;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 6 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};

led_wlan5g {
led-wlan5g {
function = LED_FUNCTION_WLAN_5GHZ;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 7 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy1tpt";
};

led_lan1 {
led-lan1 {
function = LED_FUNCTION_LAN;
function-enumerator = <1>;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 8 GPIO_ACTIVE_LOW>;
};

led_lan2 {
led-lan2 {
function = LED_FUNCTION_LAN;
function-enumerator = <2>;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 10 GPIO_ACTIVE_LOW>;
};

led_lan3 {
led-lan3 {
function = LED_FUNCTION_LAN;
function-enumerator = <3>;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 12 GPIO_ACTIVE_LOW>;
};

led_lan4 {
led-lan4 {
function = LED_FUNCTION_LAN;
function-enumerator = <4>;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 13 GPIO_ACTIVE_LOW>;
};

led_wan {
led-wan {
function = LED_FUNCTION_WAN;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 35 GPIO_ACTIVE_LOW>;
Expand Down
14 changes: 6 additions & 8 deletions target/linux/mediatek/dts/mt7981b-cudy-wr3000s-v1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/ {
model = "Cudy WR3000S v1";
compatible = "cudy,wr3000s-v1", "mediatek,mt7981-spim-snand-rfb";
compatible = "cudy,wr3000s-v1", "mediatek,mt7981";

aliases {
label-mac-device = &gmac0;
Expand Down Expand Up @@ -42,33 +42,32 @@
leds {
compatible = "gpio-leds";

led_status: led@0 {
led_status: led-status {
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 10 GPIO_ACTIVE_LOW>;
};


led_internet {
led-internet {
function = LED_FUNCTION_WAN_ONLINE;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 11 GPIO_ACTIVE_LOW>;
};

led_wps {
led-wps {
function = LED_FUNCTION_WPS;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
};

led_wlan2g {
led-wlan2g {
function = LED_FUNCTION_WLAN_2GHZ;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 6 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};

led_wlan5g {
led-wlan5g {
function = LED_FUNCTION_WLAN_5GHZ;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 7 GPIO_ACTIVE_LOW>;
Expand All @@ -88,7 +87,6 @@
&eth {
pinctrl-names = "default";
pinctrl-0 = <&mdio_pins>;

status = "okay";

gmac0: mac@0 {
Expand Down

0 comments on commit 64d1b10

Please sign in to comment.