diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2022-09-13 13:22:45 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-28 22:41:35 +0200 |
commit | c9c50dfdf6e491c4e29e8d4cfeb2d129c085eeea (patch) | |
tree | 792c41c1adb6df1c66dcca82103f34f0d4524361 /arch/arm/boot/dts/uniphier-sld8-ref.dts | |
parent | 888c701754a8af2cd9870e7dfbbf8bcc72915656 (diff) | |
download | linux-c9c50dfdf6e491c4e29e8d4cfeb2d129c085eeea.tar.gz |
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-sld8-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-sld8-ref.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/uniphier-sld8-ref.dts b/arch/arm/boot/dts/uniphier-sld8-ref.dts index b73647bafc63..2446f9e15360 100644 --- a/arch/arm/boot/dts/uniphier-sld8-ref.dts +++ b/arch/arm/boot/dts/uniphier-sld8-ref.dts @@ -36,11 +36,11 @@ }; ðsc { - interrupts = <0 8>; + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; }; &serialsc { - interrupts = <0 8>; + interrupts = <0 IRQ_TYPE_LEVEL_LOW>; }; &serial0 { |