Re: [PATCH v17 3/8] dt-bindings: display: bridge: Add Cadence MHDP8501
From: Krzysztof Kozlowski <hidden>
Date: 2024-09-24 08:26:43
Also in:
dri-devel, linux-devicetree, linux-phy, lkml
On Tue, Sep 24, 2024 at 03:36:48PM +0800, Sandor Yu wrote:
Add bindings for Cadence MHDP8501 DisplayPort/HDMI bridge. Signed-off-by: Sandor Yu <redacted> Reviewed-by: Krzysztof Kozlowski <redacted>
Drop
--- v16->v17: - Add lane-mapping property
That's a significant change.
quoted hunk ↗ jump to hunk
v9->v16: *No change .../display/bridge/cdns,mhdp8501.yaml | 109 ++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/cdns,mhdp8501.yamldiff --git a/Documentation/devicetree/bindings/display/bridge/cdns,mhdp8501.yaml b/Documentation/devicetree/bindings/display/bridge/cdns,mhdp8501.yaml new file mode 100644 index 0000000000000..3f79f328c7425 --- /dev/null +++ b/Documentation/devicetree/bindings/display/bridge/cdns,mhdp8501.yaml
quoted hunk ↗ jump to hunk
@@ -0,0 +1,109 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/display/bridge/cdns,mhdp8501.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Cadence MHDP8501 DP/HDMI bridge + +maintainers: + - Sandor Yu <Sandor.yu@nxp.com> + +description: + Cadence MHDP8501 DisplayPort/HDMI interface. + +properties: + compatible: + enum: + - fsl,imx8mq-mhdp8501 + + reg: + maxItems: 1 + + clocks: + maxItems: 1 + description: MHDP8501 DP/HDMI APB clock. + + phys: + maxItems: 1 + description: + phandle to the DP/HDMI PHY + + interrupts: + items: + - description: Hotplug cable plugin. + - description: Hotplug cable plugout. + + interrupt-names: + items: + - const: plug_in + - const: plug_out + + lane-mapping: + description: lane mapping for HDMI or DisplayPort interface.
Where is the definition of this property? I do not see any $ref here, so did you add it to dtschema? Best regards, Krzysztof