diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-06-23 14:46:11 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-07-07 12:35:42 +0300 |
commit | b5021cf9ce4e5ba931bb1561afdf4a57b7cc623b (patch) | |
tree | 5c6da7a5c698c26ef78af62e20a7c8dec6fbcf21 /arch/arm/boot/dts/uniphier-ld6b-ref.dts | |
parent | 48778464bb7d346b47157d21ffde2af6b2d39110 (diff) | |
download | linux-b5021cf9ce4e5ba931bb1561afdf4a57b7cc623b.tar.xz |
ARM: dts: uniphier: add interrupts to support card serial
Since commit e69f5dc623f9 ("dt-bindings: serial: Convert 8250 to
json-schema"), the schema for "ns16550a" is checked.
Since then, 'make ARCH=arm dtbs_check' is so noisy because the
required property 'interrupts' is missing.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
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, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ld6b-ref.dts index 079cadc11e6c..e0136846ee94 100644 --- a/arch/arm/boot/dts/uniphier-ld6b-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld6b-ref.dts @@ -42,6 +42,10 @@ interrupts = <4 8>; }; +&serialsc { + interrupts = <4 8>; +}; + &serial0 { status = "okay"; }; |