On Mon, 10 May 2021 12:31:04 +0530, satya priya wrote: > Convert qcom PON binding from .txt to .yaml format. > > The example has been removed in favour of full example being > available in the qcom,pm8941-pwrkey binding. > > Signed-off-by: satya priya <skakit@xxxxxxxxxxxxxx> > --- > Changes in V2: > - As per Rob's comments, converted the main PON binding and added in V2. > > Changes in V3: > - As per Sebastian's comments, added allOf to refer reboot-mode.yaml and > used unevaluatedProperties = false. Added maxItems for reg. > > .../devicetree/bindings/power/reset/qcom,pon.txt | 49 ---------------------- > .../devicetree/bindings/power/reset/qcom,pon.yaml | 44 +++++++++++++++++++ > 2 files changed, 44 insertions(+), 49 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/power/reset/qcom,pon.txt > create mode 100644 Documentation/devicetree/bindings/power/reset/qcom,pon.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>