summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2026-07-10 13:56:38 -0500
committerDavid Lechner <[email protected]>2026-07-22 12:01:17 -0500
commit9a919ebebb0f11810ae70f6e7c2400b4e2294ed6 (patch)
tree0fe975a2c2324e8955140ea01c34fdfadd4e0987
parentc897d9f06e49c34865707e04e3bd2b20c134e46c (diff)
arm: dts: mt7986: remove clock-parent properties
Remove all clock-parent properties from mt7986.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-22-f3f3a4a28dca@baylibre.com Signed-off-by: David Lechner <[email protected]>
-rw-r--r--arch/arm/dts/mt7986.dtsi3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/dts/mt7986.dtsi b/arch/arm/dts/mt7986.dtsi
index b2c57098a5e..5b62d8917ac 100644
--- a/arch/arm/dts/mt7986.dtsi
+++ b/arch/arm/dts/mt7986.dtsi
@@ -111,14 +111,12 @@
topckgen: topckgen@1001B000 {
compatible = "mediatek,mt7986-topckgen";
reg = <0x1001B000 0x1000>;
- clock-parent = <&fixed_plls>;
#clock-cells = <1>;
};
infracfg: infracfg@10001040 {
compatible = "mediatek,mt7986-infracfg";
reg = <0x10001000 0x1000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
};
@@ -217,7 +215,6 @@
ethsys: syscon@15000000 {
compatible = "mediatek,mt7986-ethsys", "syscon";
reg = <0x15000000 0x1000>;
- clock-parent = <&topckgen>;
#clock-cells = <1>;
#reset-cells = <1>;
};