[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250524115144.3832748-3-olivia.wen@mediatek.com>
Date: Sat, 24 May 2025 19:49:54 +0800
From: Olivia Wen <olivia.wen@...iatek.com>
To: Mauro Carvalho Chehab <mchehab@...nel.org>, Rob Herring <robh@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>, AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
CC: Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Olivia Wen <olivia.wen@...iatek.com>,
<linux-media@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>,
<Project_Global_Chrome_Upstream_Group@...iatek.com>,
<teddy.chen@...iatek.com>, <yunkec@...omium.org>
Subject: [PATCH v1 02/10] dt-bindings: media: Add MT8188 ImgSys's LARB
This patch adds support for the MT8188 Image System's Local Arbiter
(LARB) in the device tree bindings. The LARB is a crucial component in
MediaTek's ImgSys architecture, responsible for managing memory access
and arbitration between various hardware modules.
Signed-off-by: Olivia Wen <olivia.wen@...iatek.com>
---
.../bindings/media/mediatek,imgsys-larbs.yaml | 75 +++++++++++++++++++
1 file changed, 75 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/mediatek,imgsys-larbs.yaml
diff --git a/Documentation/devicetree/bindings/media/mediatek,imgsys-larbs.yaml b/Documentation/devicetree/bindings/media/mediatek,imgsys-larbs.yaml
new file mode 100644
index 000000000000..d2966c64ddb6
--- /dev/null
+++ b/Documentation/devicetree/bindings/media/mediatek,imgsys-larbs.yaml
@@ -0,0 +1,75 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/media/mediatek,imgsys-larbs.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: LARB Information for MediaTek Camera Image System Hardware
+
+maintainers:
+ - Olivia Wen <olivia.wen@...iatek.com>
+
+description:
+ Detailed configuration for MediaTek Camera Image System's Local Arbiter
+ (LARB) hardware integration.
+
+properties:
+ compatible:
+ enum:
+ - mediatek,mt8188-imgsys-larbs
+
+ iommus:
+ minItems: 1
+ maxItems: 30
+
+ '#address-cells':
+ const: 2
+
+ '#size-cells':
+ const: 2
+
+required:
+ - compatible
+ - iommus
+
+additionalProperties: false
+
+examples:
+ - |
+ #include <dt-bindings/memory/mediatek,mt8188-memory-port.h>
+
+ imgsys-l11b {
+ compatible = "mediatek,mt8188-imgsys-larb";
+ #address-cells = <2>;
+ #size-cells = <2>;
+ iommus = <&vpp_iommu M4U_PORT_L11B_WPE_RDMA_0>,
+ <&vpp_iommu M4U_PORT_L11B_WPE_RDMA_1>,
+ <&vpp_iommu M4U_PORT_L11B_WPE_RDMA_4P_0>,
+ <&vpp_iommu M4U_PORT_L11B_WPE_RDMA_4P_1>,
+ <&vpp_iommu M4U_PORT_L11B_WPE_CQ0>,
+ <&vpp_iommu M4U_PORT_L11B_WPE_CQ1>,
+ <&vpp_iommu M4U_PORT_L11B_PIMGI_P1>,
+ <&vpp_iommu M4U_PORT_L11B_PIMGBI_P1>,
+ <&vpp_iommu M4U_PORT_L11B_PIMGCI_P1>,
+ <&vpp_iommu M4U_PORT_L11B_IMGI_T1_C>,
+ <&vpp_iommu M4U_PORT_L11B_IMGBI_T1_C>,
+ <&vpp_iommu M4U_PORT_L11B_IMGCI_T1_C>,
+ <&vpp_iommu M4U_PORT_L11B_SMTI_T1_C>,
+ <&vpp_iommu M4U_PORT_L11B_SMTI_T4_C>,
+ <&vpp_iommu M4U_PORT_L11B_SMTI_T6_C>,
+ <&vpp_iommu M4U_PORT_L11B_YUVO_T1_C>,
+ <&vpp_iommu M4U_PORT_L11B_YUVBO_T1_C>,
+ <&vpp_iommu M4U_PORT_L11B_YUVCO_T1_C>,
+ <&vpp_iommu M4U_PORT_L11B_WPE_WDMA_0>,
+ <&vpp_iommu M4U_PORT_L11B_WPE_WDMA_4P_0>,
+ <&vpp_iommu M4U_PORT_L11B_WROT_P1>,
+ <&vpp_iommu M4U_PORT_L11B_TCCSO_P1>,
+ <&vpp_iommu M4U_PORT_L11B_TCCSI_P1>,
+ <&vpp_iommu M4U_PORT_L11B_TIMGO_T1_C>,
+ <&vpp_iommu M4U_PORT_L11B_YUVO_T2_C>,
+ <&vpp_iommu M4U_PORT_L11B_YUVO_T5_C>,
+ <&vpp_iommu M4U_PORT_L11B_SMTO_T1_C>,
+ <&vpp_iommu M4U_PORT_L11B_SMTO_T4_C>,
+ <&vpp_iommu M4U_PORT_L11B_SMTO_T6_C>,
+ <&vpp_iommu M4U_PORT_L11B_DBGO_T1_C>;
+ };
--
2.45.2
Powered by blists - more mailing lists