[PATCH v3] arm64: dts: mediatek: mt8186: add FHCTL node
Max Weng
max_weng at compal.corp-partner.google.com
Tue Sep 24 03:15:59 PDT 2024
From: max_weng <max_weng at compal.corp-partner.google.com>
add FHCTL device node for Frequency Hopping and Spread Spectrum clock function.
Signed-off-by: Max Weng <max_weng at compal.corp-partner.google.com>
---
Change from v2 to v3
* Remove the Change-Id tag.
arch/arm64/boot/dts/mediatek/mt8186.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt8186.dtsi b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
index 148c332018b0..d3c3c2a40adc 100644
--- a/arch/arm64/boot/dts/mediatek/mt8186.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
@@ -29,6 +29,13 @@ aliases {
rdma1 = &rdma1;
};
+ fhctl: fhctl at 1000ce00 {
+ compatible = "mediatek,mt8186-fhctl";
+ clocks = <&apmixedsys CLK_APMIXED_TVDPLL>;
+ reg = <0 0x1000ce00 0 0x200>;
+ status = "disabled";
+ };
+
cci: cci {
compatible = "mediatek,mt8186-cci";
clocks = <&mcusys CLK_MCU_ARMPLL_BUS_SEL>,
--
2.34.1
More information about the linux-arm-kernel
mailing list