Re: [PATCH v3 5/5] dt-bindings: timer: Convert mrvl,mmp-timer to json-schema
From: Rob Herring <robh@kernel.org>
Date: 2020-07-13 18:50:23
Also in:
linux-gpio, linux-i2c, linux-rtc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-07-13 18:50:23
Also in:
linux-gpio, linux-i2c, linux-rtc, lkml
On Wed, 17 Jun 2020 00:33:53 +0200, Lubomir Rintel wrote:
A straightforward conversion of the mrvl,mmp-timer binding to DT schema format using json-schema. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> --- Changes since v1: - Add default GPL-2.0-only license tag - Fill in maintainers from MAINTAINERS file .../bindings/timer/mrvl,mmp-timer.txt | 17 ------- .../bindings/timer/mrvl,mmp-timer.yaml | 46 +++++++++++++++++++ 2 files changed, 46 insertions(+), 17 deletions(-) delete mode 100644 Documentation/devicetree/bindings/timer/mrvl,mmp-timer.txt create mode 100644 Documentation/devicetree/bindings/timer/mrvl,mmp-timer.yaml
Applied, thanks!