mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
9131cb44ff
Introduce EN7581 SoC support with currently rfb board supported. This is a new 64bit SoC from Airoha that is currently almost fully supported upstream with only the DTS missing. Setting source-only waiting for the full upstream support to be completed. Link: https://github.com/openwrt/openwrt/pull/16730 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
306 B
Diff
12 lines
306 B
Diff
--- a/drivers/i2c/busses/i2c-mt7621.c
|
|
+++ b/drivers/i2c/busses/i2c-mt7621.c
|
|
@@ -85,7 +85,7 @@ static void mtk_i2c_reset(struct mtk_i2c
|
|
{
|
|
int ret;
|
|
|
|
- ret = device_reset(i2c->adap.dev.parent);
|
|
+ ret = device_reset_optional(i2c->adap.dev.parent);
|
|
if (ret)
|
|
dev_err(i2c->dev, "I2C reset failed!\n");
|
|
|