drivers: serial: add missed binding for xen dom0 consoleio driver
Add missed binding and appropriate changes for Xen Dom0/Dom0less UART driver. Signed-off-by: Mykola Kvach <mykola_kvach@epam.com>
This commit is contained in:
parent
651ffb1d06
commit
739ec3072b
4 changed files with 11 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
xen_consoleio_hvc: hvc {
|
||||
compatible = "xen,uart_hvc";
|
||||
compatible = "xen,hvc-consoleio";
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue