diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2022-09-13 06:22:45 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-28 22:41:35 +0200 |
commit | c9c50dfdf6e491c4e29e8d4cfeb2d129c085eeea (patch) | |
tree | 792c41c1adb6df1c66dcca82103f34f0d4524361 /arch/arm/boot/dts/uniphier-ld6b-ref.dts | |
parent | ARM: dts: uniphier: Rename gpio-hog node (diff) | |
download | linux-c9c50dfdf6e491c4e29e8d4cfeb2d129c085eeea.tar.xz linux-c9c50dfdf6e491c4e29e8d4cfeb2d129c085eeea.zip |
ARM: dts: uniphier: Use GIC interrupt definitions
Use human-readable definitions for GIC interrupt type and flag, instead of
hard-coding the numbers. No functional change.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20220913042249.4708-6-hayashi.kunihiko@socionext.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ld6b-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld6b-ref.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ld6b-ref.dts index 4f5e8848cecf..223a78b4a761 100644 --- a/arch/arm/boot/dts/uniphier-ld6b-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld6b-ref.dts @@ -40,11 +40,11 @@ }; ðsc { - interrupts = <4 8>; + interrupts = <4 IRQ_TYPE_LEVEL_LOW>; }; &serialsc { - interrupts = <4 8>; + interrupts = <4 IRQ_TYPE_LEVEL_LOW>; }; &serial0 { |