[openwrt/openwrt] mediatek: filogic: asus,rt-ax57m: remove unused pinctrl groups
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 2 05:43:32 PST 2026
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/5d017aeeebbb57c83d40bd0d9ccee82a8d662cf2
commit 5d017aeeebbb57c83d40bd0d9ccee82a8d662cf2
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Dec 23 14:49:48 2025 +0000
mediatek: filogic: asus,rt-ax57m: remove unused pinctrl groups
Remove unused pinctrl groups defined in the device tree, probably as a
result of importing the vendor device tree which is based on the
reference board from MediaTek's SDK.
114b5c2063 ("mediatek: filogic: Add support ASUS RT-AX57M")
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
(cherry picked from commit 96205c99d01cf7f5e69f03ccdea790d0eb9ddb36)
Signed-off-by: Garrett Mesmer <garrettmesm at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21237
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
.../linux/mediatek/dts/mt7981b-asus-rt-ax57m.dts | 56 ----------------------
1 file changed, 56 deletions(-)
diff --git a/target/linux/mediatek/dts/mt7981b-asus-rt-ax57m.dts b/target/linux/mediatek/dts/mt7981b-asus-rt-ax57m.dts
index 2a5f544f2c..c3644a68eb 100644
--- a/target/linux/mediatek/dts/mt7981b-asus-rt-ax57m.dts
+++ b/target/linux/mediatek/dts/mt7981b-asus-rt-ax57m.dts
@@ -246,41 +246,6 @@
};
&pio {
- i2c_pins: i2c-pins-g0 {
- mux {
- function = "i2c";
- groups = "i2c0_0";
- };
- };
-
- pcm_pins: pcm-pins-g0 {
- mux {
- function = "pcm";
- groups = "pcm";
- };
- };
-
- pwm0_pin: pwm0-pin-g0 {
- mux {
- function = "pwm";
- groups = "pwm0_0";
- };
- };
-
- pwm1_pin: pwm1-pin-g1 {
- mux {
- function = "pwm";
- groups = "pwm1_1";
- };
- };
-
- pwm2_pin: pwm2-pin {
- mux {
- function = "pwm";
- groups = "pwm2";
- };
- };
-
spi0_flash_pins: spi0-pins {
mux {
function = "spi";
@@ -299,27 +264,6 @@
bias-pull-down = <MTK_PUPD_SET_R1R0_11>;
};
};
-
- spic_pins: spi1-pins {
- mux {
- function = "spi";
- groups = "spi1_1";
- };
- };
-
- uart1_pins: uart1-pins-g1 {
- mux {
- function = "uart";
- groups = "uart1_1";
- };
- };
-
- uart2_pins: uart2-pins-g1 {
- mux {
- function = "uart";
- groups = "uart2_1";
- };
- };
};
&watchdog {
More information about the lede-commits
mailing list