diff options
| author | Patrice Chotard <[email protected]> | 2017-09-27 15:44:49 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-10-08 16:19:56 -0400 |
| commit | 75d5853ffc304a8f1432ed50846d592113519b1f (patch) | |
| tree | 8356fadead7ec8edce1f66d38889c0ba0632b175 /drivers | |
| parent | 2a52a9527ab404be6f81bacf70a484fe993d7d44 (diff) | |
serial: stm32x7: remove stm32f7-usart and stm32h7-usart compatible
This patch remove the extra compatibility string "st,stm32h7-usart"
and "st,stm32f7-usart" to avoid confusion, save some time & space.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Vikas Manocha <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/serial/serial_stm32x7.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/serial_stm32x7.c b/drivers/serial/serial_stm32x7.c index 2f4eafa885a..bafcc36efc4 100644 --- a/drivers/serial/serial_stm32x7.c +++ b/drivers/serial/serial_stm32x7.c @@ -110,9 +110,7 @@ static int stm32_serial_probe(struct udevice *dev) #if CONFIG_IS_ENABLED(OF_CONTROL) static const struct udevice_id stm32_serial_id[] = { - {.compatible = "st,stm32f7-usart"}, {.compatible = "st,stm32f7-uart"}, - {.compatible = "st,stm32h7-usart"}, {.compatible = "st,stm32h7-uart"}, {} }; |
