From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mslow2.mail.gandi.net ([217.70.178.242]:51568 "EHLO mslow2.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726921AbfGELBL (ORCPT ); Fri, 5 Jul 2019 07:01:11 -0400 From: Gregory CLEMENT Subject: Re: [PATCH 1/2] dt-bindings: i2c: mv64xxx: Fix the example compatible In-Reply-To: <20190703095338.11266-1-maxime.ripard@bootlin.com> References: <20190703095338.11266-1-maxime.ripard@bootlin.com> Date: Fri, 05 Jul 2019 12:34:12 +0200 Message-ID: <87k1cwg47v.fsf@FE-laptop> MIME-Version: 1.0 Content-Type: text/plain Sender: devicetree-owner@vger.kernel.org To: Maxime Ripard , Wolfram Sang , Mark Rutland , Rob Herring , Frank Rowand Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org List-ID: Maxime Ripard writes: > One example has a compatible that isn't a valid combination according to > the binding, and now that the examples are validated as well, this > generates a warning. > > Let's fix this. > > Signed-off-by: Maxime Ripard Acked-by: Gregory CLEMENT Thanks, Gregory > --- > Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml > index 9a5654ef5670..001f2b7abad0 100644 > --- a/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml > @@ -105,7 +105,7 @@ examples: > > - | > i2c@11000 { > - compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c"; > + compatible = "marvell,mv78230-i2c"; > reg = <0x11000 0x100>; > interrupts = <29>; > clock-frequency = <100000>; > -- > 2.21.0 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com