Message ID | 20241107-secvio-v3-1-ea27f1e9ced4@nxp.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | firmware: imx: secvio: Add secvio support | expand |
On Thu, Nov 07, 2024 at 06:42:39AM +0100, Vabhav Sharma wrote: > nvmem phandle is required by secvio driver to > read fuse. > > Signed-off-by: Vabhav Sharma <vabhav.sharma@nxp.com> > --- > Documentation/devicetree/bindings/firmware/fsl,scu.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/firmware/fsl,scu.yaml b/Documentation/devicetree/bindings/firmware/fsl,scu.yaml > index 557e524786c2..1cc86fed6c27 100644 > --- a/Documentation/devicetree/bindings/firmware/fsl,scu.yaml > +++ b/Documentation/devicetree/bindings/firmware/fsl,scu.yaml > @@ -112,6 +112,9 @@ properties: > - const: rx2 > - const: rx3 > - const: gip3 Missing blank line > + nvmem: > + description: > + phandle of NVMEM driver provided by the SCU driver? Please describe hardware, not driver. I think I gave you such comment last time. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/firmware/fsl,scu.yaml b/Documentation/devicetree/bindings/firmware/fsl,scu.yaml index 557e524786c2..1cc86fed6c27 100644 --- a/Documentation/devicetree/bindings/firmware/fsl,scu.yaml +++ b/Documentation/devicetree/bindings/firmware/fsl,scu.yaml @@ -112,6 +112,9 @@ properties: - const: rx2 - const: rx3 - const: gip3 + nvmem: + description: + phandle of NVMEM driver provided by the SCU pinctrl: description:
nvmem phandle is required by secvio driver to read fuse. Signed-off-by: Vabhav Sharma <vabhav.sharma@nxp.com> --- Documentation/devicetree/bindings/firmware/fsl,scu.yaml | 3 +++ 1 file changed, 3 insertions(+)