]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: hip06: Correct hardware pin number of usb node
authorKefeng Wang <wangkefeng.wang@huawei.com>
Sat, 24 Sep 2016 09:14:21 +0000 (17:14 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Tue, 15 Nov 2016 10:36:13 +0000 (10:36 +0000)
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>
arch/arm64/boot/dts/hisilicon/hip06.dtsi

index b548763366dd65cb3ace314f6c26873341f4137f..af450413b9ddbe33d9e767714df4f248a83a5789 100644 (file)
                        compatible = "generic-ohci";
                        reg = <0x0 0xa7030000 0x0 0x10000>;
                        interrupt-parent = <&mbigen_usb>;
-                       interrupts = <64 4>;
+                       interrupts = <640 4>;
                        dma-coherent;
                        status = "disabled";
                };
                        compatible = "generic-ehci";
                        reg = <0x0 0xa7020000 0x0 0x10000>;
                        interrupt-parent = <&mbigen_usb>;
-                       interrupts = <65 4>;
+                       interrupts = <641 4>;
                        dma-coherent;
                        status = "disabled";
                };