瀏覽代碼

arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3

Commit 429f203eb712 ("arm64: dts: uniphier: route on-board device IRQ
to GPIO controller") missed to update this DTS.  It becames a real
problem when arm and arm64 trees are merged together.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Masahiro Yamada 7 年之前
父節點
當前提交
ba5b5034bd
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts

+ 2 - 1
arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts

@@ -38,7 +38,8 @@
 };
 
 &ethsc {
-	interrupts = <0 52 4>;
+	interrupt-parent = <&gpio>;
+	interrupts = <0 8>;
 };
 
 &serial0 {