Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1522898 > unrolled thread
| Started by | Wei Xu <xuwei5@hisilicon.com> |
|---|---|
| First post | 2016-11-15 17:30 +0100 |
| Last post | 2016-11-15 17:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/5] arm64: dts: hip06: Correct hardware pin number of usb node Wei Xu <xuwei5@hisilicon.com> - 2016-11-15 17:30 +0100
| From | Wei Xu <xuwei5@hisilicon.com> |
|---|---|
| Date | 2016-11-15 17:30 +0100 |
| Subject | Re: [PATCH 1/5] arm64: dts: hip06: Correct hardware pin number of usb node |
| Message-ID | <sDOMq-7jG-15@gated-at.bofh.it> |
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";
> };
>
Back to top | Article view | linux.kernel
csiph-web