Skip to content

Commit befae66

Browse files
AngeloGioacchino Del Regnombgg
authored andcommitted
arm64: dts: mediatek: mt6795: Add apmixedsys syscon node
Add the APMIXEDSYS node, providing a syscon to the APMIXED iospace and also providing PLLs. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230327083647.22017-3-angelogioacchino.delregno@collabora.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
1 parent 03a750a commit befae66

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+
apmixedsys: syscon@10209000 {
314+
compatible = "mediatek,mt6795-apmixedsys", "syscon";
315+
reg = <0 0x10209000 0 0x1000>;
316+
#clock-cells = <1>;
317+
};
318+
313319
fhctl: clock-controller@10209f00 {
314320
compatible = "mediatek,mt6795-fhctl";
315321
reg = <0 0x10209f00 0 0x100>;

0 commit comments

Comments
 (0)