Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1665537
| From | Guy Shapiro <guy.shapiro@mobi-wize.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 1/3] nvmem: dt: document SNVS LPGPR binding |
| Date | 2017-06-14 10:00 +0200 |
| Message-ID | <tSbnA-2oc-9@gated-at.bofh.it> (permalink) |
| References | <tQrG9-1DE-3@gated-at.bofh.it> <tQrGa-1DE-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 09/06/2017 15:57, Oleksij Rempel wrote:
> Documentation bindings for the Low Power General Purpose Register
> available on i.MX6 SoCs in the Secure Non-Volatile Storage.
>
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
> .../devicetree/bindings/nvmem/snvs-lpgpr.txt | 19
> +++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/nvmem/snvs-lpgpr.txt
>
> diff --git a/Documentation/devicetree/bindings/nvmem/snvs-lpgpr.txt
> b/Documentation/devicetree/bindings/nvmem/snvs-lpgpr.txt
> new file mode 100644
> index 000000000000..21910fb3159f
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/nvmem/snvs-lpgpr.txt
> @@ -0,0 +1,19 @@
> +Device tree bindings for Low Power General Purpose Register found in
> i.MX6Q/D
> +Secure Non-Volatile Storage.
> +
> +This DT node should be represented as a sub-node of a "syscon",
> +"simple-mfd" node.
> +
> +Required properties:
> +- compatible: should be:
> + "fsl,imx6q-snvs-lpgpr" for Freescale i.MX6Q/D/DL/S
I've tested the basic functionality on i.MX6UL. It seems to work as is.
Please add "/UL" on the next version.
Regards,
Guy
> +
> +Example:
> +snvs: snvs@020cc000 {
> + compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
> + reg = <0x020cc000 0x4000>;
> +
> + snvs_lpgpr: snvs-lpgpr {
> + compatible = "fsl,imx6q-snvs-lpgpr";
> + };
> +};
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/3] nvmem: upstream snvs_lpgpr driver Oleksij Rempel <o.rempel@pengutronix.de> - 2017-06-09 15:00 +0200
[PATCH v5 1/3] nvmem: dt: document SNVS LPGPR binding Oleksij Rempel <o.rempel@pengutronix.de> - 2017-06-09 15:00 +0200
Re: [PATCH v5 1/3] nvmem: dt: document SNVS LPGPR binding Stefan Wahren <stefan.wahren@i2se.com> - 2017-06-09 17:10 +0200
Re: [PATCH v5 1/3] nvmem: dt: document SNVS LPGPR binding Oleksij Rempel <ore@pengutronix.de> - 2017-06-19 08:10 +0200
Re: [PATCH v5 1/3] nvmem: dt: document SNVS LPGPR binding Stefan Wahren <stefan.wahren@i2se.com> - 2017-06-19 13:00 +0200
Re: [PATCH v5 1/3] nvmem: dt: document SNVS LPGPR binding Fabio Estevam <festevam@gmail.com> - 2017-06-19 15:00 +0200
Re: [PATCH v5 1/3] nvmem: dt: document SNVS LPGPR binding Stefan Wahren <stefan.wahren@i2se.com> - 2017-06-19 16:10 +0200
Re: [PATCH v5 1/3] nvmem: dt: document SNVS LPGPR binding Guy Shapiro <guy.shapiro@mobi-wize.com> - 2017-06-14 10:00 +0200
[PATCH v5 2/3] nvmem: add snvs_lpgpr driver Oleksij Rempel <o.rempel@pengutronix.de> - 2017-06-09 15:00 +0200
Re: [PATCH v5 2/3] nvmem: add snvs_lpgpr driver Stefan Wahren <stefan.wahren@i2se.com> - 2017-06-09 17:10 +0200
Re: [PATCH v5 2/3] nvmem: add snvs_lpgpr driver Oleksij Rempel <ore@pengutronix.de> - 2017-06-19 16:40 +0200
csiph-web