linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx7d-zii-rpu2: Remove unneeded snvs_pwrkey node
@ 2019-06-24 20:54 Fabio Estevam
  2019-06-24 20:54 ` [PATCH 2/2] ARM: dts: imx7-colibri: " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabio Estevam @ 2019-06-24 20:54 UTC (permalink / raw)
  To: shawnguo; +Cc: stefan, cphealy, Fabio Estevam, Anson.Huang, linux-arm-kernel

Since commit 4664179fe679 ("ARM: dts: imx7s: Enable SNVS power key
according to board design") snvs_pwrkey is disabled by default, so there
is no need for disabling it explicitly in the board dts anymore.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/boot/dts/imx7d-zii-rpu2.dts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/imx7d-zii-rpu2.dts b/arch/arm/boot/dts/imx7d-zii-rpu2.dts
index 4a78ddc7513d..39812c92bf0d 100644
--- a/arch/arm/boot/dts/imx7d-zii-rpu2.dts
+++ b/arch/arm/boot/dts/imx7d-zii-rpu2.dts
@@ -669,10 +669,6 @@
 	status = "disabled";
 };
 
-&snvs_pwrkey {
-	status = "disabled";
-};
-
 &iomuxc {
 	pinctrl_ecspi1: ecspi1grp {
 		fsl,pins = <
-- 
2.17.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

* [PATCH 2/2] ARM: dts: imx7-colibri: Remove unneeded snvs_pwrkey node
  2019-06-24 20:54 [PATCH 1/2] ARM: dts: imx7d-zii-rpu2: Remove unneeded snvs_pwrkey node Fabio Estevam
@ 2019-06-24 20:54 ` Fabio Estevam
  2019-06-24 21:03   ` Chris Healy
  2019-06-24 21:02 ` [PATCH 1/2] ARM: dts: imx7d-zii-rpu2: " Chris Healy
  2019-07-18  2:28 ` Shawn Guo
  2 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2019-06-24 20:54 UTC (permalink / raw)
  To: shawnguo; +Cc: stefan, cphealy, Fabio Estevam, Anson.Huang, linux-arm-kernel

Since commit 4664179fe679 ("ARM: dts: imx7s: Enable SNVS power key
according to board design") snvs_pwrkey is disabled by default, so there
is no need for disabling it explicitly in the board dts anymore.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/boot/dts/imx7-colibri.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/imx7-colibri.dtsi b/arch/arm/boot/dts/imx7-colibri.dtsi
index 895fbde4d433..0d00aeb64336 100644
--- a/arch/arm/boot/dts/imx7-colibri.dtsi
+++ b/arch/arm/boot/dts/imx7-colibri.dtsi
@@ -267,10 +267,6 @@
 	status = "okay";
 };
 
-&snvs_pwrkey {
-	status = "disabled";
-};
-
 &uart1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_uart1 &pinctrl_uart1_ctrl1 &pinctrl_uart1_ctrl2>;
-- 
2.17.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 1/2] ARM: dts: imx7d-zii-rpu2: Remove unneeded snvs_pwrkey node
  2019-06-24 20:54 [PATCH 1/2] ARM: dts: imx7d-zii-rpu2: Remove unneeded snvs_pwrkey node Fabio Estevam
  2019-06-24 20:54 ` [PATCH 2/2] ARM: dts: imx7-colibri: " Fabio Estevam
