From: xuwei5@hisilicon.com (Wei Xu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] arm64: dts: hip06: Correct hardware pin number of usb node
Date: Tue, 15 Nov 2016 16:17:09 +0000 [thread overview]
Message-ID: <582B3505.5060708@hisilicon.com> (raw)
In-Reply-To: <1474708465-38958-2-git-send-email-wangkefeng.wang@huawei.com>
Hi Kefeng,
On 2016/9/24 10:14, Kefeng Wang wrote:
> The ohci/ehci hardware pin number should be 640/641, correct them.
>
> Fixes: commit aa8d3e74f54d ("arm64: dts: Add initial dts for Hisilicon Hip06 D03 board")
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
Applied to the hisilicon soc tree.
Thanks!
Best Regards,
Wei
> arch/arm64/boot/dts/hisilicon/hip06.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hip06.dtsi b/arch/arm64/boot/dts/hisilicon/hip06.dtsi
> index 66b1bbf..be76f7d 100644
> --- a/arch/arm64/boot/dts/hisilicon/hip06.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hip06.dtsi
> @@ -322,7 +322,7 @@
> compatible = "generic-ohci";
> reg = <0x0 0xa7030000 0x0 0x10000>;
> interrupt-parent = <&mbigen_usb>;
> - interrupts = <64 4>;
> + interrupts = <640 4>;
> dma-coherent;
> status = "disabled";
> };
> @@ -331,7 +331,7 @@
> compatible = "generic-ehci";
> reg = <0x0 0xa7020000 0x0 0x10000>;
> interrupt-parent = <&mbigen_usb>;
> - interrupts = <65 4>;
> + interrupts = <641 4>;
> dma-coherent;
> status = "disabled";
> };
>
WARNING: multiple messages have this Message-ID (diff)
From: Wei Xu <xuwei5@hisilicon.com>
To: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
<linux-arm-kernel@lists.infradead.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will.deacon@arm.com>, <majun258@huawei.com>,
<guohanjun@huawei.com>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/5] arm64: dts: hip06: Correct hardware pin number of usb node
Date: Tue, 15 Nov 2016 16:17:09 +0000 [thread overview]
Message-ID: <582B3505.5060708@hisilicon.com> (raw)
In-Reply-To: <1474708465-38958-2-git-send-email-wangkefeng.wang@huawei.com>
Hi Kefeng,
On 2016/9/24 10:14, Kefeng Wang wrote:
> The ohci/ehci hardware pin number should be 640/641, correct them.
>
> Fixes: commit aa8d3e74f54d ("arm64: dts: Add initial dts for Hisilicon Hip06 D03 board")
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
Applied to the hisilicon soc tree.
Thanks!
Best Regards,
Wei
> arch/arm64/boot/dts/hisilicon/hip06.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hip06.dtsi b/arch/arm64/boot/dts/hisilicon/hip06.dtsi
> index 66b1bbf..be76f7d 100644
> --- a/arch/arm64/boot/dts/hisilicon/hip06.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hip06.dtsi
> @@ -322,7 +322,7 @@
> compatible = "generic-ohci";
> reg = <0x0 0xa7030000 0x0 0x10000>;
> interrupt-parent = <&mbigen_usb>;
> - interrupts = <64 4>;
> + interrupts = <640 4>;
> dma-coherent;
> status = "disabled";
> };
> @@ -331,7 +331,7 @@
> compatible = "generic-ehci";
> reg = <0x0 0xa7020000 0x0 0x10000>;
> interrupt-parent = <&mbigen_usb>;
> - interrupts = <65 4>;
> + interrupts = <641 4>;
> dma-coherent;
> status = "disabled";
> };
>
next prev parent reply other threads:[~2016-11-15 16:17 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-24 9:14 [PATCH 0/5] arm64: dts: hisilicon: Hip06 fix and support Hip07 D05 board Kefeng Wang
2016-09-24 9:14 ` Kefeng Wang
2016-09-24 9:14 ` [PATCH 1/5] arm64: dts: hip06: Correct hardware pin number of usb node Kefeng Wang
2016-09-24 9:14 ` Kefeng Wang
2016-10-24 3:40 ` [PATCH] arm64: dts: hip06: Fix no reg property warning Kefeng Wang
2016-11-15 16:13 ` Wei Xu
2016-11-15 16:17 ` Wei Xu [this message]
2016-11-15 16:17 ` [PATCH 1/5] arm64: dts: hip06: Correct hardware pin number of usb node Wei Xu
2016-09-24 9:14 ` [PATCH 2/5] Documentation: arm64: Add Hisilicon Hip07 D05 dts binding Kefeng Wang
2016-09-24 9:14 ` Kefeng Wang
2016-11-15 16:17 ` Wei Xu
2016-11-15 16:17 ` Wei Xu
2016-09-24 9:14 ` [PATCH 3/5] arm64: dts: hisilicon: Add initial dts for Hip07 D05 board Kefeng Wang
2016-09-24 9:14 ` Kefeng Wang
2016-11-15 16:18 ` Wei Xu
2016-11-15 16:18 ` Wei Xu
2016-09-24 9:14 ` [PATCH 4/5] tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irq Kefeng Wang
2016-09-24 9:14 ` Kefeng Wang
2016-09-24 9:14 ` [PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART Kefeng Wang
2016-09-24 9:14 ` Kefeng Wang
2016-09-27 10:57 ` Greg Kroah-Hartman
2016-09-27 10:57 ` Greg Kroah-Hartman
2016-09-27 13:15 ` Kefeng Wang
2016-09-27 13:15 ` Kefeng Wang
2016-10-24 3:59 ` Kefeng Wang
2016-10-24 3:59 ` Kefeng Wang
2016-10-27 15:18 ` Greg Kroah-Hartman
2016-10-27 15:18 ` Greg Kroah-Hartman
2016-10-30 8:49 ` Kefeng Wang
2016-10-30 8:49 ` Kefeng Wang
2016-10-30 13:31 ` Greg Kroah-Hartman
2016-10-30 13:31 ` Greg Kroah-Hartman
2016-10-31 2:04 ` [PATCH RESEND] " Kefeng Wang
2016-10-31 2:04 ` Kefeng Wang
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=582B3505.5060708@hisilicon.com \
--to=xuwei5@hisilicon.com \
--cc=linux-arm-kernel@lists.infradead.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.