summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2024-08-03 10:40:41 +0200
committerTom Rini <trini@konsulko.com>2024-08-19 16:14:43 -0600
commit1062187a4b614bdda7a124afec9b4dcc879af5b2 (patch)
tree8170ad5e10dabd95f8d31ed2596dbc7b44e1571d /arch
parentb87f40fb7e165c6643853a86e7f71a48a83f8d80 (diff)
clk: mediatek: mt7986: rename TOPCKGEN factor clock to upstream naming
Rename TOPCKGEN factor clock to upstream neaming. Upstream kernel linux reference the factor clock for apmixedpll with the "pll" suffix. Align the naming to the upstream naming format in preparation for OF_UPSTREAM support. Also rename rtc clock to drop the CB_ as upstream doesn't have that. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/mt7986.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/mt7986.dtsi b/arch/arm/dts/mt7986.dtsi
index e26b85b8266..31119640d23 100644
--- a/arch/arm/dts/mt7986.dtsi
+++ b/arch/arm/dts/mt7986.dtsi
@@ -287,7 +287,7 @@
assigned-clocks = <&topckgen CK_TOP_EMMC_416M_SEL>,
<&topckgen CK_TOP_EMMC_250M_SEL>;
assigned-clock-parents = <&topckgen CK_TOP_CB_M_416M>,
- <&topckgen CK_TOP_NET1_D5_D2>;
+ <&topckgen CK_TOP_NET1PLL_D5_D2>;
clock-names = "source", "hclk", "source_cg";
status = "disabled";
};