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>
This commit is contained in:
parent
48778464bb
commit
b5021cf9ce
@ -39,6 +39,10 @@
|
||||
interrupts = <1 8>;
|
||||
};
|
||||
|
||||
&serialsc {
|
||||
interrupts = <1 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -42,6 +42,10 @@
|
||||
interrupts = <4 8>;
|
||||
};
|
||||
|
||||
&serialsc {
|
||||
interrupts = <4 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -42,6 +42,10 @@
|
||||
interrupts = <2 8>;
|
||||
};
|
||||
|
||||
&serialsc {
|
||||
interrupts = <2 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -39,6 +39,10 @@
|
||||
interrupts = <0 8>;
|
||||
};
|
||||
|
||||
&serialsc {
|
||||
interrupts = <0 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user