mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
i2c: tegra: Remove reset during init
This commit is contained in:
@@ -300,11 +300,6 @@ static int tegra_i2c_init(struct tegra_i2c_dev *i2c_dev)
|
||||
u32 val;
|
||||
int err = 0;
|
||||
|
||||
tegra_periph_reset_assert(i2c_dev->clk);
|
||||
msleep(1);
|
||||
tegra_periph_reset_deassert(i2c_dev->clk);
|
||||
msleep(1);
|
||||
|
||||
clk_enable(i2c_dev->clk);
|
||||
|
||||
if (i2c_dev->is_dvc)
|
||||
|
||||
Reference in New Issue
Block a user