@ 2019-06-24 21:02 ` Chris Healy
  2019-07-18  2:28 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Chris Healy @ 2019-06-24 21:02 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Stefan Agner, Shawn Guo, Anson.Huang, linux ARM

Reviewed-by: Chris Healy <cphealy@gmail.com>

On Mon, Jun 24, 2019 at 1:54 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> Since commit 4664179fe679 ("ARM: dts: imx7s: Enable SNVS power key
> according to board design") snvs_pwrkey is disabled by default, so there
> is no need for disabling it explicitly in the board dts anymore.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  arch/arm/boot/dts/imx7d-zii-rpu2.dts | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx7d-zii-rpu2.dts b/arch/arm/boot/dts/imx7d-zii-rpu2.dts
> index 4a78ddc7513d..39812c92bf0d 100644
> --- a/arch/arm/boot/dts/imx7d-zii-rpu2.dts
> +++ b/arch/arm/boot/dts/imx7d-zii-rpu2.dts
> @@ -669,10 +669,6 @@
>         status = "disabled";
>  };
>
> -&snvs_pwrkey {
> -       status = "disabled";
> -};
> -
>  &iomuxc {
>         pinctrl_ecspi1: ecspi1grp {
>                 fsl,pins = <
> --
> 2.17.1
>

_______________________________________________
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 2/2] ARM: dts: imx7-colibri: Remove unneeded snvs_pwrkey node
  2019-06-24 20:54 ` [PATCH 2/2] ARM: dts: imx7-colibri: " Fabio Estevam
@ 2019-06-24 21:03   ` Chris Healy
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Healy @ 2019-06-24 21:03 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Stefan Agner, Shawn Guo, Anson.Huang, linux ARM

Reviewed-by: Chris Healy <cphealy@gmail.com>

On Mon, Jun 24, 2019 at 1:54 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> Since commit 4664179fe679 ("ARM: dts: imx7s: Enable SNVS power key
> according to board design") snvs_pwrkey is disabled by default, so there
> is no need for disabling it explicitly in the board dts anymore.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  arch/arm/boot/dts/imx7-colibri.dtsi | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx7-colibri.dtsi b/arch/arm/boot/dts/imx7-colibri.dtsi
> index 895fbde4d433..0d00aeb64336 100644
> --- a/arch/arm/boot/dts/imx7-colibri.dtsi
> +++ b/arch/arm/boot/dts/imx7-colibri.dtsi
> @@ -267,10 +267,6 @@
>         status = "okay";
>  };
>
> -&snvs_pwrkey {
> -       status = "disabled";
> -};
> -
>  &uart1 {
>         pinctrl-names = "default";
>         pinctrl-0 = <&pinctrl_uart1 &pinctrl_uart1_ctrl1 &pinctrl_uart1_ctrl2>;
> --
> 2.17.1
>

_______________________________________________
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 1/2] ARM: dts: imx7d-zii-rpu2: Remove unneeded snvs_pwrkey node
  2019-06-24 20:54 [PATCH 1/2] ARM: dts: imx7d-zii-rpu2: Remove unneeded snvs_pwrkey node Fabio Estevam
  2019-06-24 20:54 ` [PATCH 2/2] ARM: dts: imx7-colibri: " Fabio Estevam
  2019-06-24 21:02 ` [PATCH 1/2] ARM: dts: imx7d-zii-rpu2: " Chris Healy
@ 2019-07-18  2:28 ` Shawn Guo
  2 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2019-07-18  2:28 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: stefan, cphealy, Anson.Huang, linux-arm-kernel

On Mon, Jun 24, 2019 at 05:54:31PM -0300, Fabio Estevam wrote:
> Since commit 4664179fe679 ("ARM: dts: imx7s: Enable SNVS power key
> according to board design") snvs_pwrkey is disabled by default, so there
> is no need for disabling it explicitly in the board dts anymore.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied both, thanks.

_______________________________________________
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:[~2019-07-18  2:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 20:54 [PATCH 1/2] ARM: dts: imx7d-zii-rpu2: Remove unneeded snvs_pwrkey node Fabio Estevam
2019-06-24 20:54 ` [PATCH 2/2] ARM: dts: imx7-colibri: " Fabio Estevam
2019-06-24 21:03   ` Chris Healy
2019-06-24 21:02 ` [PATCH 1/2] ARM: dts: imx7d-zii-rpu2: " Chris Healy
2019-07-18  2:28 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).