linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rng: rockchip,rk3588-rng.: Drop unnecessary status from example
@ 2025-03-07  8:14 Krzysztof Kozlowski
  2025-03-07  9:28 ` Heiko Stübner
  2025-03-15  9:15 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-03-07  8:14 UTC (permalink / raw)
  To: Daniel Golle, Aurelien Jarno, Nicolas Frattaroli, Olivia Mackall,
	Herbert Xu, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Heiko Stuebner, linux-crypto, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel
  Cc: Krzysztof Kozlowski

Device nodes are enabled by default, so no need for 'status = "okay"' in
the DTS example.

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

diff --git a/Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml b/Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml
index 757967212f55..ca71b400bcae 100644
--- a/Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml
@@ -53,7 +53,6 @@ examples:
         interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH 0>;
         clocks = <&scmi_clk SCMI_HCLK_SECURE_NS>;
         resets = <&scmi_reset SCMI_SRST_H_TRNG_NS>;
-        status = "okay";
       };
     };
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: rng: rockchip,rk3588-rng.: Drop unnecessary status from example
  2025-03-07  8:14 [PATCH] dt-bindings: rng: rockchip,rk3588-rng.: Drop unnecessary status from example Krzysztof Kozlowski
@ 2025-03-07  9:28 ` Heiko Stübner
  2025-03-15  9:15 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stübner @ 2025-03-07  9:28 UTC (permalink / raw)
  To: Daniel Golle, Aurelien Jarno, Nicolas Frattaroli, Olivia Mackall,
	Herbert Xu, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-crypto, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel, Krzysztof Kozlowski
  Cc: Krzysztof Kozlowski

Am Freitag, 7. März 2025, 09:14:06 MEZ schrieb Krzysztof Kozlowski:
> Device nodes are enabled by default, so no need for 'status = "okay"' in
> the DTS example.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Heiko Stuebner <heiko@sntech.de>

> ---
>  Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml b/Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml
> index 757967212f55..ca71b400bcae 100644
> --- a/Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml
> +++ b/Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml
> @@ -53,7 +53,6 @@ examples:
>          interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH 0>;
>          clocks = <&scmi_clk SCMI_HCLK_SECURE_NS>;
>          resets = <&scmi_reset SCMI_SRST_H_TRNG_NS>;
> -        status = "okay";
>        };
>      };
>  
> 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: rng: rockchip,rk3588-rng.: Drop unnecessary status from example
  2025-03-07  8:14 [PATCH] dt-bindings: rng: rockchip,rk3588-rng.: Drop unnecessary status from example Krzysztof Kozlowski
  2025-03-07  9:28 ` Heiko Stübner
@ 2025-03-15  9:15 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2025-03-15  9:15 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Daniel Golle, Aurelien Jarno, Nicolas Frattaroli, Olivia Mackall,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner,
	linux-crypto, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel

On Fri, Mar 07, 2025 at 09:14:06AM +0100, Krzysztof Kozlowski wrote:
> Device nodes are enabled by default, so no need for 'status = "okay"' in
> the DTS example.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml | 1 -
>  1 file changed, 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-15  9:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-07  8:14 [PATCH] dt-bindings: rng: rockchip,rk3588-rng.: Drop unnecessary status from example Krzysztof Kozlowski
2025-03-07  9:28 ` Heiko Stübner
2025-03-15  9:15 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).