From: Frederic Chen <frederic.c...@mediatek.com>

This patch adds nodes for Digital Image Processing (DIP). DIP is
embedded in Mediatek SoCs and works with the co-processor to
adjust image content according to tuning input data. It also
provides image format conversion, resizing, and rotation
features.

Signed-off-by: Frederic Chen <frederic.c...@mediatek.com>
---
 arch/arm64/boot/dts/mediatek/mt8183.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi 
b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
index 0f2646c9eb65..d7b0fb8230f0 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183.dtsi
@@ -513,6 +513,22 @@
                        #clock-cells = <1>;
                };
 
+               dip: dip@15022000 {
+                       compatible = "mediatek,mt8183-dip";
+                       mediatek,larb = <&larb5>;
+                       mediatek,mdp3 = <&mdp_rdma0>;
+                       mediatek,scp = <&scp>;
+                       iommus = <&iommu M4U_PORT_CAM_IMGI>;
+                       reg = <0 0x15022000 0 0x6000>;
+                       interrupts = <GIC_SPI 268 IRQ_TYPE_LEVEL_LOW>;
+                       clocks =
+                                       <&imgsys CLK_IMG_LARB5>,
+                                       <&imgsys CLK_IMG_DIP>;
+                       clock-names =
+                                       "larb5",
+                                       "dip";
+               };
+
                vdecsys: syscon@16000000 {
                        compatible = "mediatek,mt8183-vdecsys", "syscon";
                        reg = <0 0x16000000 0 0x1000>;
-- 
2.18.0

Reply via email to