From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Pankaj Gupta <pankaj.gupta@nxp.com>,
shawnguo@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
gaurav.jain@nxp.com, sahil.malhotra@nxp.com,
aisheng.dong@nxp.com, V.Sethi@nxp.com
Subject: Re: [PATCH v2 2/7] arm64: dts: imx93-11x11-evk: added ele-mu
Date: Wed, 19 Apr 2023 15:02:44 +0200 [thread overview]
Message-ID: <c568f571-22ee-0d85-043f-4673d76bf364@linaro.org> (raw)
In-Reply-To: <20230419175538.855493-3-pankaj.gupta@nxp.com>
On 19/04/2023 19:55, Pankaj Gupta wrote:
> adde support for ele-mu for imx93-11x11-evk.
Typo, missing capital letter.
>
> Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>
> ---
> arch/arm64/boot/dts/freescale/imx93.dtsi | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi
> index 41efd97dd6d6..ffb7cb8ed228 100644
> --- a/arch/arm64/boot/dts/freescale/imx93.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx93.dtsi
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> /*
> - * Copyright 2022 NXP
> + * Copyright 2022-2022 NXP
?
> */
>
> #include <dt-bindings/clock/imx93-clock.h>
> @@ -741,5 +741,14 @@ media_blk_ctrl: system-controller@4ac10000 {
> #power-domain-cells = <1>;
> status = "disabled";
> };
Missing blank line.
> + ele_mu: ele-mu {
Node names should be generic.
https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation
> + compatible = "fsl,imx93-ele";
> + mboxes = <&s4muap 0 0 &s4muap 1 0>;
Two phandles, not one.
> + mbox-names = "tx", "rx";
> + fsl,ele_mu_did = <3>;
> + fsl,ele_mu_id = <2>;
> + fsl,ele_mu_max_users = <4>;
> + status = "okay";
Why do you need it?
Run your patches through internal review to fix such obvious mistakes.
There is entire NXP to help you, instead of relying on us to fix trivial
code style.
> + };
> };
> };
Best regards,
Krzysztof
next prev parent reply other threads:[~2023-04-19 13:02 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-19 17:55 [PATCH v2 0/7] *** firmware: imx: NXP Edgelock Enclave MUAP Driver *** Pankaj Gupta
2023-04-19 13:00 ` Krzysztof Kozlowski
2023-04-19 17:55 ` [PATCH v2 1/7] doc: device tree binding addition for ele MU Pankaj Gupta
2023-04-19 12:59 ` Krzysztof Kozlowski
2023-04-19 18:21 ` Rob Herring
2023-04-19 17:55 ` [PATCH v2 2/7] arm64: dts: imx93-11x11-evk: added ele-mu Pankaj Gupta
2023-04-19 13:02 ` Krzysztof Kozlowski [this message]
2023-04-19 17:55 ` [PATCH v2 3/7] arm64: dts: imx93-11x11-evk: reserved mem-ranges to constrain ele-mu dma-range Pankaj Gupta
2023-04-19 17:55 ` [PATCH v2 4/7] arm64: dts: imx8ulp-evk: added ele-mu Pankaj Gupta
2023-04-19 17:55 ` [PATCH v2 5/7] arm64: dts: imx8ulp-evk: reserved mem-ranges to constrain ele-mu dma-range Pankaj Gupta
2023-04-19 17:55 ` [PATCH v2 6/7] firmware: imx: add ELE MU driver support Pankaj Gupta
2023-04-19 17:55 ` [PATCH v2 7/7] MAINTAINERS: Added maintainer details Pankaj Gupta
2023-04-19 13:00 ` Krzysztof Kozlowski
2023-04-24 14:07 ` [PATCH v2 0/7] *** firmware: imx: NXP Edgelock Enclave MUAP Driver *** Daniel Baluta
2023-06-30 6:31 ` [EXT] " Pankaj Gupta
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=c568f571-22ee-0d85-043f-4673d76bf364@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=V.Sethi@nxp.com \
--cc=aisheng.dong@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=gaurav.jain@nxp.com \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pankaj.gupta@nxp.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=sahil.malhotra@nxp.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).