Skip to content

Commit

Permalink
IIC: andes: atciic100: Pass slave device DTS settings to the I2C fram…
Browse files Browse the repository at this point in the history
…ework for slave device initialization.

Signed-off-by: CL Wang <[email protected]>
  • Loading branch information
CL Wang committed Jan 4, 2024
1 parent aaadbe5 commit 9fbd728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/i2c/busses/i2c-atciic100.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ static int atciic_probe(struct platform_device *pdev)
padap->algo = &atciic_algorithm;
padap->class = I2C_CLASS_HWMON;
padap->dev.parent = &pdev->dev;
padap->dev.of_node = pdev->dev.of_node;
padap->algo_data = iface;
padap->timeout = 3 * HZ;
padap->retries = 1;
Expand Down

0 comments on commit 9fbd728

Please sign in to comment.