diff options
author | Olof Johansson <olof@lixom.net> | 2017-12-02 20:00:35 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-12-02 20:00:35 -0500 |
commit | 8bd30f22984d58357dbef18d141fc1ef49d9994b (patch) | |
tree | cdfeafaec320839405dc95680b4dbd8dd3653350 | |
parent | a760576b683bf248a0c9b7a6e503ca14dcdd1b5d (diff) | |
parent | 0308cadcec379e510f498c48c34aafe582f1af88 (diff) |
Merge tag 'uniphier-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/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>
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | 1 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 1 | ||||
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 3 |
4 files changed, 2 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aa71ab52fd76..cbb89bb82d77 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2046,7 +2046,7 @@ F: arch/arm/boot/dts/uniphier* | |||
2046 | F: arch/arm/include/asm/hardware/cache-uniphier.h | 2046 | F: arch/arm/include/asm/hardware/cache-uniphier.h |
2047 | F: arch/arm/mach-uniphier/ | 2047 | F: arch/arm/mach-uniphier/ |
2048 | F: arch/arm/mm/cache-uniphier.c | 2048 | F: arch/arm/mm/cache-uniphier.c |
2049 | F: arch/arm64/boot/dts/socionext/ | 2049 | F: arch/arm64/boot/dts/socionext/uniphier* |
2050 | F: drivers/bus/uniphier-system-bus.c | 2050 | F: drivers/bus/uniphier-system-bus.c |
2051 | F: drivers/clk/uniphier/ | 2051 | F: drivers/clk/uniphier/ |
2052 | F: drivers/gpio/gpio-uniphier.c | 2052 | F: drivers/gpio/gpio-uniphier.c |
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts index dd7193acc7df..6bdefb26b329 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-ref.dts | |||
@@ -40,7 +40,6 @@ | |||
40 | }; | 40 | }; |
41 | 41 | ||
42 | ðsc { | 42 | ðsc { |
43 | interrupt-parent = <&gpio>; | ||
44 | interrupts = <0 8>; | 43 | interrupts = <0 8>; |
45 | }; | 44 | }; |
46 | 45 | ||
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts index d99e3731358c..254d6795c67e 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts | |||
@@ -40,7 +40,6 @@ | |||
40 | }; | 40 | }; |
41 | 41 | ||
42 | ðsc { | 42 | ðsc { |
43 | interrupt-parent = <&gpio>; | ||
44 | interrupts = <0 8>; | 43 | interrupts = <0 8>; |
45 | }; | 44 | }; |
46 | 45 | ||
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts index 864feeb35180..f9f06fcfb94a 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | |||
@@ -38,8 +38,7 @@ | |||
38 | }; | 38 | }; |
39 | 39 | ||
40 | ðsc { | 40 | ðsc { |
41 | interrupt-parent = <&gpio>; | 41 | interrupts = <4 8>; |
42 | interrupts = <0 8>; | ||
43 | }; | 42 | }; |
44 | 43 | ||
45 | &serial0 { | 44 | &serial0 { |