mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
dt-bindings: iio: adc: mt6359: Add MT6365 PMIC AuxADC
Add compatible string for the AuxADC block found on the MT6365 PMIC, that is compatible with the one found in MT6359. Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://patch.msgid.link/20260429-mediatek-genio-mt6365-cleanup-v1-4-6f43838be92f@collabora.com Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
parent
e49bdc8cf6
commit
e6744a3fef
|
|
@ -18,12 +18,17 @@ description:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- mediatek,mt6357-auxadc
|
||||
- mediatek,mt6358-auxadc
|
||||
- mediatek,mt6359-auxadc
|
||||
- mediatek,mt6363-auxadc
|
||||
- mediatek,mt6373-auxadc
|
||||
oneOf:
|
||||
- enum:
|
||||
- mediatek,mt6357-auxadc
|
||||
- mediatek,mt6358-auxadc
|
||||
- mediatek,mt6359-auxadc
|
||||
- mediatek,mt6363-auxadc
|
||||
- mediatek,mt6373-auxadc
|
||||
- items:
|
||||
- enum:
|
||||
- mediatek,mt6365-auxadc
|
||||
- const: mediatek,mt6359-auxadc
|
||||
|
||||
"#io-channel-cells":
|
||||
const: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user