Re: [PATCH V3 1/5] DT: mfd: add device-tree binding doc fro PMIC max77620/max20024
From: Rob Herring <robh@kernel.org>
Date: 2016-01-15 02:55:20
Also in:
linux-gpio, linux-rtc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-01-15 02:55:20
Also in:
linux-gpio, linux-rtc, lkml
On Thu, Jan 14, 2016 at 05:02:42PM +0530, Laxman Dewangan wrote:
The MAXIM PMIC MAX77620 and MAX20024 are power management IC which supports RTC, GPIO, DCDC/LDO regulators, interrupt, watchdog etc. Add DT binding document for the different functionality of this device. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> --- Changes from V1: - Added units in some of properties. - Change the boolean property to tristate type and detail some of properties. Change from V2: - added unit in period related dt property. Documentation/devicetree/bindings/mfd/max77620.txt | 397 +++++++++++++++++++++ include/dt-bindings/mfd/max77620.h | 38 ++ 2 files changed, 435 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/max77620.txt create mode 100644 include/dt-bindings/mfd/max77620.h
Acked-by: Rob Herring <robh@kernel.org>