| * palmas device tree bindings |
| The TI palmas family current members :- |
| - compatible : Should be from the list |
| and also the generic series names |
| - interrupt-controller : palmas has its own internal IRQs |
| - #interrupt-cells : should be set to 2 for IRQ number and flags |
| The first cell is the IRQ number. |
| The second cell is the flags, encoded as the trigger masks from |
| Documentation/devicetree/bindings/interrupts.txt |
| - interrupt-parent : The parent interrupt controller. |
| ti,mux-padX : set the pad register X (1-2) to the correct muxing for the |
| hardware, if not set will use muxing in OTP. |
| compatible = "ti,twl6035", "ti,palmas"; |
| interrupt-parent = <&intc>; |
| compatible = "ti,twl6035-pmic", "ti,palmas-pmic"; |