summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-11-04 21:56:06 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-11-11 23:35:26 +0900
commit57e2c481c7a5a5a2e3d2831a4f20bd835178d6d7 (patch)
treef839981c4a05f683f55b150b0c49ecd68ec15cdc /arch
parentcad04990715f7eaecd45196e84cf10e9e3248dae (diff)
downloadblackbird-obmc-uboot-57e2c481c7a5a5a2e3d2831a4f20bd835178d6d7.tar.gz
blackbird-obmc-uboot-57e2c481c7a5a5a2e3d2831a4f20bd835178d6d7.zip
ARM: dts: uniphier: fix interrupt number of USB core for PH1-Pro4
The IRQ is not used in U-Boot, but this would be useful to sync device trees between Linux and U-Boot. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/uniphier-ph1-pro4.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/uniphier-ph1-pro4.dtsi b/arch/arm/dts/uniphier-ph1-pro4.dtsi
index a57f8ae335..a11b628f19 100644
--- a/arch/arm/dts/uniphier-ph1-pro4.dtsi
+++ b/arch/arm/dts/uniphier-ph1-pro4.dtsi
@@ -221,7 +221,7 @@
reg = <0x65c00000 0x100>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usb1>;
- interrupts = <0 135 4>;
+ interrupts = <0 137 4>;
};
pinctrl: pinctrl@5f801000 {
OpenPOWER on IntegriCloud