mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 00:58:39 +02:00
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>
This commit is contained in:
parent
63ff962c05
commit
165ef524bb
1 changed files with 3 additions and 2 deletions
|
|
@ -4,9 +4,9 @@
|
||||||
$id: http://devicetree.org/schemas/rng/rockchip,rk3588-rng.yaml#
|
$id: http://devicetree.org/schemas/rng/rockchip,rk3588-rng.yaml#
|
||||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||||
|
|
||||||
title: Rockchip RK3588 TRNG
|
title: Rockchip RK3576/RK3588 TRNG
|
||||||
|
|
||||||
description: True Random Number Generator on Rockchip RK3588 SoC
|
description: True Random Number Generator on Rockchip RK3576/RK3588 SoCs
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
|
- Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
|
||||||
|
|
@ -14,6 +14,7 @@ maintainers:
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
enum:
|
||||||
|
- rockchip,rk3576-rng
|
||||||
- rockchip,rk3588-rng
|
- rockchip,rk3588-rng
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue