ARM: dts: imx7-colibri: Remove unneeded snvs_pwrkey node
authorFabio Estevam <festevam@gmail.com>
Mon, 24 Jun 2019 20:54:32 +0000 (17:54 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Jul 2019 01:37:25 +0000 (09:37 +0800)
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>
Reviewed-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7-colibri.dtsi

index 895fbde..0d00aeb 100644 (file)
        status = "okay";
 };
 
-&snvs_pwrkey {
-       status = "disabled";
-};
-
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1 &pinctrl_uart1_ctrl1 &pinctrl_uart1_ctrl2>;