|
@@ -116,6 +116,10 @@ static const struct apd_device_desc hip08_i2c_desc = {
|
|
.setup = acpi_apd_setup,
|
|
.setup = acpi_apd_setup,
|
|
.fixed_clk_rate = 250000000,
|
|
.fixed_clk_rate = 250000000,
|
|
};
|
|
};
|
|
|
|
+static const struct apd_device_desc thunderx2_i2c_desc = {
|
|
|
|
+ .setup = acpi_apd_setup,
|
|
|
|
+ .fixed_clk_rate = 125000000,
|
|
|
|
+};
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#else
|
|
#else
|
|
@@ -180,6 +184,7 @@ static const struct acpi_device_id acpi_apd_device_ids[] = {
|
|
{ "APMC0D0F", APD_ADDR(xgene_i2c_desc) },
|
|
{ "APMC0D0F", APD_ADDR(xgene_i2c_desc) },
|
|
{ "BRCM900D", APD_ADDR(vulcan_spi_desc) },
|
|
{ "BRCM900D", APD_ADDR(vulcan_spi_desc) },
|
|
{ "CAV900D", APD_ADDR(vulcan_spi_desc) },
|
|
{ "CAV900D", APD_ADDR(vulcan_spi_desc) },
|
|
|
|
+ { "CAV9007", APD_ADDR(thunderx2_i2c_desc) },
|
|
{ "HISI02A1", APD_ADDR(hip07_i2c_desc) },
|
|
{ "HISI02A1", APD_ADDR(hip07_i2c_desc) },
|
|
{ "HISI02A2", APD_ADDR(hip08_i2c_desc) },
|
|
{ "HISI02A2", APD_ADDR(hip08_i2c_desc) },
|
|
#endif
|
|
#endif
|