diff options
| author | Marek Vasut <[email protected]> | 2019-05-17 21:56:40 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-06-11 10:42:48 +0200 |
| commit | 6757fa57568837180892647802aaf8df7583e11b (patch) | |
| tree | be4c22db71fd439ca3ca7dd32714665d5fed76b3 | |
| parent | 8b23c17b82c7a81763d20e34abc1fc9dd0bb3b29 (diff) | |
serial: mxc: Add iMX6SX compatible string
Add compatible string for iMX6SX.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Silvio Fricke <[email protected]>
Cc: Stefano Babic <[email protected]>
| -rw-r--r-- | drivers/serial/serial_mxc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/serial_mxc.c b/drivers/serial/serial_mxc.c index 476df258059..a435e68005f 100644 --- a/drivers/serial/serial_mxc.c +++ b/drivers/serial/serial_mxc.c @@ -342,6 +342,7 @@ static int mxc_serial_ofdata_to_platdata(struct udevice *dev) } static const struct udevice_id mxc_serial_ids[] = { + { .compatible = "fsl,imx6sx-uart" }, { .compatible = "fsl,imx6ul-uart" }, { .compatible = "fsl,imx7d-uart" }, { .compatible = "fsl,imx6q-uart" }, |
