mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 08:39:08 -04:00
ARM: dts: uniphier: add interrupts to support card serial
Since commit e69f5dc623 ("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:
@@ -39,6 +39,10 @@ ðsc {
|
||||
interrupts = <1 8>;
|
||||
};
|
||||
|
||||
&serialsc {
|
||||
interrupts = <1 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -42,6 +42,10 @@ ðsc {
|
||||
interrupts = <4 8>;
|
||||
};
|
||||
|
||||
&serialsc {
|
||||
interrupts = <4 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -42,6 +42,10 @@ ðsc {
|
||||
interrupts = <2 8>;
|
||||
};
|
||||
|
||||
&serialsc {
|
||||
interrupts = <2 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -39,6 +39,10 @@ ðsc {
|
||||
interrupts = <0 8>;
|
||||
};
|
||||
|
||||
&serialsc {
|
||||
interrupts = <0 8>;
|
||||
};
|
||||
|
||||
&serial0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user