Skip to content

Commit ffe4b38

Browse files
wensbroonie
authored andcommitted
regulator: dt-bindings: mt6315: Document MT6319 PMIC
The MT6319 is a pin-compatible drop-in replacement for MT6315 with slightly better electrical characteristics. It's unclear whether there are any differences, since the downstream implementation doesn't describe the MT6319 separately. Neither does the implementation check chip IDs, even though those are available. Add a new compatible for the MT6319 just in case differences are discovered later and fall back to the MT6315 compatible. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20240620094746.2404753-2-wenst@chromium.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 8a2744f commit ffe4b38

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Documentation/devicetree/bindings/regulator/mt6315-regulator.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ description: |
1616
1717
properties:
1818
compatible:
19-
const: mediatek,mt6315-regulator
19+
oneOf:
20+
- items:
21+
- const: mediatek,mt6319-regulator
22+
- const: mediatek,mt6315-regulator
23+
- const: mediatek,mt6315-regulator
2024

2125
reg:
2226
maxItems: 1

0 commit comments

Comments
 (0)