From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 2/2] dt-bindings: i2c: mv64xxx: Add YAML schemas Date: Tue, 11 Jun 2019 09:33:42 -0600 Message-ID: References: <20190611090309.7930-1-maxime.ripard@bootlin.com> <20190611090309.7930-2-maxime.ripard@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190611090309.7930-2-maxime.ripard@bootlin.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Maxime Ripard Cc: Mark Rutland , devicetree@vger.kernel.org, Wolfram Sang , Gregory Clement , Chen-Yu Tsai , Linux I2C , Frank Rowand , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" List-Id: devicetree@vger.kernel.org On Tue, Jun 11, 2019 at 3:03 AM Maxime Ripard wrote: > > Switch the DT binding to a YAML schema to enable the DT validation. > > Signed-off-by: Maxime Ripard > > --- > > Changes from v2: > - Remove the copy/pasted example and use the one we had before > > Changes from v1: > - Fix the maintainers > --- > .../devicetree/bindings/i2c/i2c-mv64xxx.txt | 64 --------- > .../bindings/i2c/marvell,mv64xxx-i2c.yaml | 124 ++++++++++++++++++ > 2 files changed, 124 insertions(+), 64 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt > create mode 100644 Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml Reviewed-by: Rob Herring