On Mon, 23 Sep 2019 14:14:04 +0200, Simon Horman wrote: > Convert Real Time Clock for Renesas SH and ARM SoCs bindings documentation > to json-schema. Also name bindings documentation file according to the > compat string being documented. > > Also correct syntax error in interrupts field in example. > > Signed-off-by: Simon Horman <horms+renesas@xxxxxxxxxxxx> > Reviewed-by: Ulrich Hecht <uli+renesas@xxxxxxxx> > --- > v2 > * Added reviewed-by tag from Ulrich > * Constrain clocks and clock-names as suggested by Rob Herring > --- > .../devicetree/bindings/rtc/renesas,sh-rtc.yaml | 70 ++++++++++++++++++++++ > Documentation/devicetree/bindings/rtc/rtc-sh.txt | 28 --------- > 2 files changed, 70 insertions(+), 28 deletions(-) > create mode 100644 Documentation/devicetree/bindings/rtc/renesas,sh-rtc.yaml > delete mode 100644 Documentation/devicetree/bindings/rtc/rtc-sh.txt > Applied, thanks. Rob