Message ID | 20220615145357.2370044-3-sravanhome@gmail.com |
---|---|
State | Accepted |
Commit | 4907f6991ecbbbd0c18dcabaf87c6dc2537c3a9d |
Headers | show |
Series | Add support for mp2733 battery charger | expand |
On Wed, 15 Jun 2022, Saravanan Sekar wrote: > Add new compatible for mp2733 mfd driver. > > Signed-off-by: Saravanan Sekar <sravanhome@gmail.com> > --- > Documentation/devicetree/bindings/mfd/mps,mp2629.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Applied in place of v1, thanks.
On Mon, Jun 27, 2022 at 8:45 AM Lee Jones <lee.jones@linaro.org> wrote: > > On Wed, 15 Jun 2022, Saravanan Sekar wrote: > > > Add new compatible for mp2733 mfd driver. > > > > Signed-off-by: Saravanan Sekar <sravanhome@gmail.com> > > --- > > Documentation/devicetree/bindings/mfd/mps,mp2629.yaml | 4 +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > Applied in place of v1, thanks. Still failing, pushed out? Rob
diff --git a/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml b/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml index f91acc42d652..5ba849d78d8a 100644 --- a/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml +++ b/Documentation/devicetree/bindings/mfd/mps,mp2629.yaml @@ -18,7 +18,9 @@ description: | properties: compatible: - const: mps,mp2629 + enum: + - mps,mp2629 + - mps,mp2733 reg: maxItems: 1
Add new compatible for mp2733 mfd driver. Signed-off-by: Saravanan Sekar <sravanhome@gmail.com> --- Documentation/devicetree/bindings/mfd/mps,mp2629.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)