summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2020-06-23 14:46:12 +0300
committerMasahiro Yamada <yamada.masahiro@socionext.com>2020-07-07 12:37:04 +0300
commit2b1b1267080fe822789d0845a58ebb452724736b (patch)
tree16a2244d668762eb49f4a93ac8d93b01b02d5202 /arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
parent48778464bb7d346b47157d21ffde2af6b2d39110 (diff)
downloadlinux-2b1b1267080fe822789d0845a58ebb452724736b.tar.xz
arm64: 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=arm64 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/arm64/boot/dts/socionext/uniphier-ld20-ref.dts')
-rw-r--r--arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
index eeb976e7892d..709908d5812b 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
+++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts
@@ -42,6 +42,10 @@
interrupts = <0 8>;
};
+&serialsc {
+ interrupts = <0 8>;
+};
+
&serial0 {
status = "okay";
};