Hi,
On Mon, May 10, 2021 at 11:25:06AM -0500, Rob Herring wrote:
On Mon, 10 May 2021 12:31:04 +0530, satya priya wrote:
quoted
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 <redacted>
---
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@kernel.org>
Acked-by: Sebastian Reichel <sre@kernel.org>
-- Sebastian