mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
Convert the TWL[46]030 binding to DT schema format. To do it as a step by step work, do not include / handle nodes for subdevices yet, just convert things with minimal corrections. There are already some bindings for its subdevices in the tree. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230916100515.1650336-2-andreas@kemnade.info Signed-off-by: Lee Jones <lee@kernel.org>
22 lines
597 B
Plaintext
22 lines
597 B
Plaintext
Texas Instruments TWL family (twl4030) pwrbutton module
|
|
|
|
This module is part of the TWL4030. For more details about the whole
|
|
chip see Documentation/devicetree/bindings/mfd/ti,twl.yaml.
|
|
|
|
This module provides a simple power button event via an Interrupt.
|
|
|
|
Required properties:
|
|
- compatible: should be one of the following
|
|
- "ti,twl4030-pwrbutton": For controllers compatible with twl4030
|
|
- interrupts: should be one of the following
|
|
- <8>: For controllers compatible with twl4030
|
|
|
|
Example:
|
|
|
|
&twl {
|
|
twl_pwrbutton: pwrbutton {
|
|
compatible = "ti,twl4030-pwrbutton";
|
|
interrupts = <8>;
|
|
};
|
|
};
|