diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-10-30 13:43:36 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-10-30 13:43:36 +0100 |
commit | 0292f8a8f8e9d74ad8519c92d712039edb8f08b4 (patch) | |
tree | 5260aa3afcd24aa023543803512bccf6487b5eb7 /arch/arm/boot/dts/uniphier-ld4-ref.dts | |
parent | 2132910ec924bbbba62de36f19121f3ef79147d4 (diff) | |
parent | a1763a82a3e5896fa39b9e4e7b9f42c8f39390ae (diff) |
Merge tag 'uniphier-dt-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier into next/dt
Pull "UniPhier ARM SoC DT updates for v4.15" from Masahiro Yamada:
- add thermal monitor and thermal zone nodes
- fix W=2 warnings
- add GPIO controller nodes and related properties
- add resets properties
* tag 'uniphier-dt-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier:
ARM: dts: uniphier: add resets properties
ARM: dts: uniphier: add GPIO hog definition
ARM: dts: uniphier: route on-board device IRQ to GPIO controller
ARM: dts: uniphier: add GPIO controller nodes
ARM: dts: uniphier: fix W=2 build warnings
ARM: dts: uniphier: add nodes of thermal monitor and thermal zone for PXs2
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ld4-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld4-ref.dts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld4-ref.dts b/arch/arm/boot/dts/uniphier-ld4-ref.dts index b3aaab354f3e..0056852c4fb0 100644 --- a/arch/arm/boot/dts/uniphier-ld4-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld4-ref.dts @@ -38,7 +38,7 @@ }; ðsc { - interrupts = <0 49 4>; + interrupts = <1 8>; }; &serial0 { @@ -53,6 +53,14 @@ status = "okay"; }; +&gpio { + xirq1 { + gpio-hog; + gpios = <121 0>; + input; + }; +}; + &i2c0 { status = "okay"; }; |