[PATCH] dt-bindings: serial: samsung_uart: drop ref from reg-io-width

Krzysztof Kozlowski posted 1 patch 3 years, 7 months ago
Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 -
1 file changed, 1 deletion(-)
[PATCH] dt-bindings: serial: samsung_uart: 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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
index 901c1e2cea28..8dbf5885488a 100644
--- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml
+++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml
@@ -37,7 +37,6 @@ properties:
     description: |
       The size (in bytes) of the IO accesses that should be performed
       on the device.
-    $ref: /schemas/types.yaml#/definitions/uint32
     enum: [ 1, 4 ]
 
   clocks:
-- 
2.34.1
Re: [PATCH] dt-bindings: serial: samsung_uart: drop ref from reg-io-width
Posted by Rob Herring 3 years, 7 months ago
On Tue, 23 Aug 2022 13:10:00 +0300, Krzysztof Kozlowski wrote:
> reg-io-width is a standard property, so no need for defining its type
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/serial/samsung_uart.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>