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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -42,6 +42,10 @@ &ethsc {
	interrupts = <0 8>;
};

&serialsc {
	interrupts = <0 8>;
};

&serial0 {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -42,6 +42,10 @@ &ethsc {
	interrupts = <0 8>;
};

&serialsc {
	interrupts = <0 8>;
};

&serial0 {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -43,6 +43,10 @@ &ethsc {
	interrupts = <4 8>;
};

&serialsc {
	interrupts = <4 8>;
};

&spi0 {
	status = "okay";
};