Commit f10a5fbc authored by Allen-KH Cheng's avatar Allen-KH Cheng Committed by AngeloGioacchino Del Regno
parent ebd27256
......@@ -2018,6 +2018,19 @@ venc: video-encoder@17020000 {
mediatek,scp = <&scp>;
};
jpgenc: jpeg-encoder@17030000 {
compatible = "mediatek,mt8186-jpgenc", "mediatek,mtk-jpgenc";
reg = <0 0x17030000 0 0x10000>;
interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH 0>;
clocks = <&vencsys CLK_VENC_CKE2_JPGENC>;
clock-names = "jpgenc";
iommus = <&iommu_mm IOMMU_PORT_L7_JPGENC_Y_RDMA>,
<&iommu_mm IOMMU_PORT_L7_JPGENC_C_RDMA>,
<&iommu_mm IOMMU_PORT_L7_JPGENC_Q_TABLE>,
<&iommu_mm IOMMU_PORT_L7_JPGENC_BSDMA>;
power-domains = <&spm MT8186_POWER_DOMAIN_VENC>;
};
camsys: clock-controller@1a000000 {
compatible = "mediatek,mt8186-camsys";
reg = <0 0x1a000000 0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment