diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2017-06-20 10:09:32 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 11:15:44 +0300 |
commit | a53745d113806e1a4d93451a9d5c0077e0826dbd (patch) | |
tree | 3e6590139744876559adf8b5ef040f8d45782da0 /arch/arm/boot/dts/imx6ul.dtsi | |
parent | bdba5017d149ef3cfcd47adf98837da7680817c7 (diff) | |
download | linux-a53745d113806e1a4d93451a9d5c0077e0826dbd.tar.xz |
ARM: dts: imx6: add snvs-lpgpr node
This node is for Low Power General Purpose Register which can
be used as Non-Volatile Storage.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index e0b4a464c7ed..82f545f29b13 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -636,6 +636,10 @@ linux,keycode = <KEY_POWER>; wakeup-source; }; + + snvs_lpgpr: snvs-lpgpr { + compatible = "fsl,imx6ul-snvs-lpgpr"; + }; }; epit1: epit@20d0000 { |