Message ID | 20181026084554.32290-1-pramod.kumar_1@nxp.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v2] dt-bindings: ls1012a: Add FRWY-LS1012A device tree binding | expand |
On Fri, 26 Oct 2018 08:45:26 +0000, Pramod Kumar wrote: > LS1012A-FRWY is an ls1012a based SoC board > Add device tree binding for LS1012A-FRWY board > > Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com> > --- > Change in v2: > -Change the subject line > > Documentation/devicetree/bindings/arm/fsl.txt | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
On Fri, Oct 26, 2018 at 08:45:26AM +0000, Pramod Kumar wrote: > LS1012A-FRWY is an ls1012a based SoC board > Add device tree binding for LS1012A-FRWY board > > Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com> It should really be sent together with "arm64: dts: ls1012a: Add FRWY-LS1012A board support" as a patch series. Applied, thanks.
On Wed, Oct 31, 2018 at 02:48:12PM +0800, Shawn Guo wrote: > On Fri, Oct 26, 2018 at 08:45:26AM +0000, Pramod Kumar wrote: > > LS1012A-FRWY is an ls1012a based SoC board > > Add device tree binding for LS1012A-FRWY board > > > > Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com> > > It should really be sent together with "arm64: dts: ls1012a: Add > FRWY-LS1012A board support" as a patch series. > > Applied, thanks. I dropped this patch from my 4.21 queue for now, as Rob is moving the bindings to json-schema during this development cycle. I will add the compatible back using json-schema format after 4.21-rc1 is available. Shawn
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index 8a1baa2b9723..1eda1f79eb43 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -155,6 +155,10 @@ LS1012A ARMv8 based FRDM Board Required root node properties: - compatible = "fsl,ls1012a-frdm", "fsl,ls1012a"; +LS1012A ARMv8 based FRWY Board +Required root node properties: + - compatible = "fsl,ls1012a-frwy", "fsl,ls1012a"; + LS1012A ARMv8 based QDS Board Required root node properties: - compatible = "fsl,ls1012a-qds", "fsl,ls1012a";
LS1012A-FRWY is an ls1012a based SoC board Add device tree binding for LS1012A-FRWY board Signed-off-by: Pramod Kumar <pramod.kumar_1@nxp.com> --- Change in v2: -Change the subject line Documentation/devicetree/bindings/arm/fsl.txt | 4 ++++ 1 file changed, 4 insertions(+)