Skip to content

Commit 7eb1f2c

Browse files
AngeloGioacchino Del Regnombgg
authored andcommitted
arm64: dts: mediatek: mt6795: Add VDECSYS and VENCSYS clocks
In prepration for adding the IOMMUs and LARBs of this SoC, add the VDECSYS and VENCSYS clock controller nodes, providing clocks for the vcodec stateful decoder and stateful decoder hardware. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230327083647.22017-11-angelogioacchino.delregno@collabora.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
1 parent 80dd5ca commit 7eb1f2c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,5 +624,17 @@
624624
clock-names = "source", "hclk";
625625
status = "disabled";
626626
};
627+
628+
vdecsys: clock-controller@16000000 {
629+
compatible = "mediatek,mt6795-vdecsys";
630+
reg = <0 0x16000000 0 0x1000>;
631+
#clock-cells = <1>;
632+
};
633+
634+
vencsys: clock-controller@18000000 {
635+
compatible = "mediatek,mt6795-vencsys";
636+
reg = <0 0x18000000 0 0x1000>;
637+
#clock-cells = <1>;
638+
};
627639
};
628640
};

0 commit comments

Comments
 (0)