diff mbox

ACPI: APD: Fix HID for Hisilicon Hip07/08

Message ID 1501234955-20921-1-git-send-email-guohanjun@huawei.com
State New
Headers show

Commit Message

Hanjun Guo July 28, 2017, 9:42 a.m. UTC
From: Hanjun Guo <hanjun.guo@linaro.org>


ACPI HID for Hisilicon Hip07/08 should be HISI02A1/2,
not HISI0A21/2, HISI02A1/2 was tested ok but was modified
by the stupid typo when upstream the patches (by me),
correct them to the right IDs (matching the IDs in
drivers/i2c/busses/i2c-designware-platdrv.c).

Fixes: 6e14cf361a0c <"ACPI / APD: Add clock frequency for Hisilicon Hip07/08 I2C controller">
Reported-by: Tao Tian <tiantao6@huawei.com>
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>

---
 drivers/acpi/acpi_apd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.12.4

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Rafael J. Wysocki Aug. 1, 2017, 11:15 p.m. UTC | #1
On Friday, July 28, 2017 05:42:35 PM Hanjun Guo wrote:
> From: Hanjun Guo <hanjun.guo@linaro.org>

> 

> ACPI HID for Hisilicon Hip07/08 should be HISI02A1/2,

> not HISI0A21/2, HISI02A1/2 was tested ok but was modified

> by the stupid typo when upstream the patches (by me),

> correct them to the right IDs (matching the IDs in

> drivers/i2c/busses/i2c-designware-platdrv.c).

> 

> Fixes: 6e14cf361a0c <"ACPI / APD: Add clock frequency for Hisilicon Hip07/08 I2C controller">

> Reported-by: Tao Tian <tiantao6@huawei.com>

> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>

> ---

>  drivers/acpi/acpi_apd.c | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)

> 

> diff --git a/drivers/acpi/acpi_apd.c b/drivers/acpi/acpi_apd.c

> index fc6c416..d5999eb 100644

> --- a/drivers/acpi/acpi_apd.c

> +++ b/drivers/acpi/acpi_apd.c

> @@ -180,8 +180,8 @@ static int acpi_apd_create_device(struct acpi_device *adev,

>  	{ "APMC0D0F", APD_ADDR(xgene_i2c_desc) },

>  	{ "BRCM900D", APD_ADDR(vulcan_spi_desc) },

>  	{ "CAV900D",  APD_ADDR(vulcan_spi_desc) },

> -	{ "HISI0A21", APD_ADDR(hip07_i2c_desc) },

> -	{ "HISI0A22", APD_ADDR(hip08_i2c_desc) },

> +	{ "HISI02A1", APD_ADDR(hip07_i2c_desc) },

> +	{ "HISI02A2", APD_ADDR(hip08_i2c_desc) },

>  #endif

>  	{ }

>  };

> 


Applied, thanks!

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/acpi/acpi_apd.c b/drivers/acpi/acpi_apd.c
index fc6c416..d5999eb 100644
--- a/drivers/acpi/acpi_apd.c
+++ b/drivers/acpi/acpi_apd.c
@@ -180,8 +180,8 @@  static int acpi_apd_create_device(struct acpi_device *adev,
 	{ "APMC0D0F", APD_ADDR(xgene_i2c_desc) },
 	{ "BRCM900D", APD_ADDR(vulcan_spi_desc) },
 	{ "CAV900D",  APD_ADDR(vulcan_spi_desc) },
-	{ "HISI0A21", APD_ADDR(hip07_i2c_desc) },
-	{ "HISI0A22", APD_ADDR(hip08_i2c_desc) },
+	{ "HISI02A1", APD_ADDR(hip07_i2c_desc) },
+	{ "HISI02A2", APD_ADDR(hip08_i2c_desc) },
 #endif
 	{ }
 };