From: Krzysztof Kozlowski <krzk@kernel.org>
To: Dong Aisheng <aisheng.dong@nxp.com>
Cc: devicetree@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/3] dt-bindings: mailbox: mu: add imx8qm support
Date: Thu, 19 Nov 2020 14:23:14 +0100 [thread overview]
Message-ID: <20201119132314.GC348129@kozik-lap> (raw)
In-Reply-To: <20201119125304.1279-3-aisheng.dong@nxp.com>
On Thu, Nov 19, 2020 at 08:53:04PM +0800, Dong Aisheng wrote:
> Add imx8qm support
>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> Documentation/devicetree/bindings/mailbox/fsl,mu.yaml | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> index 15cef82cd356..1a3dff277e2b 100644
> --- a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> @@ -34,12 +34,15 @@ properties:
> - fsl,imx8mm-mu
> - fsl,imx8mn-mu
> - fsl,imx8mp-mu
> + - fsl,imx8qm-mu
You add the compatible below, so decide which one is it. Please provide
also users of this compatible - DTS.
Best regards,
Krzysztof
> - fsl,imx8qxp-mu
> - const: fsl,imx6sx-mu
> - description: To communicate with i.MX8 SCU with fast IPC
> items:
> - const: fsl,imx8-mu-scu
> - - const: fsl,imx8qxp-mu
> + - enum:
> + - fsl,imx8qm-mu
> + - fsl,imx8qxp-mu
> - const: fsl,imx6sx-mu
>
> reg:
> --
> 2.23.0
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Dong Aisheng <aisheng.dong@nxp.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-imx@nxp.com, Rob Herring <robh+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH 3/3] dt-bindings: mailbox: mu: add imx8qm support
Date: Thu, 19 Nov 2020 14:23:14 +0100 [thread overview]
Message-ID: <20201119132314.GC348129@kozik-lap> (raw)
In-Reply-To: <20201119125304.1279-3-aisheng.dong@nxp.com>
On Thu, Nov 19, 2020 at 08:53:04PM +0800, Dong Aisheng wrote:
> Add imx8qm support
>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Cc: Shawn Guo <shawnguo@kernel.org>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> Documentation/devicetree/bindings/mailbox/fsl,mu.yaml | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> index 15cef82cd356..1a3dff277e2b 100644
> --- a/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/fsl,mu.yaml
> @@ -34,12 +34,15 @@ properties:
> - fsl,imx8mm-mu
> - fsl,imx8mn-mu
> - fsl,imx8mp-mu
> + - fsl,imx8qm-mu
You add the compatible below, so decide which one is it. Please provide
also users of this compatible - DTS.
Best regards,
Krzysztof
> - fsl,imx8qxp-mu
> - const: fsl,imx6sx-mu
> - description: To communicate with i.MX8 SCU with fast IPC
> items:
> - const: fsl,imx8-mu-scu
> - - const: fsl,imx8qxp-mu
> + - enum:
> + - fsl,imx8qm-mu
> + - fsl,imx8qxp-mu
> - const: fsl,imx6sx-mu
>
> reg:
> --
> 2.23.0
>
next prev parent reply other threads:[~2020-11-19 13:24 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-19 12:53 [PATCH 1/3] dt-bindings: mmc: imx: fix the wrongly dropped imx8qm compatible string Dong Aisheng
2020-11-19 12:53 ` Dong Aisheng
2020-11-19 12:53 ` [PATCH 2/3] dt-bindings: arm: fsl: add imx8qm boards " Dong Aisheng
2020-11-19 12:53 ` Dong Aisheng
2020-11-19 13:22 ` Krzysztof Kozlowski
2020-11-19 13:22 ` Krzysztof Kozlowski
2020-11-19 15:25 ` Aisheng Dong
2020-11-19 15:25 ` Aisheng Dong
2020-11-19 15:30 ` Krzysztof Kozlowski
2020-11-19 15:30 ` Krzysztof Kozlowski
2020-11-19 12:53 ` [PATCH 3/3] dt-bindings: mailbox: mu: add imx8qm support Dong Aisheng
2020-11-19 12:53 ` Dong Aisheng
2020-11-19 13:23 ` Krzysztof Kozlowski [this message]
2020-11-19 13:23 ` Krzysztof Kozlowski
2020-11-19 15:24 ` Aisheng Dong
2020-11-19 15:24 ` Aisheng Dong
2020-11-19 15:27 ` Krzysztof Kozlowski
2020-11-19 15:27 ` Krzysztof Kozlowski
2020-11-19 13:17 ` [PATCH 1/3] dt-bindings: mmc: imx: fix the wrongly dropped imx8qm compatible string Krzysztof Kozlowski
2020-11-19 13:17 ` Krzysztof Kozlowski
2020-11-19 15:21 ` Aisheng Dong
2020-11-19 15:21 ` Aisheng Dong
2020-11-19 15:25 ` Krzysztof Kozlowski
2020-11-19 15:25 ` Krzysztof Kozlowski
2020-11-23 12:28 ` Ulf Hansson
2020-11-23 12:28 ` Ulf Hansson
2020-11-24 7:02 ` Aisheng Dong
2020-11-24 7:02 ` Aisheng Dong
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=20201119132314.GC348129@kozik-lap \
--to=krzk@kernel.org \
--cc=aisheng.dong@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=robh+dt@kernel.org \
--cc=shawnguo@kernel.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.