Message ID | 1486638251-9688-1-git-send-email-harninder.rai@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Feb 09, 2017 at 04:34:11PM +0530, Harninder Rai wrote: > Signed-off-by: Harninder Rai <harninder.rai@nxp.com> Some consistency in the subject please "dt-bindings: arm: ..." > --- > Documentation/devicetree/bindings/arm/fsl.txt | 12 ++++++++++++ > 1 file changed, 12 insertions(+) With that, Acked-by: Rob Herring <robh@kernel.org>
> > Some consistency in the subject please "dt-bindings: arm: ..." Thanks Rob. Hello Shawn, Would you please take care of the subject line while applying the patch or should I send another revision? > > > --- > > Documentation/devicetree/bindings/arm/fsl.txt | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > With that, > > Acked-by: Rob Herring <robh@kernel.org> Regards Harry++
On Thu, Feb 16, 2017 at 07:44:51AM +0000, Harninder Rai wrote: > > > > Some consistency in the subject please "dt-bindings: arm: ..." > Thanks Rob. > > Hello Shawn, > > Would you please take care of the subject line while applying the patch or should I send another revision? Applied 1/3 and this one with subject fixed as suggested. Shawn
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index c9c567a..f4f350b 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -179,6 +179,18 @@ LS1046A ARMv8 based RDB Board Required root node properties: - compatible = "fsl,ls1046a-rdb", "fsl,ls1046a"; +LS1088A SoC +Required root node properties: + - compatible = "fsl,ls1088a"; + +LS1088A ARMv8 based QDS Board +Required root node properties: + - compatible = "fsl,ls1088a-qds", "fsl,ls1088a"; + +LS1088A ARMv8 based RDB Board +Required root node properties: + - compatible = "fsl,ls1088a-rdb", "fsl,ls1088a"; + LS2080A SoC Required root node properties: - compatible = "fsl,ls2080a";
Signed-off-by: Harninder Rai <harninder.rai@nxp.com> --- Documentation/devicetree/bindings/arm/fsl.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+)