devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Michal Simek <michal.simek@xilinx.com>,
	Nava kishore Manne <nava.manne@xilinx.com>,
	Rajan Vaja <rajan.vaja@xilinx.com>,
	Kalyani Akula <kalyani.akula@xilinx.com>,
	Manish Narani <manish.narani@xilinx.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema
Date: Wed, 8 Jul 2020 14:46:55 +0200	[thread overview]
Message-ID: <3c28bb72-35ae-6c76-6935-624e90316f71@xilinx.com> (raw)
In-Reply-To: <20200629081744.13916-1-krzk@kernel.org>



On 29. 06. 20 10:17, Krzysztof Kozlowski wrote:
> Fix dtschema validator warnings like:
>     smmu@fd800000: $nodename:0: 'smmu@fd800000' does not match '^iommu@[0-9a-f]*'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> index 9174ddc76bdc..2b82206eba02 100644
> --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
> @@ -601,7 +601,7 @@
>  			power-domains = <&zynqmp_firmware PD_SD_1>;
>  		};
>  
> -		smmu: smmu@fd800000 {
> +		smmu: iommu@fd800000 {
>  			compatible = "arm,mmu-500";
>  			reg = <0x0 0xfd800000 0x0 0x20000>;
>  			status = "disabled";
> 

Applied.

Thanks,
Michal

  reply	other threads:[~2020-07-08 12:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29  8:17 [PATCH] arm64: dts: xilinx: Align IOMMU nodename with dtschema Krzysztof Kozlowski
2020-07-08 12:46 ` Michal Simek [this message]
2020-08-16 11:21   ` Krzysztof Kozlowski
2020-08-17 10:31     ` Michal Simek

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=3c28bb72-35ae-6c76-6935-624e90316f71@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kalyani.akula@xilinx.com \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manish.narani@xilinx.com \
    --cc=nava.manne@xilinx.com \
    --cc=rajan.vaja@xilinx.com \
    --cc=robh+dt@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).