Message ID | 20190624205432.16727-1-festevam@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 4931b5f160164807c33f0d935c76781695ab7757 |
Headers | show |
Series | [1/2] ARM: dts: imx7d-zii-rpu2: Remove unneeded snvs_pwrkey node | expand |
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 >
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.
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 = <
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(-)