Skip to content

Commit

Permalink
mediatek: sync MT7986 device trees with upstream
Browse files Browse the repository at this point in the history
Sync device tree files for MT7986 boards with what landed in upstream
Linux tree to easy maintainance and also allow for a smooth update to
Linux 6.1.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 7a0ec00)
  • Loading branch information
dangowrt committed Jun 9, 2023
1 parent bca0403 commit a65ec9f
Show file tree
Hide file tree
Showing 31 changed files with 994 additions and 1,002 deletions.
14 changes: 13 additions & 1 deletion target/linux/mediatek/dts/mt7986a-asus-tuf-ax4200.dts
Expand Up @@ -89,6 +89,10 @@
};
};

&crypto {
status = "okay";
};

&eth {
status = "okay";

Expand Down Expand Up @@ -330,13 +334,21 @@
};
};

&wmac {
&watchdog {
status = "okay";
};

&wifi {
status = "okay";
pinctrl-names = "default", "dbdc";
pinctrl-0 = <&wf_2g_5g_pins>;
pinctrl-1 = <&wf_dbdc_pins>;
};

&trng {
status = "okay";
};

&uart0 {
status = "okay";
};
Expand Down
80 changes: 0 additions & 80 deletions target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3-emmc-nor.dts

This file was deleted.

71 changes: 0 additions & 71 deletions target/linux/mediatek/dts/mt7986a-bananapi-bpi-r3-emmc-snand.dts

This file was deleted.

0 comments on commit a65ec9f

Please sign in to comment.