Skip to content
Snippets Groups Projects
Commit 1113ad49 authored by Patrice Chotard's avatar Patrice Chotard Committed by Tom Rini
Browse files

serial: stm32x7: align compatible with kernel one


stm32x7.c driver is dedicated for STM32F7.
In kernel, "st,stm32-usart" and "st,stm32-uart" compatible
strings are dedicated for STM32F4.

To keep U-boot and kernel aligned, replace the serial compatible
string from "st,stm32-usart", "st,stm32-uart" to
"st,stm32f7-usart", "st,stm32f7-uart" specific for STM32F7.

Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
Reviewed-by: default avatarChristophe KERELLO <christophe.kerello@st.com>
Reviewed-by: default avatarPatrick DELAUNAY <patrick.delaunay@st.com>
Acked-by: default avatarVikas MANOCHA <vikas.manocha@st.com>
parent 22929bec
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment