On Thu, 18 Oct 2018 09:02:11 +0000, Pascal PAILLET-LME wrote: > From: pascal paillet <p.paillet@xxxxxx> > > stpmic1 is a pmic from STMicroelectronics. The STPMIC1 integrates 10 > regulators , 3 switches, a watchdog and an input for a power on key. > > Signed-off-by: pascal paillet <p.paillet@xxxxxx> > --- > changes in v4: > * remove interrupt-parent description > * pmic1@33 renamed to pmic@33 > * fix indentation > > .../devicetree/bindings/mfd/st,stpmic1.txt | 131 +++++++++++++++++++++ > include/dt-bindings/mfd/st,stpmic1.h | 46 ++++++++ > 2 files changed, 177 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mfd/st,stpmic1.txt > create mode 100644 include/dt-bindings/mfd/st,stpmic1.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>