aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-08-31 10:24:15 -0300
committerWolfram Sang <wsa@the-dreams.de>2018-09-02 23:50:43 +0200
commit20fdcd760a63ea66335c58bceb175e7712ab18ff (patch)
tree6390a3f36b20c22b8178ea974236e6a7d4fd40ba /drivers/i2c
parentdt-bindings: imx-lpi2c: Remove mx8dv compatible entry (diff)
downloadlinux-dev-20fdcd760a63ea66335c58bceb175e7712ab18ff.tar.xz
linux-dev-20fdcd760a63ea66335c58bceb175e7712ab18ff.zip
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>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-imx-lpi2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-imx-lpi2c.c b/drivers/i2c/busses/i2c-imx-lpi2c.c
index 6d975f5221ca..06c4c767af32 100644
--- a/drivers/i2c/busses/i2c-imx-lpi2c.c
+++ b/drivers/i2c/busses/i2c-imx-lpi2c.c
@@ -538,7 +538,6 @@ static const struct i2c_algorithm lpi2c_imx_algo = {
static const struct of_device_id lpi2c_imx_of_match[] = {
{ .compatible = "fsl,imx7ulp-lpi2c" },
- { .compatible = "fsl,imx8dv-lpi2c" },
{ },
};
MODULE_DEVICE_TABLE(of, lpi2c_imx_of_match);