Skip to content
Commit 17631e8c authored by Sanket Goswami's avatar Sanket Goswami Committed by Wolfram Sang
Browse files

i2c: designware: Add driver support for AMD NAVI GPU



The Latest AMD NAVI GPU card has an integrated Type-C controller and
Designware I2C with PCI Interface. The PD controller for USB Type-C can
be accessed over I2C. The client driver is part of the USB Type-C UCSI
driver.

Also, there exists a couple of notable IP limitations that are dealt as
workarounds:
- I2C transaction work on a polling mode as IP does not generate
interrupt.
- I2C read command sent twice to address the IP issues.
- AMD NAVI GPU based products are already in the commercial market,
  hence some of the I2C parameters are statically programmed as they
  can not be part of the ACPI table.

Reviewed-by: default avatarShyam Sundar S K <Shyam-sundar.S-k@amd.com>
Co-developed-by: default avatarNehal Bakulchandra Shah <Nehal-Bakulchandra.shah@amd.com>
Signed-off-by: default avatarNehal Bakulchandra Shah <Nehal-Bakulchandra.shah@amd.com>
Signed-off-by: default avatarSanket Goswami <Sanket.Goswami@amd.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 4a769542
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment