mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
dt-bindings: mfd: mediatek: mt6397: Add MT6365 PMIC support
MT6365 PMIC is compatible with MT6359, so add the compatible strings for the main and sub devices (regulator, rtc, audio codec). Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20260429-mediatek-genio-mt6365-cleanup-v1-2-6f43838be92f@collabora.com Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
parent
616207451d
commit
078ca283be
|
|
@ -44,6 +44,10 @@ properties:
|
|||
- enum:
|
||||
- mediatek,mt6366
|
||||
- const: mediatek,mt6358
|
||||
- items:
|
||||
- enum:
|
||||
- mediatek,mt6365
|
||||
- const: mediatek,mt6359
|
||||
|
||||
interrupts:
|
||||
maxItems: 1
|
||||
|
|
@ -71,6 +75,7 @@ properties:
|
|||
- items:
|
||||
- enum:
|
||||
- mediatek,mt6359-rtc
|
||||
- mediatek,mt6365-rtc
|
||||
- mediatek,mt6366-rtc
|
||||
- const: mediatek,mt6358-rtc
|
||||
|
||||
|
|
@ -99,6 +104,10 @@ properties:
|
|||
- enum:
|
||||
- mediatek,mt6366-regulator
|
||||
- const: mediatek,mt6358-regulator
|
||||
- items:
|
||||
- enum:
|
||||
- mediatek,mt6365-regulator
|
||||
- const: mediatek,mt6359-regulator
|
||||
|
||||
required:
|
||||
- compatible
|
||||
|
|
@ -125,6 +134,10 @@ properties:
|
|||
- enum:
|
||||
- mediatek,mt6366-sound
|
||||
- const: mediatek,mt6358-sound
|
||||
- items:
|
||||
- enum:
|
||||
- mediatek,mt6365-codec
|
||||
- const: mediatek,mt6359-codec
|
||||
|
||||
required:
|
||||
- compatible
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user