summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2026-07-10 13:56:39 -0500
committerDavid Lechner <[email protected]>2026-07-22 12:01:17 -0500
commite3f5fd01d4301f75396723b85c7ee7bd89e2c10d (patch)
tree6984694cbd96b61497de569e89b8b463ce41d799
parent9a919ebebb0f11810ae70f6e7c2400b4e2294ed6 (diff)
arm: dts: mt7988: remove clock-parent properties
Remove all clock-parent properties from mt7988.dtsi. The clock driver for this no longer uses this property. And this property would not be acceptable upstream anyway. Link: https://patch.msgid.link/20260710-mtk-clk-parent-lookup-improvements-v2-23-f3f3a4a28dca@baylibre.com Signed-off-by: David Lechner <[email protected]>
-rw-r--r--arch/arm/dts/mt7988.dtsi12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/dts/mt7988.dtsi b/arch/arm/dts/mt7988.dtsi
index 2d57c6f5709..0f7a85230d4 100644
--- a/arch/arm/dts/mt7988.dtsi
+++ b/arch/arm/dts/mt7988.dtsi
@@ -106,7 +106,6 @@
topckgen: topckgen@1001b000 {
compatible = "mediatek,mt7988-topckgen", "syscon";
reg = <0 0x1001b000 0 0x1000>;
- clock-parent = <&apmixedsys>;
#clock-cells = <1>;
};
@@ -129,28 +128,24 @@
sgmiisys0: syscon@10060000 {
compatible = "mediatek,mt7988-sgmiisys_0", "syscon";
reg = <0 0x10060000 0 0x1000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
sgmiisys1: syscon@10070000 {
compatible = "mediatek,mt7988-sgmiisys_1", "syscon";
reg = <0 0x10070000 0 0x1000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
usxgmiisys0: syscon@10080000 {
compatible = "mediatek,mt7988-usxgmiisys_0", "syscon";
reg = <0 0x10080000 0 0x1000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
usxgmiisys1: syscon@10081000 {
compatible = "mediatek,mt7988-usxgmiisys_1", "syscon";
reg = <0 0x10081000 0 0x1000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
@@ -378,21 +373,18 @@
xfi_pextp0: syscon@11f20000 {
compatible = "mediatek,mt7988-xfi_pextp_0", "syscon";
reg = <0 0x11f20000 0 0x10000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
xfi_pextp1: syscon@11f30000 {
compatible = "mediatek,mt7988-xfi_pextp_1", "syscon";
reg = <0 0x11f30000 0 0x10000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
xfi_pll: syscon@11f40000 {
compatible = "mediatek,mt7988-xfi_pll", "syscon";
reg = <0 0x11f40000 0 0x1000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
@@ -400,14 +392,12 @@
compatible = "mediatek,mt7988-topmisc", "syscon",
"mediatek,mt7988-power-controller";
reg = <0 0x11d10000 0 0x10000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
infracfg: infracfg@10001000 {
compatible = "mediatek,mt7988-infracfg", "syscon";
reg = <0 0x10001000 0 0x1000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
@@ -572,7 +562,6 @@
ethdma: syscon@15000000 {
compatible = "mediatek,mt7988-ethdma", "syscon";
reg = <0 0x15000000 0 0x20000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
#reset-cells = <1>;
};
@@ -580,7 +569,6 @@
ethwarp: syscon@15031000 {
compatible = "mediatek,mt7988-ethwarp", "syscon";
reg = <0 0x15031000 0 0x1000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
#reset-cells = <1>;
};