[PATCH 2/7] dt-bindings: soc: imx-blk-ctrl: add MIPI CSI2 dphy support
Frank Li
Frank.Li at nxp.com
Tue Jul 1 15:06:07 PDT 2025
Add child node dphy-rx, which export phys interface to MIPI CSI2
controller.
Signed-off-by: Frank Li <Frank.Li at nxp.com>
---
imx media blk ctrl combined many small glue logic registers for display
, camera, power, clk and reset.
There are some discussion at
https://lore.kernel.org/all/4414669.ejJDZkT8p0@steina-w/
to define whole schema for this.
But there are some difficults to cover whole once.
Plan use two steps to complete it
- add all camera related property and subnode
- add all display related property and subnode
---
.../bindings/soc/imx/fsl,imx93-media-blk-ctrl.yaml | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx93-media-blk-ctrl.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx93-media-blk-ctrl.yaml
index b3554e7f9e76d..708cd00f2b896 100644
--- a/Documentation/devicetree/bindings/soc/imx/fsl,imx93-media-blk-ctrl.yaml
+++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx93-media-blk-ctrl.yaml
@@ -46,6 +46,34 @@ properties:
- const: csi
- const: dsi
+ dphy-rx:
+ type: object
+ properties:
+ compatible:
+ enum:
+ - fsl,imx93-dphy-rx
+
+ clocks:
+ maxItems: 1
+
+ clock-names:
+ items:
+ - const: cfg
+
+ '#phy-cells':
+ const: 0
+
+ power-domains:
+ maxItems: 1
+
+ required:
+ - compatible
+ - clocks
+ - clock-names
+ - '#phy-cells'
+
+ additionalProperties: false
+
required:
- compatible
- reg
--
2.34.1
More information about the linux-phy
mailing list