Rtwo/kernel/motorola/sm8550-devicetrees/bindings/power/mmi-suspend_dbg.txt
2025-09-30 19:22:48 -05:00

17 lines
509 B
Text

* MMI_SUSPEND_DBG (MMI Suspend Debug)
The /sys/private/ is a sysfs interface added for showing and changing
gpio's configuration. It's usefual to debug bottom-rock current by
comparing and setting gpio's configuration before suspend. Because GKI
has restricted the change of suspend.c in common, add a platform device
and do the debugging work in noirq suspend callbacks.
Required properties:
- compatible : Should be "mmi,suspend_dbg"
Example:
motorola, private {
compatible = "mmi,suspend_dbg";
};