From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v5 03/13] dt-bindings: mfd: Add bindings for sl28cpld Date: Mon, 13 Jul 2020 10:04:27 -0600 Message-ID: <20200713160427.GA303616@bogus> References: <20200706175353.16404-1-michael@walle.cc> <20200706175353.16404-4-michael@walle.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-io1-f65.google.com ([209.85.166.65]:44876 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729027AbgGMQEb (ORCPT ); Mon, 13 Jul 2020 12:04:31 -0400 Content-Disposition: inline In-Reply-To: <20200706175353.16404-4-michael@walle.cc> Sender: linux-pwm-owner@vger.kernel.org List-Id: linux-pwm@vger.kernel.org To: Michael Walle Cc: Li Yang , Greg Kroah-Hartman , linux-pwm@vger.kernel.org, Marc Zyngier , devicetree@vger.kernel.org, Thierry Reding , Linus Walleij , Shawn Guo , Guenter Roeck , Jean Delvare , linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Andy Shevchenko , Mark Brown , Bartosz Golaszewski , Rob Herring , Lee Jones , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.o On Mon, 06 Jul 2020 19:53:43 +0200, Michael Walle wrote: > Add a device tree bindings for the board management controller found on > the Kontron SMARC-sAL28 board. > > Signed-off-by: Michael Walle > --- > Changes since v4: > - fix the regex of the unit-address > > Changes since v3: > - see cover letter > > .../bindings/gpio/kontron,sl28cpld-gpio.yaml | 54 +++++++ > .../hwmon/kontron,sl28cpld-hwmon.yaml | 27 ++++ > .../kontron,sl28cpld-intc.yaml | 54 +++++++ > .../bindings/mfd/kontron,sl28cpld.yaml | 153 ++++++++++++++++++ > .../bindings/pwm/kontron,sl28cpld-pwm.yaml | 35 ++++ > .../watchdog/kontron,sl28cpld-wdt.yaml | 35 ++++ > 6 files changed, 358 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml > create mode 100644 Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/kontron,sl28cpld-intc.yaml > create mode 100644 Documentation/devicetree/bindings/mfd/kontron,sl28cpld.yaml > create mode 100644 Documentation/devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml > create mode 100644 Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml > Reviewed-by: Rob Herring