mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
arm64: dts: hip06: Correct hardware pin number of usb node
commit4d75a171b6upstream. The ohci/ehci hardware pin number should be 640/641, correct them. Fixes: commitaa8d3e74f5("arm64: dts: Add initial dts for Hisilicon Hip06 D03 board") Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
93f6891a38
commit
5ef54ae37b
|
|
@ -322,7 +322,7 @@ usb_ohci: ohci@a7030000 {
|
|||
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 @@ usb_ehci: ehci@a7020000 {
|
|||
compatible = "generic-ehci";
|
||||
reg = <0x0 0xa7020000 0x0 0x10000>;
|
||||
interrupt-parent = <&mbigen_usb>;
|
||||
interrupts = <65 4>;
|
||||
interrupts = <641 4>;
|
||||
dma-coherent;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user