Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: hip06: Correct hardware pin number of usb node

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>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>

authored by

Kefeng Wang and committed by
Wei Xu
4d75a171 1001354c

+2 -2
+2 -2
arch/arm64/boot/dts/hisilicon/hip06.dtsi
··· 322 322 compatible = "generic-ohci"; 323 323 reg = <0x0 0xa7030000 0x0 0x10000>; 324 324 interrupt-parent = <&mbigen_usb>; 325 - interrupts = <64 4>; 325 + interrupts = <640 4>; 326 326 dma-coherent; 327 327 status = "disabled"; 328 328 }; ··· 331 331 compatible = "generic-ehci"; 332 332 reg = <0x0 0xa7020000 0x0 0x10000>; 333 333 interrupt-parent = <&mbigen_usb>; 334 - interrupts = <65 4>; 334 + interrupts = <641 4>; 335 335 dma-coherent; 336 336 status = "disabled"; 337 337 };