Skip to content

Commit 03a750a

Browse files
AngeloGioacchino Del Regnombgg
authored andcommitted
arm64: dts: mediatek: mt6795: Add Frequency Hopping Controller node
Add FHCTL node but keep it disabled as the PLL clocks that should be handled through FHCTL and the Spread Spectrum Clocking parameters are board specific. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230327083647.22017-2-angelogioacchino.delregno@collabora.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
1 parent ee50845 commit 03a750a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/mt6795.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,12 @@
310310
clock-names = "clk13m";
311311
};
312312

313+
fhctl: clock-controller@10209f00 {
314+
compatible = "mediatek,mt6795-fhctl";
315+
reg = <0 0x10209f00 0 0x100>;
316+
status = "disabled";
317+
};
318+
313319
gic: interrupt-controller@10221000 {
314320
compatible = "arm,gic-400";
315321
#interrupt-cells = <3>;

0 commit comments

Comments
 (0)