[PATCH] dt-bindings: display: synopsys,dw-hdmi: drop ref from reg-io-width

Krzysztof Kozlowski posted 1 patch 3 years, 7 months ago
.../devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml     | 1 -
1 file changed, 1 deletion(-)
[PATCH] dt-bindings: display: synopsys,dw-hdmi: drop ref from reg-io-width
Posted by Krzysztof Kozlowski 3 years, 7 months ago
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>
---
 .../devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml     | 1 -
 1 file changed, 1 deletion(-)

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
 
-- 
2.34.1
Re: [PATCH] dt-bindings: display: synopsys, dw-hdmi: drop ref from reg-io-width
Posted by Rob Herring 3 years, 7 months ago
On Tue, 23 Aug 2022 13:10:31 +0300, Krzysztof Kozlowski wrote:
> 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>
> ---
>  .../devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml     | 1 -
>  1 file changed, 1 deletion(-)
> 

Applied, thanks!
Re: [PATCH] dt-bindings: display: synopsys,dw-hdmi: drop ref from reg-io-width
Posted by Laurent Pinchart 3 years, 7 months ago
Hi Krzysztof,

Thank you for the patch.

On Tue, Aug 23, 2022 at 01:10:31PM +0300, Krzysztof Kozlowski wrote:
> 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>

> ---
>  .../devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml     | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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
>  

-- 
Regards,

Laurent Pinchart