From: Wei Xu <xuwei5@hisilicon.com>
To: Shawn Guo <shawn.guo@linaro.org>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] arm64: dts: hi3798cv200: correct PCIe 'bus-range' setting
Date: Wed, 8 Jan 2020 19:37:18 +0800 [thread overview]
Message-ID: <5E15BEEE.2040100@hisilicon.com> (raw)
In-Reply-To: <20200107122908.18025-1-shawn.guo@linaro.org>
Hi Shawn,
On 2020/1/7 20:29, Shawn Guo wrote:
> The PCIe 'bus-range' setting is incorrect and causing the following
> message during boot.
>
> pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
>
> Correct it to get rid of the message.
>
> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Thanks!
Applied to the hisilicon arm64 dt tree.
Best Regards,
Wei
> ---
> arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
> index 0a30aaae6bf2..4d1a3d1fc31c 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
> @@ -569,7 +569,7 @@
> #address-cells = <3>;
> #size-cells = <2>;
> device_type = "pci";
> - bus-range = <0 15>;
> + bus-range = <0x00 0xff>;
> num-lanes = <1>;
> ranges = <0x81000000 0x0 0x00000000 0x4f00000 0x0 0x100000
> 0x82000000 0x0 0x3000000 0x3000000 0x0 0x01f00000>;
_______________________________________________
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: Wei Xu <xuwei5@hisilicon.com>
To: Shawn Guo <shawn.guo@linaro.org>
Cc: <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] arm64: dts: hi3798cv200: correct PCIe 'bus-range' setting
Date: Wed, 8 Jan 2020 19:37:18 +0800 [thread overview]
Message-ID: <5E15BEEE.2040100@hisilicon.com> (raw)
In-Reply-To: <20200107122908.18025-1-shawn.guo@linaro.org>
Hi Shawn,
On 2020/1/7 20:29, Shawn Guo wrote:
> The PCIe 'bus-range' setting is incorrect and causing the following
> message during boot.
>
> pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
>
> Correct it to get rid of the message.
>
> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Thanks!
Applied to the hisilicon arm64 dt tree.
Best Regards,
Wei
> ---
> arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
> index 0a30aaae6bf2..4d1a3d1fc31c 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
> @@ -569,7 +569,7 @@
> #address-cells = <3>;
> #size-cells = <2>;
> device_type = "pci";
> - bus-range = <0 15>;
> + bus-range = <0x00 0xff>;
> num-lanes = <1>;
> ranges = <0x81000000 0x0 0x00000000 0x4f00000 0x0 0x100000
> 0x82000000 0x0 0x3000000 0x3000000 0x0 0x01f00000>;
next prev parent reply other threads:[~2020-01-08 11:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-07 12:29 [PATCH] arm64: dts: hi3798cv200: correct PCIe 'bus-range' setting Shawn Guo
2020-01-07 12:29 ` Shawn Guo
2020-01-08 11:37 ` Wei Xu [this message]
2020-01-08 11:37 ` Wei Xu
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=5E15BEEE.2040100@hisilicon.com \
--to=xuwei5@hisilicon.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=shawn.guo@linaro.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.