]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mediatek: add basic support for the MT7987 SoC
authorDaniel Golle <daniel@makrotopia.org>
Sun, 5 Oct 2025 00:10:54 +0000 (01:10 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 5 Nov 2025 14:19:39 +0000 (14:19 +0000)
commit911a1145a5b2e9904d80bfb8ae48999a83c4d4d8
tree769d1761fa2b3927541e40a232814e2cfe358b5c
parent6d35edad6e6456feb9ab0bf61f1549d34b1fe7d2
mediatek: add basic support for the MT7987 SoC

The MT7987 is mostly a stripped-down low-pin-count version of the
MT7988 without the 10GBit/s SerDes. Most existing drivers can be reused.
Import to-be-sent-upstream patches doing all the groundwork for
basic support for the MT7987 SoC, adding clk, pinctrl and pwm support.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/mediatek/filogic/config-6.12
target/linux/mediatek/mt7622/config-6.12
target/linux/mediatek/mt7623/config-6.12
target/linux/mediatek/mt7629/config-6.12
target/linux/mediatek/patches-6.12/360-pinctrl-mediatek-add-mt7987-pinctrl-support.patch [new file with mode: 0644]
target/linux/mediatek/patches-6.12/361-clk-mediatek-add-mt7987-clock-drivers-support.patch [new file with mode: 0644]
target/linux/mediatek/patches-6.12/810-tty-serial-8250_mtk-enable-baud-clock.patch [new file with mode: 0644]
target/linux/mediatek/patches-6.12/821-add-pwm-feature-for-mt7987.patch [new file with mode: 0644]