Re: [PATCH V2 3/4] dt-bindings: mfd: Convert pm8xxx bindings to yaml

From: Rob Herring
Date: Fri Apr 16 2021 - 13:20:47 EST


On Wed, Apr 14, 2021 at 3:38 AM Lee Jones <lee.jones@xxxxxxxxxx> wrote:
>
> On Fri, 09 Apr 2021, satya priya wrote:
>
> > Convert pm8xxx bindings from .txt to .yaml format. Also,
> > split this binding into two: parent binding(qcom-pm8xxx.yaml)
> > and child node RTC binding(qcom-pm8xxx-rtc.yaml).
> >
> > Signed-off-by: satya priya <skakit@xxxxxxxxxxxxxx>
> > ---
> > Changes in V2:
> > - As per Bjorn's comments, I've split this into two, one parent binding
> > and one child node rtc binding.
> > - Fixed bot errors and changed maintainer name.
> >
> > .../devicetree/bindings/mfd/qcom-pm8xxx.txt | 100 ---------------------
> > .../devicetree/bindings/mfd/qcom-pm8xxx.yaml | 54 +++++++++++
> > 2 files changed, 54 insertions(+), 100 deletions(-)
> > delete mode 100644 Documentation/devicetree/bindings/mfd/qcom-pm8xxx.txt
> > create mode 100644 Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml
>
> Applied, thanks.

You need to apply the rtc schema too. linux-next has an error on this one now.

Rob