Skip to content

Commit 1630eee

Browse files
committed
Merge branch 'arm/fixes' into arm/late
Two bugfixes that came in to update the MAINTAINERS file and fix an issue with USB on the uniphier platform. * arm/fixes: arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC ARM: dts: uniphier: Fix USB interrupts for PXs2 SoC MAINTAINERS: add ARM/APPLE MACHINE mailing list
2 parents 0d98fbc + 879bcfc commit 1630eee

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,7 @@ ARM/APPLE MACHINE SUPPORT
18241824
M: Hector Martin <[email protected]>
18251825
M: Sven Peter <[email protected]>
18261826
R: Alyssa Rosenzweig <[email protected]>
1827+
18271828
L: [email protected] (moderated for non-subscribers)
18281829
S: Maintained
18291830
W: https://asahilinux.org

arch/arm/boot/dts/uniphier-pxs2.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@
597597
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
598598
status = "disabled";
599599
reg = <0x65a00000 0xcd00>;
600-
interrupt-names = "host", "peripheral";
601-
interrupts = <0 134 4>, <0 135 4>;
600+
interrupt-names = "dwc_usb3";
601+
interrupts = <0 134 4>;
602602
pinctrl-names = "default";
603603
pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb2>;
604604
clock-names = "ref", "bus_early", "suspend";
@@ -693,8 +693,8 @@
693693
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
694694
status = "disabled";
695695
reg = <0x65c00000 0xcd00>;
696-
interrupt-names = "host", "peripheral";
697-
interrupts = <0 137 4>, <0 138 4>;
696+
interrupt-names = "dwc_usb3";
697+
interrupts = <0 137 4>;
698698
pinctrl-names = "default";
699699
pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb3>;
700700
clock-names = "ref", "bus_early", "suspend";

arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,8 @@
599599
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
600600
status = "disabled";
601601
reg = <0x65a00000 0xcd00>;
602-
interrupt-names = "host", "peripheral";
603-
interrupts = <0 134 4>, <0 135 4>;
602+
interrupt-names = "dwc_usb3";
603+
interrupts = <0 134 4>;
604604
pinctrl-names = "default";
605605
pinctrl-0 = <&pinctrl_usb0>, <&pinctrl_usb2>;
606606
clock-names = "ref", "bus_early", "suspend";
@@ -701,8 +701,8 @@
701701
compatible = "socionext,uniphier-dwc3", "snps,dwc3";
702702
status = "disabled";
703703
reg = <0x65c00000 0xcd00>;
704-
interrupt-names = "host", "peripheral";
705-
interrupts = <0 137 4>, <0 138 4>;
704+
interrupt-names = "dwc_usb3";
705+
interrupts = <0 137 4>;
706706
pinctrl-names = "default";
707707
pinctrl-0 = <&pinctrl_usb1>, <&pinctrl_usb3>;
708708
clock-names = "ref", "bus_early", "suspend";

0 commit comments

Comments
 (0)