On Wed, 13 May 2020 17:12:01 +0200, Niklas Söderlund wrote:
Convert Renesas R-Car Gen3 Thermal bindings documentation to
json-schema.
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
* Changes since v2
- Use reg = <0xe6198000 0x100> instead of reg = <0 0xe6198000 0 0x100>
in examples due to #{address,size}-cells = <1>.
* Changes since v1
- Improved on reg and interrupt descriptions with the use of 'items:'
- Improved the examples inside the yaml file
- Added compatibility value renesas,r8a77961-thermal for R-Car M3-W+
which was merged in the text binding description.
---
.../bindings/thermal/rcar-gen3-thermal.txt | 60 -----------
.../bindings/thermal/rcar-gen3-thermal.yaml | 99 +++++++++++++++++++
2 files changed, 99 insertions(+), 60 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt
create mode 100644 Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
Applied, thanks!