Commit 62a2e633 authored by Vaibhav Hiremath's avatar Vaibhav Hiremath Committed by Lee Jones

mfd: 88pm80x: Add 88pm860 chip type support

Add chip identification support for 88PM860 device
to the pm80x_chip_mapping table.
Signed-off-by: default avatarVaibhav Hiremath <vaibhav.hiremath@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 385c0012
...@@ -33,6 +33,8 @@ static struct pm80x_chip_mapping chip_mapping[] = { ...@@ -33,6 +33,8 @@ static struct pm80x_chip_mapping chip_mapping[] = {
{0x3, CHIP_PM800}, {0x3, CHIP_PM800},
/* 88PM805 chip id number */ /* 88PM805 chip id number */
{0x0, CHIP_PM805}, {0x0, CHIP_PM805},
/* 88PM860 chip id number */
{0x4, CHIP_PM860},
}; };
/* /*
......
...@@ -21,6 +21,7 @@ enum { ...@@ -21,6 +21,7 @@ enum {
CHIP_INVALID = 0, CHIP_INVALID = 0,
CHIP_PM800, CHIP_PM800,
CHIP_PM805, CHIP_PM805,
CHIP_PM860,
CHIP_MAX, CHIP_MAX,
}; };
......
Markdown is supported
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