From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 81831EB64D7 for ; Tue, 13 Jun 2023 22:42:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238685AbjFMWmJ (ORCPT ); Tue, 13 Jun 2023 18:42:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232949AbjFMWmJ (ORCPT ); Tue, 13 Jun 2023 18:42:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A2EDB5; Tue, 13 Jun 2023 15:42:08 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AE14761AB8; Tue, 13 Jun 2023 22:42:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7F1DCC433C8; Tue, 13 Jun 2023 22:42:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686696126; bh=hgVl9+hfPmZasEUjo8oYYCUiF0sszv1GsSSKJ1soKOw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B2bj7jig0XLABqq364lDt39uWPcobhzsP0QeUBw8nQ/5Ic1mhrn15J5Smd0L5+g9n qhbRu1sr2B3DuZAKm/GGME3EvP4A/1ryfkaIGaVS4MmnFO3Htl41UlaQuqHgNIrSKB O5r5eVfkolEDLLg+mMWWI90Imh5Gzsf+1124MeutgfthmjIjfXSVSdt15BD5bT+3hh w21B+rL6cMWnGUEFxIj3Bdh+nxmlAxHjNsL2D1A+Y4jX2MrVVRJwhF6pDZozj0HCAY BTOqRTidYRhdUqavB0bCGxEn22CFJHipUxusE8W3GdkDO11+4JkMNPINjXU9yOGH4F T8ZcpI6QdgsHg== Date: Wed, 14 Jun 2023 00:42:01 +0200 From: Andi Shyti To: Krzysztof Kozlowski Cc: Carlos Song , Aisheng Dong , "shawnguo@kernel.org" , "s.hauer@pengutronix.de" , "kernel@pengutronix.de" , "festevam@gmail.com" , "robh+dt@kernel.org" , "krzysztof.kozlowski+dt@linaro.org" , "conor+dt@kernel.org" , "Anson.Huang@nxp.com" , Clark Wang , Bough Chen , dl-linux-imx , "linux-i2c@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Subject: Re: [EXT] Re: [PATCH 2/2] dt-bindings: i2c: imx-lpi2c: Add bus recovery example Message-ID: <20230613224201.jyvodavmww43h4pi@intel.intel> References: <20230529074302.3612294-1-carlos.song@nxp.com> <20230529074302.3612294-2-carlos.song@nxp.com> <5b537617-a9cb-609b-790d-3dda4b3933ec@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b537617-a9cb-609b-790d-3dda4b3933ec@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi, > > We also find the sci-gpio and sda-gpio have been defined in the ref: /schemas/i2c/i2c-controller.yaml. > > So is this the root cause of no need to add these properties? > > Yes. is some cleanup needed also in i2c-imx.yaml? Andi