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: add rk3576-rng compatible

The RK3576 SoC contains another standalone TRNG implementation. While
the register map and hardware is different, it has the same
clocks/interrupts/resets as the RK3588's TRNG, so can go in the same
binding.

Add the compatible and generalise the title/description of the binding
some more.

Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Nicolas Frattaroli and committed by
Herbert Xu
165ef524 63ff962c

+3 -2
+3 -2
Documentation/devicetree/bindings/rng/rockchip,rk3588-rng.yaml
··· 4 4 $id: http://devicetree.org/schemas/rng/rockchip,rk3588-rng.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: Rockchip RK3588 TRNG 7 + title: Rockchip RK3576/RK3588 TRNG 8 8 9 - description: True Random Number Generator on Rockchip RK3588 SoC 9 + description: True Random Number Generator on Rockchip RK3576/RK3588 SoCs 10 10 11 11 maintainers: 12 12 - Nicolas Frattaroli <nicolas.frattaroli@collabora.com> ··· 14 14 properties: 15 15 compatible: 16 16 enum: 17 + - rockchip,rk3576-rng 17 18 - rockchip,rk3588-rng 18 19 19 20 reg: