diff options
author | Vaibhav Hiremath <vaibhav.hiremath@linaro.org> | 2015-08-25 11:04:28 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-10-26 15:48:56 +0100 |
commit | 62a2e633474107a9ae93dfedf16341ec6414a907 (patch) | |
tree | 6e1d52f1096ce6b427c8eea99b6e34998f88fae1 /include | |
parent | mfd: cros_ec_i2c: Add OF match table (diff) | |
download | linux-62a2e633474107a9ae93dfedf16341ec6414a907.tar.xz linux-62a2e633474107a9ae93dfedf16341ec6414a907.zip |
mfd: 88pm80x: Add 88pm860 chip type support
Add chip identification support for 88PM860 device
to the pm80x_chip_mapping table.
Signed-off-by: Vaibhav Hiremath <vaibhav.hiremath@linaro.org>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/88pm80x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/88pm80x.h b/include/linux/mfd/88pm80x.h index 8fcad63fab55..d409ceb2231e 100644 --- a/include/linux/mfd/88pm80x.h +++ b/include/linux/mfd/88pm80x.h @@ -21,6 +21,7 @@ enum { CHIP_INVALID = 0, CHIP_PM800, CHIP_PM805, + CHIP_PM860, CHIP_MAX, }; |