Message ID | 20230924223104.862169-2-festevam@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Herbert Xu |
Headers | show |
Series | [1/4] dt-bindings: crypto: fsl-imx-sahara: Shorten the title | expand |
On 25/09/2023 00:31, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > Remove the leading space in the reg property as this is the standard. > > Signed-off-by: Fabio Estevam <festevam@denx.de> Squash this and previous. Such trivial cleanups, without any impact, do not make any sense on their own. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.yaml b/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.yaml index c7da09c58eff..bad82491cd6a 100644 --- a/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.yaml +++ b/Documentation/devicetree/bindings/crypto/fsl-imx-sahara.yaml @@ -32,6 +32,6 @@ examples: - | crypto@10025000 { compatible = "fsl,imx27-sahara"; - reg = < 0x10025000 0x800>; + reg = <0x10025000 0x800>; interrupts = <75>; };