On Wed, Sep 9, 2020 at 9:16 PM Qiang Zhao <[email protected]> wrote: > > On Thu, Sep 10, 2020 at 04:25AM, Rob Herring <[email protected]> wrote: > > -----Original Message----- > > From: Rob Herring <[email protected]> > > Sent: 2020年9月10日 4:25 > > To: Qiang Zhao <[email protected]> > > Cc: [email protected]; [email protected]; > > [email protected]; [email protected]; > > [email protected] > > Subject: Re: [PATCH 1/3] dt-bindings: rtc-2127: Add bindings for > > nxp,rtc-2127.txt > > > > On Thu, Aug 27, 2020 at 05:14:39PM +0800, Qiang Zhao wrote: > > > From: Zhao Qiang <[email protected]> > > > > > > Add bindings for nxp,rtc-2127 > > > > > > Signed-off-by: Zhao Qiang <[email protected]> > > > --- > > > Documentation/devicetree/bindings/rtc/nxp,rtc-2127.txt | 18 > > ++++++++++++++++++ > > > 1 file changed, 18 insertions(+) > > > create mode 100644 > > Documentation/devicetree/bindings/rtc/nxp,rtc-2127.txt > > > > Bindings should be in DT schema format now. > > Is there any doc description for DT schema format or example > So that I can take as a reference. Thank you!
Documentation/devicetree/writing-schema.rst and about 1000 examples in the kernel tree. Rob

