Commit 2b1b1267 authored by Masahiro Yamada's avatar Masahiro Yamada

arm64: dts: uniphier: add interrupts to support card serial

Since commit e69f5dc6 ("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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 48778464
......@@ -42,6 +42,10 @@ &ethsc {
interrupts = <0 8>;
};
&serialsc {
interrupts = <0 8>;
};
&serial0 {
status = "okay";
};
......
......@@ -42,6 +42,10 @@ &ethsc {
interrupts = <0 8>;
};
&serialsc {
interrupts = <0 8>;
};
&serial0 {
status = "okay";
};
......
......@@ -43,6 +43,10 @@ &ethsc {
interrupts = <4 8>;
};
&serialsc {
interrupts = <4 8>;
};
&spi0 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment