Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eeb8b493 authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Greg Kroah-Hartman
Browse files

nvmem: dt: document SNVS LPGPR binding



Documentation bindings for the Low Power General Purpose Register
available on i.MX6 SoCs in the Secure Non-Volatile Storage.

Signed-off-by: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bd147986
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
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 one of the fallowing variants:
	"fsl,imx6q-snvs-lpgpr" for Freescale i.MX6Q/D/DL/S
	"fsl,imx6ul-snvs-lpgpr" for Freescale i.MX6UL

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";
	};
};