[PATCH 1/2] dt-bindings: phy: add mtk-mipi-csi driver

From: Julien Stephan
Date: Mon Apr 03 2023 - 03:20:04 EST


From: Florian Sylvestre <fsylvestre@xxxxxxxxxxxx>

Signed-off-by: Florian Sylvestre <fsylvestre@xxxxxxxxxxxx>
Signed-off-by: Julien Stephan <jstephan@xxxxxxxxxxxx>
---
.../bindings/phy/mediatek,csi-phy.yaml | 41 +++++++++++++++++++
MAINTAINERS | 6 +++
2 files changed, 47 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/mediatek,csi-phy.yaml

diff --git a/Documentation/devicetree/bindings/phy/mediatek,csi-phy.yaml b/Documentation/devicetree/bindings/phy/mediatek,csi-phy.yaml
new file mode 100644
index 000000000000..c026e43f35fd
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/mediatek,csi-phy.yaml
@@ -0,0 +1,41 @@
+# SPDX-License-Identifier: (GPL-2.0-Only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/phy/mediatek,csi-phy.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Mediatek Sensor Interface MIPI CSI CD-PHY
+
+maintainers:
+ - Julien Stephan <jstephan@xxxxxxxxxxxx>
+ - Andy Hsieh <andy.hsieh@xxxxxxxxxxxx>
+
+description: |
+ The SENINF CD-PHY is a set of CD-PHY connected to the SENINF CSI-2
+ receivers. The number of PHYs depends on the SoC model.
+
+properties:
+ compatible:
+ const: mediatek,mt8365-mipi-csi
+
+ reg:
+ minItems: 1
+
+ '#phy-cells':
+ const: 1
+
+required:
+ - compatible
+ - reg
+ - '#phy-cells'
+
+additionalProperties: false
+
+examples:
+ - |
+ phy@10011800 {
+ compatible = "mediatek,mt8365-mipi-csi";
+ reg = <0 0x10011800 0 0x60>;
+ #phy-cells = <1>;
+ };
+...
diff --git a/MAINTAINERS b/MAINTAINERS
index 6d54f3193075..9308b4bb88bf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13098,6 +13098,12 @@ F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
F: drivers/media/platform/mediatek/vcodec/
F: drivers/media/platform/mediatek/vpu/

+MEDIATEK MIPI-CSI CDPHY DRIVER
+M: Julien Stephan <jstephan@xxxxxxxxxxxx>
+M: Andy Hsieh <andy.hsieh@xxxxxxxxxxxx>
+S: Supported
+F: Documentation/devicetree/bindings/phy/mediatek,csi-phy.yaml
+
MEDIATEK MMC/SD/SDIO DRIVER
M: Chaotian Jing <chaotian.jing@xxxxxxxxxxxx>
S: Maintained
--
2.40.0