diff mbox series

[v3,1/2] dt-bindings: Add compatible string for LS1028A-QDS

Message ID 1542156591-3224-1-git-send-email-Bhaskar.Upadhaya@nxp.com (mailing list archive)
State New, archived
Headers show
Series [v3,1/2] dt-bindings: Add compatible string for LS1028A-QDS | expand

Commit Message

Bhaskar Upadhaya Nov. 14, 2018, 5:30 a.m. UTC
Signed-off-by: Sudhanshu Gupta <sudhanshu.gupta@nxp.com>
Signed-off-by: Rai Harninder <harninder.rai@nxp.com>
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 changes in v3:
  no change

 Documentation/devicetree/bindings/arm/fsl.txt | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Shawn Guo Nov. 28, 2018, 2:41 a.m. UTC | #1
On Wed, Nov 14, 2018 at 05:30:50AM +0000, Bhaskar Upadhaya wrote:
> Signed-off-by: Sudhanshu Gupta <sudhanshu.gupta@nxp.com>
> Signed-off-by: Rai Harninder <harninder.rai@nxp.com>
> Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
> Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
> Reviewed-by: Rob Herring <robh@kernel.org>
> ---
>  changes in v3:
>   no change
> 
>  Documentation/devicetree/bindings/arm/fsl.txt | 12 ++++++++++++
>  1 file changed, 12 insertions(+)

Applied both, thanks.
Shawn Guo Dec. 8, 2018, 2:14 a.m. UTC | #2
On Wed, Nov 28, 2018 at 10:41:50AM +0800, Shawn Guo wrote:
> On Wed, Nov 14, 2018 at 05:30:50AM +0000, Bhaskar Upadhaya wrote:
> > Signed-off-by: Sudhanshu Gupta <sudhanshu.gupta@nxp.com>
> > Signed-off-by: Rai Harninder <harninder.rai@nxp.com>
> > Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
> > Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@nxp.com>
> > Reviewed-by: Rob Herring <robh@kernel.org>
> > ---
> >  changes in v3:
> >   no change
> > 
> >  Documentation/devicetree/bindings/arm/fsl.txt | 12 ++++++++++++
> >  1 file changed, 12 insertions(+)
> 
> Applied both, 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 mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt
index a6e0471..b2f20ede 100644
--- a/Documentation/devicetree/bindings/arm/fsl.txt
+++ b/Documentation/devicetree/bindings/arm/fsl.txt
@@ -168,6 +168,18 @@  LS1012A ARMv8 based QDS Board
 Required root node properties:
     - compatible = "fsl,ls1012a-qds", "fsl,ls1012a";
 
+LS1028A SoC
+Required root node properties:
+    - compatible = "fsl,ls1028a";
+
+LS1028A ARMv8 based RDB Board
+Required root node properties:
+    - compatible = "fsl,ls1028a-rdb", "fsl,ls1028a"
+
+LS1028A ARMv8 based QDS Board
+Required root node properties:
+    - compatible = "fsl,ls1028a-qds", "fsl,ls1028a";
+
 LS1043A SoC
 Required root node properties:
     - compatible = "fsl,ls1043a";