Skip to content
Snippets Groups Projects
Commit 57e2c481 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent cad04990
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
reg = <0x65c00000 0x100>; reg = <0x65c00000 0x100>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usb1>; pinctrl-0 = <&pinctrl_usb1>;
interrupts = <0 135 4>; interrupts = <0 137 4>;
}; };
pinctrl: pinctrl@5f801000 { pinctrl: pinctrl@5f801000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment