Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mfd: 88pm886: Add #io-channel-cells

Add an #io-channel-cells property to the Marvell 88PM886 PMIC binding to
allow referencing the IO channels exposed by its GPADC.

Acked-by: Karel Balej <balejk@matfyz.cz> # for the PMIC
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Duje Mihanović and committed by
Jonathan Cameron
0f06e287 29cc0ac5

+4
+4
Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml
··· 35 35 description: LDO or buck regulator. 36 36 unevaluatedProperties: false 37 37 38 + '#io-channel-cells': 39 + const: 1 40 + 38 41 required: 39 42 - compatible 40 43 - reg ··· 56 53 reg = <0x30>; 57 54 interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>; 58 55 interrupt-parent = <&gic>; 56 + #io-channel-cells = <1>; 59 57 wakeup-source; 60 58 61 59 regulators {