]> git.baikalelectronics.ru Git - uboot.git/commit
serial: stm32x7: align compatible with kernel one
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 8 Jun 2017 07:26:54 +0000 (09:26 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 12 Jun 2017 12:38:13 +0000 (08:38 -0400)
commitdb77c53aa48dfd5a0df7cb6ff9ebd4e178256830
tree06f8a43ff91eae396471df907bdfe8bc58739663
parent5df2418f92f2c8c8255039d2cc9983beef93f945
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: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Christophe KERELLO <christophe.kerello@st.com>
Reviewed-by: Patrick DELAUNAY <patrick.delaunay@st.com>
Acked-by: Vikas MANOCHA <vikas.manocha@st.com>
arch/arm/dts/stm32f746.dtsi
drivers/serial/serial_stm32x7.c