Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <krzysztof.kozlowski@linaro.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Link: https://lore.kernel.org/r/20220823101031.387082-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
413ec915 ba007062

-1
-1
Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
··· 26 26 reg-io-width: 27 27 description: 28 28 Width (in bytes) of the registers specified by the reg property. 29 - $ref: /schemas/types.yaml#/definitions/uint32 30 29 enum: [1, 4] 31 30 default: 1 32 31