mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 19:26:01 -04:00
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>
This commit is contained in:
committed by
Shawn Guo
parent
bdba5017d1
commit
a53745d113
@@ -773,6 +773,10 @@ snvs_poweroff: snvs-poweroff {
|
||||
mask = <0x60>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
snvs_lpgpr: snvs-lpgpr {
|
||||
compatible = "fsl,imx6q-snvs-lpgpr";
|
||||
};
|
||||
};
|
||||
|
||||
epit1: epit@20d0000 { /* EPIT1 */
|
||||
|
||||
@@ -636,6 +636,10 @@ snvs_pwrkey: snvs-powerkey {
|
||||
linux,keycode = <KEY_POWER>;
|
||||
wakeup-source;
|
||||
};
|
||||
|
||||
snvs_lpgpr: snvs-lpgpr {
|
||||
compatible = "fsl,imx6ul-snvs-lpgpr";
|
||||
};
|
||||
};
|
||||
|
||||
epit1: epit@20d0000 {
|
||||
|
||||
Reference in New Issue
Block a user