mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
arm: dts: mt2701: Add jpeg enc device tree node
Add jpeg enc device tree node. Signed-off-by: Xia Jiang <xia.jiang@mediatek.com> Reviewed-by: Tomasz Figa <tfiga@chromium.org> Link: https://lore.kernel.org/r/20200814071202.25067-27-xia.jiang@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
committed by
Matthias Brugger
parent
9123e3a74e
commit
27831102b8
@@ -569,6 +569,19 @@
|
||||
<&iommu MT2701_M4U_PORT_JPGDEC_BSDMA>;
|
||||
};
|
||||
|
||||
jpegenc: jpegenc@1500a000 {
|
||||
compatible = "mediatek,mt2701-jpgenc",
|
||||
"mediatek,mtk-jpgenc";
|
||||
reg = <0 0x1500a000 0 0x1000>;
|
||||
interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_LOW>;
|
||||
clocks = <&imgsys CLK_IMG_VENC>;
|
||||
clock-names = "jpgenc";
|
||||
power-domains = <&scpsys MT2701_POWER_DOMAIN_ISP>;
|
||||
mediatek,larb = <&larb2>;
|
||||
iommus = <&iommu MT2701_M4U_PORT_JPGENC_RDMA>,
|
||||
<&iommu MT2701_M4U_PORT_JPGENC_BSDMA>;
|
||||
};
|
||||
|
||||
vdecsys: syscon@16000000 {
|
||||
compatible = "mediatek,mt2701-vdecsys", "syscon";
|
||||
reg = <0 0x16000000 0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user