devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dinh Nguyen <dinguyen@kernel.org>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: spcfpga: Align GIC, NAND and UART nodenames with dtschema
Date: Mon, 6 Jul 2020 13:58:38 -0500	[thread overview]
Message-ID: <eaf63c21-5e90-84ad-6c93-ea3dd1c4196e@kernel.org> (raw)
In-Reply-To: <20200629081629.13653-1-krzk@kernel.org>



On 6/29/20 3:16 AM, Krzysztof Kozlowski wrote:
> Fix dtschema validator warnings like:
>     intc@fffc1000: $nodename:0:
>         'intc@fffc1000' does not match '^interrupt-controller(@[0-9a-f,]+)*$'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
> index d1fc9c2055f4..9498d1de730c 100644
> --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
> +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
> @@ -77,7 +77,7 @@
>  		method = "smc";
>  	};
>  
> -	intc: intc@fffc1000 {
> +	intc: interrupt-controller@fffc1000 {
>  		compatible = "arm,gic-400", "arm,cortex-a15-gic";
>  		#interrupt-cells = <3>;
>  		interrupt-controller;
> @@ -302,7 +302,7 @@
>  			status = "disabled";
>  		};
>  
> -		nand: nand@ffb90000 {
> +		nand: nand-controller@ffb90000 {
>  			#address-cells = <1>;
>  			#size-cells = <0>;
>  			compatible = "altr,socfpga-denali-nand";
> @@ -445,7 +445,7 @@
>  			clock-names = "timer";
>  		};
>  
> -		uart0: serial0@ffc02000 {
> +		uart0: serial@ffc02000 {
>  			compatible = "snps,dw-apb-uart";
>  			reg = <0xffc02000 0x100>;
>  			interrupts = <0 108 4>;
> @@ -456,7 +456,7 @@
>  			status = "disabled";
>  		};
>  
> -		uart1: serial1@ffc02100 {
> +		uart1: serial@ffc02100 {
>  			compatible = "snps,dw-apb-uart";
>  			reg = <0xffc02100 0x100>;
>  			interrupts = <0 109 4>;
> 

Added the correct Fixes annotation and applied, thanks!
Dinh

      reply	other threads:[~2020-07-06 18:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-29  8:16 [PATCH] arm64: dts: spcfpga: Align GIC, NAND and UART nodenames with dtschema Krzysztof Kozlowski
2020-07-06 18:58 ` Dinh Nguyen [this message]

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=eaf63c21-5e90-84ad-6c93-ea3dd1c4196e@kernel.org \
    --to=dinguyen@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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).