On Wed, Sep 9, 2020 at 9:16 PM Qiang Zhao <qiang.z...@nxp.com> wrote: > > On Thu, Sep 10, 2020 at 04:25AM, Rob Herring <r...@kernel.org> wrote: > > -----Original Message----- > > From: Rob Herring <r...@kernel.org> > > Sent: 2020年9月10日 4:25 > > To: Qiang Zhao <qiang.z...@nxp.com> > > Cc: a.zu...@towertech.it; alexandre.bell...@bootlin.com; > > linux-...@vger.kernel.org; devicet...@vger.kernel.org; > > linux-kernel@vger.kernel.org > > 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 <qiang.z...@nxp.com> > > > > > > Add bindings for nxp,rtc-2127 > > > > > > Signed-off-by: Zhao Qiang <qiang.z...@nxp.com> > > > --- > > > 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