public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: wangkefeng.wang@huawei•com (Kefeng Wang)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 1/2] arm64: dts: hip05: fix its node without msi-cells
Date: Fri, 8 Apr 2016 11:32:32 +0800	[thread overview]
Message-ID: <57072650.30005@huawei.com> (raw)
In-Reply-To: <1459416820-18789-1-git-send-email-wangkefeng.wang@huawei.com>



On 2016/3/31 17:33, Kefeng Wang wrote:
> Fix commit abf9c25d55e8 ("arm64: dts: hip05: Append all gicv3 ITS
> entries"), it forgets the property msi-cell, see arm,gic-v3.txt.

Sorry, ignore this, will send v2, should #msi-cell.

> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei•com>
> ---
>  arch/arm64/boot/dts/hisilicon/hip05.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/hisilicon/hip05.dtsi b/arch/arm64/boot/dts/hisilicon/hip05.dtsi
> index 6319ff3..d1911ea 100644
> --- a/arch/arm64/boot/dts/hisilicon/hip05.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hip05.dtsi
> @@ -249,24 +249,28 @@
>  		its_peri: interrupt-controller at 8c000000 {
>  			compatible = "arm,gic-v3-its";
>  			msi-controller;
> +			msi-cells = <1>;
>  			reg = <0x0 0x8c000000 0x0 0x40000>;
>  		};
>  
>  		its_m3: interrupt-controller at a3000000 {
>  			compatible = "arm,gic-v3-its";
>  			msi-controller;
> +			msi-cells = <1>;
>  			reg = <0x0 0xa3000000 0x0 0x40000>;
>  		};
>  
>  		its_pcie: interrupt-controller at b7000000 {
>  			compatible = "arm,gic-v3-its";
>  			msi-controller;
> +			msi-cells = <1>;
>  			reg = <0x0 0xb7000000 0x0 0x40000>;
>  		};
>  
>  		its_dsa: interrupt-controller at c6000000 {
>  			compatible = "arm,gic-v3-its";
>  			msi-controller;
> +			msi-cells = <1>;
>  			reg = <0x0 0xc6000000 0x0 0x40000>;
>  		};
>  	};
> 

      parent reply	other threads:[~2016-04-08  3:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-31  9:33 [PATCH 1/2] arm64: dts: hip05: fix its node without msi-cells Kefeng Wang
2016-03-31  9:33 ` [PATCH 2/2] arm64: dts: hip05: Add nor flash support Kefeng Wang
2016-04-08  3:32 ` Kefeng Wang [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=57072650.30005@huawei.com \
    --to=wangkefeng.wang@huawei$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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