Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5fe2faa authored by Amelie Delaunay's avatar Amelie Delaunay Committed by Mark Brown
Browse files

spi: stm32: fix compatible to fit with new bindings



This patch updates of_device_id compatible string to fit with new
bindings.

Signed-off-by: default avatarAmelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 567300d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1038,7 +1038,7 @@ static int stm32_spi_config(struct stm32_spi *spi)
}
}


static const struct of_device_id stm32_spi_of_match[] = {
static const struct of_device_id stm32_spi_of_match[] = {
	{ .compatible = "st,stm32-spi", },
	{ .compatible = "st,stm32h7-spi", },
	{},
	{},
};
};
MODULE_DEVICE_TABLE(of, stm32_spi_of_match);
MODULE_DEVICE_TABLE(of, stm32_spi_of_match);