diff options
author | Rob Herring <[email protected]> | 2021-02-23 15:50:57 -0600 |
---|---|---|
committer | Chun-Kuang Hu <[email protected]> | 2021-03-11 19:57:13 +0800 |
commit | be7507bdd705bd28c8e6091e1717b4a53dbd7b8c (patch) | |
tree | 19d03beed0f83650b27078f4c4e40061ab403296 | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 (diff) |
dt-bindings: display: mediatek, dpi: Convert to use graph schema
Update the mediatek,dpi binding to use the graph schema. Missed
this one from the mass conversion since it's not part of drm-misc.
Cc: Chun-Kuang Hu <[email protected]>
Cc: Philipp Zabel <[email protected]>
Cc: Matthias Brugger <[email protected]>
Cc: CK Hu <[email protected]>
Cc: Jitao shi <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Chun-Kuang Hu <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml index 6cdb734c91a9..eb84b53cabb1 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml @@ -50,15 +50,10 @@ properties: - const: sleep port: - type: object + $ref: /schemas/graph.yaml#/properties/port description: - Output port node with endpoint definitions as described in - Documentation/devicetree/bindings/graph.txt. This port should be connected - to the input port of an attached HDMI or LVDS encoder chip. - - properties: - endpoint: - type: object + Output port node. This port should be connected to the input port of an + attached HDMI or LVDS encoder chip. required: - compatible |