Skip to content

Commit

Permalink
Merge tag 'uniphier-fixes-v4.15' of git://git.kernel.org/pub/scm/linu…
Browse files Browse the repository at this point in the history
…x/kernel/git/masahiroy/linux-uniphier into fixes

UniPhier ARM SoC fixes for v4.15

- Fix IRQ number of PXs3 SoC
- Remove redundant interrupt-parent properties
- Fix arm64 DT path in MAINTAINERS

* tag 'uniphier-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier:
  MAINTAINERS: exclude other Socionext SoC DT files from ARM/UNIPHIER entry
  arm64: dts: uniphier: remove unnecessary interrupt-parent
  arm64: dts: uniphier: correct on-board device IRQ number for PXs3

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Olof Johansson committed Dec 3, 2017
2 parents a760576 + 0308cad commit 8bd30f2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ F: arch/arm/boot/dts/uniphier*
F: arch/arm/include/asm/hardware/cache-uniphier.h
F: arch/arm/mach-uniphier/
F: arch/arm/mm/cache-uniphier.c
F: arch/arm64/boot/dts/socionext/
F: arch/arm64/boot/dts/socionext/uniphier*
F: drivers/bus/uniphier-system-bus.c
F: drivers/clk/uniphier/
F: drivers/gpio/gpio-uniphier.c
Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
};

&ethsc {
interrupt-parent = <&gpio>;
interrupts = <0 8>;
};

Expand Down
1 change: 0 additions & 1 deletion arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
};

&ethsc {
interrupt-parent = <&gpio>;
interrupts = <0 8>;
};

Expand Down
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
};

&ethsc {
interrupt-parent = <&gpio>;
interrupts = <0 8>;
interrupts = <4 8>;
};

&serial0 {
Expand Down

0 comments on commit 8bd30f2

Please sign in to comment.