From 423156b3d37ba051e72e87a8b4791a2a0ea40592 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sat, 4 Jun 2022 16:58:13 +0200 Subject: [PATCH] regulator: dt-bindings: mps,mp5416: add MP5496 compatible MP5496 is the updated version of MP5416 with the only difference being that now all Buck regulators have the same 0.6-2.1875V range with a 12.5mV step. Since there is no way to differentiate them other than using compatibles, add compatible for the MP5496. Signed-off-by: Robert Marko Link: https://lore.kernel.org/r/20220604145816.47576-1-robimarko@gmail.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/regulator/mps,mp5416.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/regulator/mps,mp5416.yaml b/Documentation/devicetree/bindings/regulator/mps,mp5416.yaml index 90727fdc12833..7023c597c3ed5 100644 --- a/Documentation/devicetree/bindings/regulator/mps,mp5416.yaml +++ b/Documentation/devicetree/bindings/regulator/mps,mp5416.yaml @@ -15,6 +15,7 @@ properties: compatible: enum: - mps,mp5416 + - mps,mp5496 reg: maxItems: 1 -- 2.30.2