diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-25 00:25:35 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-29 00:29:00 +0900 |
commit | b443fb4210cb760594ebb46899344cdda2dbb616 (patch) | |
tree | 4762c8002257782e6337ec10617be7052b9ce2dc /arch/arm/dts/uniphier-ld20-ref.dts | |
parent | e9986a4fa772f1d129725c5712e60298ee14f5b2 (diff) |
ARM: dts: uniphier: Sync with Linux 4.15-rc1
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ld20-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ld20-ref.dts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/dts/uniphier-ld20-ref.dts b/arch/arm/dts/uniphier-ld20-ref.dts index 1ca0c8620d..693371033c 100644 --- a/arch/arm/dts/uniphier-ld20-ref.dts +++ b/arch/arm/dts/uniphier-ld20-ref.dts @@ -40,13 +40,21 @@ }; ðsc { - interrupts = <0 48 4>; + interrupts = <0 8>; }; &serial0 { status = "okay"; }; +&gpio { + xirq0 { + gpio-hog; + gpios = <UNIPHIER_GPIO_IRQ(0) 0>; + input; + }; +}; + &i2c0 { status = "okay"; }; |