[PATCH v1 4/4] arm64: dts: mediatek: mt7988: add syscon for watchdog, xfi-pll and ethwarp
Frank Wunderlich
linux at fw-web.de
Tue Jul 9 03:13:26 PDT 2024
From: Frank Wunderlich <frank-w at public-files.de>
This is needed by u-boot-driver when using OF_UPSTREAM.
Signed-off-by: Frank Wunderlich <frank-w at public-files.de>
---
arch/arm64/boot/dts/mediatek/mt7988a.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
index 9ced005b1595..abde2719c34d 100644
--- a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
@@ -93,7 +93,7 @@ topckgen: clock-controller at 1001b000 {
};
watchdog: watchdog at 1001c000 {
- compatible = "mediatek,mt7988-wdt";
+ compatible = "mediatek,mt7988-wdt", "syscon";
reg = <0 0x1001c000 0 0x1000>;
interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
#reset-cells = <1>;
@@ -192,7 +192,7 @@ ssusb1: usb at 11200000 {
};
xfi_pll: clock-controller at 11f40000 {
- compatible = "mediatek,mt7988-xfi-pll";
+ compatible = "mediatek,mt7988-xfi-pll", "syscon";
reg = <0 0x11f40000 0 0x1000>;
resets = <&watchdog 16>;
#clock-cells = <1>;
@@ -206,7 +206,7 @@ ethsys: clock-controller at 15000000 {
};
ethwarp: clock-controller at 15031000 {
- compatible = "mediatek,mt7988-ethwarp";
+ compatible = "mediatek,mt7988-ethwarp", "syscon";
reg = <0 0x15031000 0 0x1000>;
#clock-cells = <1>;
#reset-cells = <1>;
--
2.43.0
More information about the linux-arm-kernel
mailing list