“c244f389ff7d2b73f7c78bd57c1ca42af91ea51d”上不存在“tests/examples/JDBC/git@gitcode.net:qq_37101384/tdengine.git”
提交 9abd29e7 编写于 作者: W Wolfram Sang

i2c: rk3x: populate correct variable for sda_falling_time

Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
Reviewed-by: NDouglas Anderson <dianders@chromium.org>
Cc: stable@kernel.org
上级 1ec21837
......@@ -908,7 +908,7 @@ static int rk3x_i2c_probe(struct platform_device *pdev)
&i2c->scl_fall_ns))
i2c->scl_fall_ns = 300;
if (of_property_read_u32(pdev->dev.of_node, "i2c-sda-falling-time-ns",
&i2c->scl_fall_ns))
&i2c->sda_fall_ns))
i2c->sda_fall_ns = i2c->scl_fall_ns;
strlcpy(i2c->adap.name, "rk3x-i2c", sizeof(i2c->adap.name));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册