Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1658494
| From | Guodong Xu <guodong.xu@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 3/8] dt-bindings: mfd: hi6421: Add hi6421v530 compatible string |
| Date | 2017-06-06 11:00 +0200 |
| Message-ID | <tPivg-6qB-37@gated-at.bofh.it> (permalink) |
| References | <tPivf-6qB-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add compatible string for HiSilicon Hi6421v530 PMIC. Signed-off-by: Guodong Xu <guodong.xu@linaro.org> Acked-for-mfd-by: Lee Jones <lee.jones@linaro.org> --- Documentation/devicetree/bindings/mfd/hi6421.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/mfd/hi6421.txt b/Documentation/devicetree/bindings/mfd/hi6421.txt index 0d5a446..22da96d 100644 --- a/Documentation/devicetree/bindings/mfd/hi6421.txt +++ b/Documentation/devicetree/bindings/mfd/hi6421.txt @@ -1,7 +1,9 @@ * HI6421 Multi-Functional Device (MFD), by HiSilicon Ltd. Required parent device properties: -- compatible : contains "hisilicon,hi6421-pmic"; +- compatible : One of the following chip-specific strings: + "hisilicon,hi6421-pmic"; + "hisilicon,hi6421v530-pmic"; - reg : register range space of hi6421; Supported Hi6421 sub-devices include: -- 2.10.2
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/8] MFD: add driver for HiSilicon Hi6421v530 PMIC Guodong Xu <guodong.xu@linaro.org> - 2017-06-06 11:00 +0200
[PATCH v4 8/8] arm64: defconfig: enable support hi6421v530 PMIC Guodong Xu <guodong.xu@linaro.org> - 2017-06-06 11:00 +0200
[PATCH v4 5/8] regulator: hi6421v530: add driver for hi6421v530 voltage regulator Guodong Xu <guodong.xu@linaro.org> - 2017-06-06 11:00 +0200
[PATCH v4 2/8] mfd: hi6421-pmic: cleanup: update dev_err messages Guodong Xu <guodong.xu@linaro.org> - 2017-06-06 11:00 +0200
Re: [PATCH v4 2/8] mfd: hi6421-pmic: cleanup: update dev_err messages Lee Jones <lee.jones@linaro.org> - 2017-06-06 16:00 +0200
[PATCH v4 6/8] regulator: hi6421: Describe consumed platform device Guodong Xu <guodong.xu@linaro.org> - 2017-06-06 11:00 +0200
[PATCH v4 1/8] mfd: hi6421-pmic: cleanup: change license text to shorter form Guodong Xu <guodong.xu@linaro.org> - 2017-06-06 11:00 +0200
Re: [PATCH v4 1/8] mfd: hi6421-pmic: cleanup: change license text to shorter form Lee Jones <lee.jones@linaro.org> - 2017-06-06 16:00 +0200
[PATCH v4 3/8] dt-bindings: mfd: hi6421: Add hi6421v530 compatible string Guodong Xu <guodong.xu@linaro.org> - 2017-06-06 11:00 +0200
[PATCH v4 4/8] mfd: hi6421-pmic: add support for HiSilicon Hi6421v530 Guodong Xu <guodong.xu@linaro.org> - 2017-06-06 11:00 +0200
Re: [PATCH v4 4/8] mfd: hi6421-pmic: add support for HiSilicon Hi6421v530 Lee Jones <lee.jones@linaro.org> - 2017-06-06 16:00 +0200
Re: [PATCH v4 4/8] mfd: hi6421-pmic: add support for HiSilicon Hi6421v530 Guodong Xu <guodong.xu@linaro.org> - 2017-06-07 09:10 +0200
[PATCH v4 7/8] arm64: dts: hikey960: add device node for pmic and regulators Guodong Xu <guodong.xu@linaro.org> - 2017-06-06 11:00 +0200
Re: [PATCH v4 0/8] MFD: add driver for HiSilicon Hi6421v530 PMIC Arnd Bergmann <arnd@arndb.de> - 2017-06-06 15:00 +0200
Re: [PATCH v4 0/8] MFD: add driver for HiSilicon Hi6421v530 PMIC Lee Jones <lee.jones@linaro.org> - 2017-06-06 16:00 +0200
Re: [PATCH v4 0/8] MFD: add driver for HiSilicon Hi6421v530 PMIC Arnd Bergmann <arnd@arndb.de> - 2017-06-07 09:20 +0200
csiph-web