Message ID | 20170620070932.10353-4-o.rempel@pengutronix.de (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
On 20.06.2017 09:09, Oleksij Rempel wrote: > 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> > --- > arch/arm/boot/dts/imx6qdl.dtsi | 4 ++++ > arch/arm/boot/dts/imx6ul.dtsi | 4 ++++ > 2 files changed, 8 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi > index e426faa9c243..94e992558238 100644 (..) FYI: It looks to me that while the driver itself from this series was picked up and eventually reached Linus' tree this DT change was forgotten, since I can't find in any tree (or am I not looking at the right place?). Maciej
Hi Maciej, Am 11.12.2017 um 23:31 schrieb Maciej S. Szmigiero: > On 20.06.2017 09:09, Oleksij Rempel wrote: >> 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> >> --- >> arch/arm/boot/dts/imx6qdl.dtsi | 4 ++++ >> arch/arm/boot/dts/imx6ul.dtsi | 4 ++++ >> 2 files changed, 8 insertions(+) >> >> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi >> index e426faa9c243..94e992558238 100644 > (..) > > FYI: It looks to me that while the driver itself from this series was > picked up and eventually reached Linus' tree this DT change was > forgotten, since I can't find in any tree (or am I not looking at the > right place?). thanks for the reminder. It's possible that this patch won't apply anymore and needs a resend. > > Maciej >
On Mon, Dec 11, 2017 at 11:31:52PM +0100, Maciej S. Szmigiero wrote: > On 20.06.2017 09:09, Oleksij Rempel wrote: > > 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> > > --- > > arch/arm/boot/dts/imx6qdl.dtsi | 4 ++++ > > arch/arm/boot/dts/imx6ul.dtsi | 4 ++++ > > 2 files changed, 8 insertions(+) > > > > diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi > > index e426faa9c243..94e992558238 100644 > (..) > > FYI: It looks to me that while the driver itself from this series was > picked up and eventually reached Linus' tree this DT change was > forgotten, since I can't find in any tree (or am I not looking at the > right place?). Thanks for reminding. I just updated the subject as below and applied the patch. ARM: dts: imx6: add snvs-lpgpr node Shawn
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index e426faa9c243..94e992558238 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -769,6 +769,10 @@ mask = <0x60>; status = "disabled"; }; + + snvs_lpgpr: snvs-lpgpr { + compatible = "fsl,imx6q-snvs-lpgpr"; + }; }; epit1: epit@020d0000 { /* EPIT1 */ diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index b9d7d2d09402..df870abc28f5 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -624,6 +624,10 @@ linux,keycode = <KEY_POWER>; wakeup-source; }; + + snvs_lpgpr: snvs-lpgpr { + compatible = "fsl,imx6ul-snvs-lpgpr"; + }; }; epit1: epit@020d0000 {
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> --- arch/arm/boot/dts/imx6qdl.dtsi | 4 ++++ arch/arm/boot/dts/imx6ul.dtsi | 4 ++++ 2 files changed, 8 insertions(+)