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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: rng: rockchip,rk3588-rng: Drop unnecessary status from example

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

Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Krzysztof Kozlowski and committed by
Herbert Xu
52b3b329 f55f9f55

-1
-1
Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml
··· 53 53 interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH 0>; 54 54 clocks = <&scmi_clk SCMI_HCLK_SECURE_NS>; 55 55 resets = <&scmi_reset SCMI_SRST_H_TRNG_NS>; 56 - status = "okay"; 57 56 }; 58 57 }; 59 58