Message ID | 20230725141252.98848-3-avromanov@sberdevices.ru (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Meson S4 HW RNG Support | expand |
On Tue, Jul 25, 2023 at 05:12:51PM +0300, Alexey Romanov wrote: > Now the driver has a separate algo for S4 SoC. > > Signed-off-by: Alexey Romanov <avromanov@sberdevices.ru> > --- > Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml > index 457a6e43d810..6f51506c0f65 100644 > --- a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml > +++ b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml > @@ -14,6 +14,7 @@ properties: > compatible: > enum: > - amlogic,meson-rng > + - amlogic,meson-rng-s4 Usually, the "s4" would come before the peripheral's name, as s4 is the name of the SoC. > > reg: > maxItems: 1 > -- > 2.38.1 >
diff --git a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml index 457a6e43d810..6f51506c0f65 100644 --- a/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml +++ b/Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml @@ -14,6 +14,7 @@ properties: compatible: enum: - amlogic,meson-rng + - amlogic,meson-rng-s4 reg: maxItems: 1
Now the driver has a separate algo for S4 SoC. Signed-off-by: Alexey Romanov <avromanov@sberdevices.ru> --- Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 1 + 1 file changed, 1 insertion(+)