提交 b731fadf 编写于 作者: A Andreas Kemnade 提交者: Shawn Guo

ARM: dts: e60k02: fix power button

The power button was only producing irqs, but no key events,
Forced power down with long key press works, so probably
only a short spike arrives at the SoC.
Further investigation shows that LDORTC2 is off after boot
of the vendor kernel. LDORTC2 is shared with a GPIO at the pmic
which probably transfers the button press to the SoC.
That regulator off at boot, so "regulator-boot-on" is definitively
wrong. So remove that.
Reported-by: NH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: NAndreas Kemnade <andreas@kemnade.info>
Fixes: c100ea86 ("ARM: dts: add Netronix E60K02 board common file")
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 0aeb1f2b
...@@ -265,11 +265,6 @@ ...@@ -265,11 +265,6 @@
regulator-name = "LDORTC1"; regulator-name = "LDORTC1";
regulator-boot-on; regulator-boot-on;
}; };
ldortc2_reg: LDORTC2 {
regulator-name = "LDORTC2";
regulator-boot-on;
};
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册