@@ -34,6 +34,24 @@ properties:description:used for reset chip control, RESET_N pin B7.maxItems:1+analogix,lane0-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane0 PHY, please don't+add this property, or contact vendor.++analogix,lane1-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane1 PHY, please don't+add this property, or contact vendor.++analogix,hdcp-support:+type:boolean+description:indicate the DP tx HDCP support or not.+ports:$ref:/schemas/graph.yaml#/properties/ports
@@ -41,13 +59,45 @@ properties:port@0:$ref:/schemas/graph.yaml#/properties/portdescription:-Video port for MIPI DSI input.+Video port for MIPI input.++properties:+endpoint:+type:object+additionalProperties:false++# Properties described in+# Documentation/devicetree/bindings/media/video-interfaces.txt+properties:+remote-endpoint:true+bus-type:true+data-lanes:true++required:+-remote-endpoint++required:+-endpoint+port@1:$ref:/schemas/graph.yaml#/properties/portdescription:Video port for panel or connector.+properties:+endpoint:+type:object+additionalProperties:false++# Properties described in+# Documentation/devicetree/bindings/media/video-interfaces.txt+properties:+remote-endpoint:true++required:+-remote-endpoint+required:-port@0-port@1
@@ -34,6 +34,24 @@ properties:description:used for reset chip control, RESET_N pin B7.maxItems:1+analogix,lane0-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane0 PHY, please don't+add this property, or contact vendor.++analogix,lane1-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane1 PHY, please don't+add this property, or contact vendor.++analogix,hdcp-support:+type:boolean+description:indicate the DP tx HDCP support or not.+ports:$ref:/schemas/graph.yaml#/properties/ports
@@ -41,13 +59,45 @@ properties:port@0:$ref:/schemas/graph.yaml#/properties/portdescription:-Video port for MIPI DSI input.+Video port for MIPI input.
Maybe MIPI DSI/DPI input is more correct, since there are a lot of
other MIPI standards.
@@ -34,6 +34,24 @@ properties:description:used for reset chip control, RESET_N pin B7.maxItems:1+analogix,lane0-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane0 PHY, please don't+add this property, or contact vendor.++analogix,lane1-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane1 PHY, please don't+add this property, or contact vendor.++analogix,hdcp-support:+type:boolean+description:indicate the DP tx HDCP support or not.+ports:$ref:/schemas/graph.yaml#/properties/ports
@@ -41,13 +59,45 @@ properties:port@0:$ref:/schemas/graph.yaml#/properties/portdescription:-Video port for MIPI DSI input.+Video port for MIPI input.
Maybe MIPI DSI/DPI input is more correct, since there are a lot of
other MIPI standards.
Hi Rob, OK, I'll change it in the next series.
Thanks,
Xin
@@ -34,6 +34,24 @@ properties:description:used for reset chip control, RESET_N pin B7.maxItems:1+analogix,lane0-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane0 PHY, please don't+add this property, or contact vendor.++analogix,lane1-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane1 PHY, please don't+add this property, or contact vendor.++analogix,hdcp-support:+type:boolean+description:indicate the DP tx HDCP support or not.
@@ -41,13 +59,45 @@ properties: port@0: $ref: /schemas/graph.yaml#/properties/port description:- Video port for MIPI DSI input.+ Video port for MIPI input.++ properties:+ endpoint:+ type: object+ additionalProperties: false++ # Properties described in+ # Documentation/devicetree/bindings/media/video-interfaces.txt
Now video-interfaces.yaml which should have a $ref here. It's currently
in media tree and linux-next. Follow the examples there. You'll also
have to wait for 5.12-rc1 to apply to drm-misc.
@@ -34,6 +34,24 @@ properties:description:used for reset chip control, RESET_N pin B7.maxItems:1+analogix,lane0-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane0 PHY, please don't+add this property, or contact vendor.++analogix,lane1-swing:+$ref:/schemas/types.yaml#/definitions/uint32-array+maxItems:20+description:+an array of swing register setting for DP tx lane1 PHY, please don't+add this property, or contact vendor.++analogix,hdcp-support:+type:boolean+description:indicate the DP tx HDCP support or not.
@@ -41,13 +59,45 @@ properties: port@0: $ref: /schemas/graph.yaml#/properties/port description:- Video port for MIPI DSI input.+ Video port for MIPI input.++ properties:+ endpoint:+ type: object+ additionalProperties: false++ # Properties described in+ # Documentation/devicetree/bindings/media/video-interfaces.txt
Now video-interfaces.yaml which should have a $ref here. It's currently
in media tree and linux-next. Follow the examples there. You'll also
have to wait for 5.12-rc1 to apply to drm-misc.