[PATCH] dt-bindings: net: can: nxp,sja1000: drop ref from reg-io-width

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

diff --git a/Documentation/devicetree/bindings/net/can/nxp,sja1000.yaml b/Documentation/devicetree/bindings/net/can/nxp,sja1000.yaml
index b1327c5b86cf..d919910c690c 100644
--- a/Documentation/devicetree/bindings/net/can/nxp,sja1000.yaml
+++ b/Documentation/devicetree/bindings/net/can/nxp,sja1000.yaml
@@ -31,7 +31,6 @@ properties:
     maxItems: 1
 
   reg-io-width:
-    $ref: /schemas/types.yaml#/definitions/uint32
     description: I/O register width (in bytes) implemented by this device
     default: 1
     enum: [ 1, 2, 4 ]
-- 
2.34.1
Re: [PATCH] dt-bindings: net: can: nxp,sja1000: drop ref from reg-io-width
Posted by Marc Kleine-Budde 3 years, 7 months ago
On 23.08.2022 13:10:11, 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>

Applied to linux-can-next.

Thanks,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |
Re: [PATCH] dt-bindings: net: can: nxp,sja1000: drop ref from reg-io-width
Posted by Rob Herring 3 years, 7 months ago
On Tue, 23 Aug 2022 13:10:11 +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/net/can/nxp,sja1000.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 

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