Hello,
Using device tree customization, I’ve successfully disabled SODIMM45 for wake-up in order to use it as a GPIO (actually removed the whole gpio-keys node), since we won’t be using any wake-up signal whatsoever. However I’m a bit concerned that this is kind of a delicate pin and maybe some driver(s) are actually using and using it as GPIO could lead to unexpected behaviors since “it doesn’t expect to be removed” or “it needs a wake-up input”. I know what is important is the wake-up signal itself and that gets disabled by disabling the pin function, but better safe than sorry…
Is there any documentation (without to having to look at the whole kernel documentation) of a pin dependency which could lead to unexpected behaviors? In this specific case, should I avoid using SODIMM45 for GPIO?
Thanks