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 07A4AC6FD1F for ; Sun, 12 Mar 2023 13:48:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229628AbjCLNsg (ORCPT ); Sun, 12 Mar 2023 09:48:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjCLNsg (ORCPT ); Sun, 12 Mar 2023 09:48:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3497E241DF; Sun, 12 Mar 2023 06:48:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C4FB660F35; Sun, 12 Mar 2023 13:48:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF52EC433D2; Sun, 12 Mar 2023 13:48:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678628914; bh=QomXKHW+iyRYb+BQXza5wpK8OqUALuUtKqqg/DLAbNw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bb2uSEGJaAAk+FpvqEP0O79sw6scL6wcPcyqRBoI4cpccFd0NCkB2mblGydK8c7Hm w+R70xpUzMfA+ANfPJmd6cGC3pkIjCdFn3c+Po6p3ixrA/q1gzsYH5moxYJSkilcU7 +PypUkjWK6EHwDWNBPmdUa6s1b8JesoZQ+8AFMYnIwuZ6YA8to3LfH/7qR9jKswGIn ddlDTgQEwIUEZTGXJqZrrOhTmFdUSVQPDkn9pmn7/JREMMqqeijI26Q/1sFaQBRSzW A1YPqT5gnYtJVC+iTZgLHpHQcI9ELj8GQBzz82oL5D5HqU0AnpZYIPVyoz7A715Qeo 0AoskoPT4KoTQ== Date: Sun, 12 Mar 2023 14:48:31 +0100 From: Andi Shyti To: Krzysztof Kozlowski Cc: Andi Shyti , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Wolfram Sang , Rob Herring , Krzysztof Kozlowski , Chris Packham , Ryan Chen Subject: Re: [PATCH 2/2] i2c: mpc: Use the i2c-scl-clk-low-timeout-ms property Message-ID: <20230312134831.emvujsk3j5uzbdqa@intel.intel> References: <20230312131933.248715-1-andi.shyti@kernel.org> <20230312131933.248715-3-andi.shyti@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Krzysztof, On Sun, Mar 12, 2023 at 02:44:47PM +0100, Krzysztof Kozlowski wrote: > On 12/03/2023 14:19, Andi Shyti wrote: > > Now we have the i2c-scl-clk-low-timeout-ms property defined in > > the binding. Use it and remove the previous "fsl,timeout". > > > > Signed-off-by: Andi Shyti > > Cc: Chris Packham > > --- > > Documentation/devicetree/bindings/i2c/i2c-mpc.yaml | 12 ++++++------ > > Ah, and I forgot: bindings are always separate patches from driver > changes. Cannot be mixed. Thanks for all your comments, will send a v2. Andi