[openwrt/openwrt] mediatek: dts: mt7988a: remove boottrap hack

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 13 04:06:04 PDT 2023


dangole pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/f94cda01873b3d477758ee2e4da69c99e0c1081e

commit f94cda01873b3d477758ee2e4da69c99e0c1081e
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Sat Jul 8 16:48:39 2023 +0100

    mediatek: dts: mt7988a: remove boottrap hack
    
    The PHY driver now uses regmap created from pio syscon, we no longer
    need the boottrap device.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
    (cherry picked from commit f321a49fd523a8d393be8e3cd2de41d67855da91)
---
 .../mediatek/files-5.15/arch/arm64/boot/dts/mediatek/mt7988a.dtsi    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/target/linux/mediatek/files-5.15/arch/arm64/boot/dts/mediatek/mt7988a.dtsi b/target/linux/mediatek/files-5.15/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
index 17de885629..94aa8251bd 100644
--- a/target/linux/mediatek/files-5.15/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
+++ b/target/linux/mediatek/files-5.15/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
@@ -303,11 +303,6 @@
 			};
 		};
 
-		boottrap: boottrap at 1001f6f0 {
-			compatible = "mediatek,boottrap";
-			reg = <0 0x1001f6f0 0 0x4>;
-		};
-
 		sgmiisys0: syscon at 10060000 {
 			compatible = "mediatek,mt7988-sgmiisys",
 				     "mediatek,mt7988-sgmiisys_0",




More information about the lede-commits mailing list