Skip to content

Commit

Permalink
Merge pull request 'IIC: andes: atciic100: Pass slave device DTS sett…
Browse files Browse the repository at this point in the history
…ings to the I2C framework for slave device initialization.' (torvalds#105) from ast-540-i2c-slave_dev_init-cl634 into RISCV-Linux-6.1

Reviewed-on: https://gitea.andestech.com/RD-SW/linux/pulls/105
Reviewed-by: Dylan Dai-Rong Jhong <[email protected]>
Reviewed-by: Tim Shih-Ting OuYang <[email protected]>
Reviewed-by: Charles Ci-Jyun Wu <[email protected]>
  • Loading branch information
CL Chin-Long Wang committed Jan 8, 2024
2 parents aaadbe5 + 9fbd728 commit a5f803d
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 a5f803d

Please sign in to comment.