Commit 0ccafdf3 authored by Frieder Schrempf's avatar Frieder Schrempf Committed by Shawn Guo

ARM: dts: imx6ul-kontron-n6310-s: Disable the snvs-poweroff driver

The snvs-poweroff driver can power off the system by pulling the
PMIC_ON_REQ signal low, to let the PMIC disable the power.
The Kontron SoMs do not have this signal connected, so let's remove
the node.

This fixes a real issue when the signal is asserted at poweroff,
but not actually causing the power to turn off. It was observed,
that in this case the system would not shut down properly.
Signed-off-by: default avatarFrieder Schrempf <frieder.schrempf@kontron.de>
Fixes: 1ea4b76c ("ARM: dts: imx6ul-kontron-n6310: Add Kontron i.MX6UL N6310 SoM and boards")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6dd2ed73
......@@ -157,10 +157,6 @@ &pwm8 {
status = "okay";
};
&snvs_poweroff {
status = "okay";
};
&uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment