Skip to content

Commit 0f06e28

Browse files
LegoLivesMatterjic23
authored andcommitted
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>
1 parent 29cc0ac commit 0f06e28

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ properties:
3535
description: LDO or buck regulator.
3636
unevaluatedProperties: false
3737

38+
'#io-channel-cells':
39+
const: 1
40+
3841
required:
3942
- compatible
4043
- reg
@@ -53,6 +56,7 @@ examples:
5356
reg = <0x30>;
5457
interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>;
5558
interrupt-parent = <&gic>;
59+
#io-channel-cells = <1>;
5660
wakeup-source;
5761
5862
regulators {

0 commit comments

Comments
 (0)