Message ID | 1478714651-12679-1-git-send-email-harninder.rai@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Nov 09, 2016 at 11:34:11PM +0530, Harninder Rai wrote: > Signed-off-by: Harninder Rai <harninder.rai@nxp.com> > Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com> > --- > Documentation/devicetree/bindings/arm/fsl.txt | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) Acked-by: Rob Herring <robh@kernel.org>
On Wed, Nov 09, 2016 at 11:34:11PM +0530, Harninder Rai wrote: > Signed-off-by: Harninder Rai <harninder.rai@nxp.com> > Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com> Applied all 3, thanks. > --- > Documentation/devicetree/bindings/arm/fsl.txt | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt > index d6ee9c6..3b01338 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.txt > +++ b/Documentation/devicetree/bindings/arm/fsl.txt > @@ -139,6 +139,22 @@ Example: > Freescale ARMv8 based Layerscape SoC family Device Tree Bindings > ---------------------------------------------------------------- > > +LS1012A SoC > +Required root node properties: > + - compatible = "fsl,ls1012a"; > + > +LS1012A ARMv8 based RDB Board > +Required root node properties: > + - compatible = "fsl,ls1012a-rdb", "fsl,ls1012a"; > + > +LS1012A ARMv8 based FRDM Board > +Required root node properties: > + - compatible = "fsl,ls1012a-frdm", "fsl,ls1012a"; > + > +LS1012A ARMv8 based QDS Board > +Required root node properties: > + - compatible = "fsl,ls1012a-qds", "fsl,ls1012a"; > + > LS1043A SoC > Required root node properties: > - compatible = "fsl,ls1043a"; > -- > 2.7.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Thanks Shawn, Regards Bhaskar >-----Original Message----- >From: Shawn Guo [mailto:shawnguo@kernel.org] >Sent: Sunday, January 29, 2017 7:41 AM >To: Harninder Rai <harninder.rai@nxp.com> >Cc: devicetree@vger.kernel.org; robh+dt@kernel.org; mark.rutland@arm.com; >oss@buserror.net; Bhaskar U <bhaskar.upadhaya@nxp.com>; linux-arm- >kernel@lists.infradead.org >Subject: Re: [PATCH 1/3] Documentation: DT: Add entry for FSL LS1012A RDB, >FRDM, QDS boards > >On Wed, Nov 09, 2016 at 11:34:11PM +0530, Harninder Rai wrote: >> Signed-off-by: Harninder Rai <harninder.rai@nxp.com> >> Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com> > >Applied all 3, thanks. > >> --- >> Documentation/devicetree/bindings/arm/fsl.txt | 16 ++++++++++++++++ >> 1 file changed, 16 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/fsl.txt >b/Documentation/devicetree/bindings/arm/fsl.txt >> index d6ee9c6..3b01338 100644 >> --- a/Documentation/devicetree/bindings/arm/fsl.txt >> +++ b/Documentation/devicetree/bindings/arm/fsl.txt >> @@ -139,6 +139,22 @@ Example: >> Freescale ARMv8 based Layerscape SoC family Device Tree Bindings >> ---------------------------------------------------------------- >> >> +LS1012A SoC >> +Required root node properties: >> + - compatible = "fsl,ls1012a"; >> + >> +LS1012A ARMv8 based RDB Board >> +Required root node properties: >> + - compatible = "fsl,ls1012a-rdb", "fsl,ls1012a"; >> + >> +LS1012A ARMv8 based FRDM Board >> +Required root node properties: >> + - compatible = "fsl,ls1012a-frdm", "fsl,ls1012a"; >> + >> +LS1012A ARMv8 based QDS Board >> +Required root node properties: >> + - compatible = "fsl,ls1012a-qds", "fsl,ls1012a"; >> + >> LS1043A SoC >> Required root node properties: >> - compatible = "fsl,ls1043a"; >> -- >> 2.7.4 >> >> >> _______________________________________________ >> linux-arm-kernel mailing list >> linux-arm-kernel@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index d6ee9c6..3b01338 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -139,6 +139,22 @@ Example: Freescale ARMv8 based Layerscape SoC family Device Tree Bindings ---------------------------------------------------------------- +LS1012A SoC +Required root node properties: + - compatible = "fsl,ls1012a"; + +LS1012A ARMv8 based RDB Board +Required root node properties: + - compatible = "fsl,ls1012a-rdb", "fsl,ls1012a"; + +LS1012A ARMv8 based FRDM Board +Required root node properties: + - compatible = "fsl,ls1012a-frdm", "fsl,ls1012a"; + +LS1012A ARMv8 based QDS Board +Required root node properties: + - compatible = "fsl,ls1012a-qds", "fsl,ls1012a"; + LS1043A SoC Required root node properties: - compatible = "fsl,ls1043a";