All of lore.kernel.org
 help / color / mirror / Atom feed
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] dt-bindings: Add compatible string for LS1028A-QDS
Date: Wed, 31 Oct 2018 14:58:11 +0800	[thread overview]
Message-ID: <20181031065809.GH10386@tiger> (raw)
In-Reply-To: <1539760132-3386-2-git-send-email-Bhaskar.Upadhaya@nxp.com>

On Wed, Oct 17, 2018 at 11:49:48AM +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>

The bindings patch should generally go before rather than after the one
using it in a series.

Shawn

> ---
>  Documentation/devicetree/bindings/arm/fsl.txt | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt
> index ea08bf2..3e44804 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.txt
> +++ b/Documentation/devicetree/bindings/arm/fsl.txt
> @@ -163,6 +163,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";
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Bhaskar Upadhaya <bhaskar.upadhaya@nxp.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Sudhanshu Gupta <sudhanshu.gupta@nxp.com>,
	Harninder Rai <harninder.rai@nxp.com>,
	Rajesh Bhagat <rajesh.bhagat@nxp.com>,
	Leo Li <leoyang.li@nxp.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 2/2] dt-bindings: Add compatible string for LS1028A-QDS
Date: Wed, 31 Oct 2018 14:58:11 +0800	[thread overview]
Message-ID: <20181031065809.GH10386@tiger> (raw)
In-Reply-To: <1539760132-3386-2-git-send-email-Bhaskar.Upadhaya@nxp.com>

On Wed, Oct 17, 2018 at 11:49:48AM +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>

The bindings patch should generally go before rather than after the one
using it in a series.

Shawn

> ---
>  Documentation/devicetree/bindings/arm/fsl.txt | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt
> index ea08bf2..3e44804 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.txt
> +++ b/Documentation/devicetree/bindings/arm/fsl.txt
> @@ -163,6 +163,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";
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2018-10-31  6:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-17 11:49 [PATCH v2 1/2] arm64: dts: Add support for NXP LS1028A SoC Bhaskar Upadhaya
2018-10-17 11:49 ` Bhaskar Upadhaya
2018-10-17 11:49 ` [PATCH v2 2/2] dt-bindings: Add compatible string for LS1028A-QDS Bhaskar Upadhaya
2018-10-17 11:49   ` Bhaskar Upadhaya
2018-10-31  6:58   ` Shawn Guo [this message]
2018-10-31  6:58     ` Shawn Guo
2018-10-31  7:14 ` [PATCH v2 1/2] arm64: dts: Add support for NXP LS1028A SoC Shawn Guo
2018-10-31  7:14   ` Shawn Guo
2018-11-02  9:51   ` Bhaskar Upadhaya
2018-11-02  9:51     ` Bhaskar Upadhaya
2018-11-04  4:19     ` Shawn Guo
2018-11-04  4:19       ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181031065809.GH10386@tiger \
    --to=shawnguo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.