Skip to content

Commit 20fdcd7

Browse files
Fabio EstevamWolfram Sang
authored andcommitted
i2c: imx-lpi2c: Remove mx8dv compatible entry
mx8dv never entered into production and there is no other place in the kernel referring to this SoC, so remove it from the driver's compatible entry. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
1 parent f6eb893 commit 20fdcd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/i2c/busses/i2c-imx-lpi2c.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ static const struct i2c_algorithm lpi2c_imx_algo = {
538538

539539
static const struct of_device_id lpi2c_imx_of_match[] = {
540540
{ .compatible = "fsl,imx7ulp-lpi2c" },
541-
{ .compatible = "fsl,imx8dv-lpi2c" },
542541
{ },
543542
};
544543
MODULE_DEVICE_TABLE(of, lpi2c_imx_of_match);

0 commit comments

Comments
 (0)