]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/acpi/acpi_apd.c
Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)
[linux.git] / drivers / acpi / acpi_apd.c
index 7cd0c9ac71ea2c10803a37db5e37550f3571094c..71511ae2dfcd9dc0227ad8cdda2a0424c2237c12 100644 (file)
@@ -160,11 +160,17 @@ static const struct apd_device_desc hip08_i2c_desc = {
        .setup = acpi_apd_setup,
        .fixed_clk_rate = 250000000,
 };
+
 static const struct apd_device_desc thunderx2_i2c_desc = {
        .setup = acpi_apd_setup,
        .fixed_clk_rate = 125000000,
 };
 
+static const struct apd_device_desc nxp_i2c_desc = {
+       .setup = acpi_apd_setup,
+       .fixed_clk_rate = 350000000,
+};
+
 static const struct apd_device_desc hip08_spi_desc = {
        .setup = acpi_apd_setup,
        .fixed_clk_rate = 250000000,
@@ -238,6 +244,7 @@ static const struct acpi_device_id acpi_apd_device_ids[] = {
        { "HISI02A1", APD_ADDR(hip07_i2c_desc) },
        { "HISI02A2", APD_ADDR(hip08_i2c_desc) },
        { "HISI0173", APD_ADDR(hip08_spi_desc) },
+       { "NXP0001", APD_ADDR(nxp_i2c_desc) },
 #endif
        { }
 };