diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-08-23 13:10:31 +0300 |
---|---|---|
committer | Rob Herring <[email protected]> | 2022-08-29 14:58:17 -0500 |
commit | 413ec915c00dca18db4022dfbf30284912c1abe1 (patch) | |
tree | d5eefed8c1f0206222b0635c412101f9413b7ec2 | |
parent | ba00706200c3a79723ad15e7144fcf7b2d9256ee (diff) |
dt-bindings: display: synopsys,dw-hdmi: drop ref from reg-io-width
reg-io-width is a standard property, so no need for defining its type
with $ref.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml index b00246faea57..4b7e54a8f037 100644 --- a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml +++ b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml @@ -26,7 +26,6 @@ properties: reg-io-width: description: Width (in bytes) of the registers specified by the reg property. - $ref: /schemas/types.yaml#/definitions/uint32 enum: [1, 4] default: 1 |