On Fri, 09 Apr 2021 19:29:25 +0530, 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 > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>