* [PATCH] arm: dts: imx6ulz-bsh-smm-m2: Support proper board power off
@ 2022-05-17 13:35 Michael Trimarchi
2022-05-17 13:41 ` Fabio Estevam
0 siblings, 1 reply; 5+ messages in thread
From: Michael Trimarchi @ 2022-05-17 13:35 UTC (permalink / raw)
To: Shawn Guo
Cc: Sascha Hauer, Fabio Estevam, NXP Linux Team, linux-amarula,
Rob Herring, Ariel D'Alessandro, devicetree, linux-arm-kernel,
linux-kernel, Simon Holesch
From: Simon Holesch <simon.holesch@bshg.com>
Supports initiating poweroff on SNVS_PMIC_ON_REQ signal.
Signed-off-by: Simon Holesch <simon.holesch@bshg.com>
---
arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts b/arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts
index 59bcfc9a6b10..c92e4e2f6ab9 100644
--- a/arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts
+++ b/arch/arm/boot/dts/imx6ulz-bsh-smm-m2.dts
@@ -29,6 +29,10 @@ &gpmi {
status = "okay";
};
+&snvs_poweroff {
+ status = "okay";
+};
+
&uart3 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart3>;
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] arm: dts: imx6ulz-bsh-smm-m2: Support proper board power off
2022-05-17 13:35 [PATCH] arm: dts: imx6ulz-bsh-smm-m2: Support proper board power off Michael Trimarchi
@ 2022-05-17 13:41 ` Fabio Estevam
2022-05-17 13:44 ` Michael Nazzareno Trimarchi
0 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2022-05-17 13:41 UTC (permalink / raw)
To: Michael Trimarchi
Cc: Shawn Guo, Sascha Hauer, NXP Linux Team, linux-amarula,
Rob Herring, Ariel D'Alessandro, devicetree, linux-arm-kernel,
linux-kernel, Simon Holesch
Hi Michael,
On 17/05/2022 10:35, Michael Trimarchi wrote:
> From: Simon Holesch <simon.holesch@bshg.com>
>
> Supports initiating poweroff on SNVS_PMIC_ON_REQ signal.
>
> Signed-off-by: Simon Holesch <simon.holesch@bshg.com>
You missed your own Signed-off-by tag here.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm: dts: imx6ulz-bsh-smm-m2: Support proper board power off
2022-05-17 13:41 ` Fabio Estevam
@ 2022-05-17 13:44 ` Michael Nazzareno Trimarchi
2022-05-17 13:50 ` Fabio Estevam
0 siblings, 1 reply; 5+ messages in thread
From: Michael Nazzareno Trimarchi @ 2022-05-17 13:44 UTC (permalink / raw)
To: Fabio Estevam
Cc: Shawn Guo, Sascha Hauer, NXP Linux Team, linux-amarula,
Rob Herring, Ariel D'Alessandro, devicetree, linux-arm-kernel,
linux-kernel, Simon Holesch
Hi Fabio
On Tue, May 17, 2022 at 3:41 PM Fabio Estevam <festevam@denx.de> wrote:
>
> Hi Michael,
>
> On 17/05/2022 10:35, Michael Trimarchi wrote:
> > From: Simon Holesch <simon.holesch@bshg.com>
> >
> > Supports initiating poweroff on SNVS_PMIC_ON_REQ signal.
> >
> > Signed-off-by: Simon Holesch <simon.holesch@bshg.com>
>
> You missed your own Signed-off-by tag here.
It's fine, I can add Tested-by: Michael Trimarchi <michael@amarulasolutions.com>
Michael
--
Michael Nazzareno Trimarchi
Co-Founder & Chief Executive Officer
M. +39 347 913 2170
michael@amarulasolutions.com
__________________________________
Amarula Solutions BV
Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
T. +31 (0)85 111 9172
info@amarulasolutions.com
www.amarulasolutions.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm: dts: imx6ulz-bsh-smm-m2: Support proper board power off
2022-05-17 13:44 ` Michael Nazzareno Trimarchi
@ 2022-05-17 13:50 ` Fabio Estevam
2022-05-17 13:54 ` Michael Nazzareno Trimarchi
0 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2022-05-17 13:50 UTC (permalink / raw)
To: Michael Nazzareno Trimarchi
Cc: Shawn Guo, Sascha Hauer, NXP Linux Team, linux-amarula,
Rob Herring, Ariel D'Alessandro, devicetree, linux-arm-kernel,
linux-kernel, Simon Holesch
Hi Michael,
On 17/05/2022 10:44, Michael Nazzareno Trimarchi wrote:
>> You missed your own Signed-off-by tag here.
>
> It's fine, I can add Tested-by: Michael Trimarchi
> <michael@amarulasolutions.com>
If you are transmitting someone else's patch, then you need to add
your own Signed-off-by to it.
This is explained in Documentation/process/submitting-patches.rst:
"Any further SoBs (Signed-off-by:'s) following the author's SoB are from
people handling and transporting the patch, but were not involved in its
development. SoB chains should reflect the **real** route a patch took
as it was propagated to the maintainers and ultimately to Linus, with
the first SoB entry signalling primary authorship of a single author."
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm: dts: imx6ulz-bsh-smm-m2: Support proper board power off
2022-05-17 13:50 ` Fabio Estevam
@ 2022-05-17 13:54 ` Michael Nazzareno Trimarchi
0 siblings, 0 replies; 5+ messages in thread
From: Michael Nazzareno Trimarchi @ 2022-05-17 13:54 UTC (permalink / raw)
To: Fabio Estevam
Cc: Shawn Guo, Sascha Hauer, NXP Linux Team, linux-amarula,
Rob Herring, Ariel D'Alessandro, devicetree, linux-arm-kernel,
linux-kernel, Simon Holesch
Hi
On Tue, May 17, 2022 at 3:50 PM Fabio Estevam <festevam@denx.de> wrote:
>
> Hi Michael,
>
> On 17/05/2022 10:44, Michael Nazzareno Trimarchi wrote:
>
> >> You missed your own Signed-off-by tag here.
> >
> > It's fine, I can add Tested-by: Michael Trimarchi
> > <michael@amarulasolutions.com>
>
> If you are transmitting someone else's patch, then you need to add
> your own Signed-off-by to it.
>
> This is explained in Documentation/process/submitting-patches.rst:
>
> "Any further SoBs (Signed-off-by:'s) following the author's SoB are from
> people handling and transporting the patch, but were not involved in its
> development. SoB chains should reflect the **real** route a patch took
> as it was propagated to the maintainers and ultimately to Linus, with
> the first SoB entry signalling primary authorship of a single author."
Done, thank you
Michael
--
Michael Nazzareno Trimarchi
Co-Founder & Chief Executive Officer
M. +39 347 913 2170
michael@amarulasolutions.com
__________________________________
Amarula Solutions BV
Joop Geesinkweg 125, 1114 AB, Amsterdam, NL
T. +31 (0)85 111 9172
info@amarulasolutions.com
www.amarulasolutions.com
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-05-17 13:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17 13:35 [PATCH] arm: dts: imx6ulz-bsh-smm-m2: Support proper board power off Michael Trimarchi
2022-05-17 13:41 ` Fabio Estevam
2022-05-17 13:44 ` Michael Nazzareno Trimarchi
2022-05-17 13:50 ` Fabio Estevam
2022-05-17 13:54 ` Michael Nazzareno Trimarchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox