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 31AE1C6FD19 for ; Mon, 13 Mar 2023 09:02:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230526AbjCMJCo (ORCPT ); Mon, 13 Mar 2023 05:02:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230169AbjCMJCM (ORCPT ); Mon, 13 Mar 2023 05:02:12 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 373FAE076; Mon, 13 Mar 2023 01:58:13 -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 ams.source.kernel.org (Postfix) with ESMTPS id C3964B80DC8; Mon, 13 Mar 2023 08:58:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EBBC0C4339B; Mon, 13 Mar 2023 08:58:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678697888; bh=B2JOWs/sNYNpQQN9MSZD14PHxXQ9aKQuirnw6OklYoY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q9baDC9hJkEhL5/j18O8gFMYDhyAHPsVF+c2t4nXQM1UW54CiWumRtl9c8Mb1uguv RRedHsvpven1qEYXcW+0wuZguHQpLYuKiuRUJnbSPloWRgKEWhj6v6VRnQdoLcXXJs 0hBq/rZ8Ut7mVtFL8RDZPKwGJ4nxQrFRbIdEvx/jKjTQ9RkTbNLx7bpBV0+tALJSAD bjLMEXogvOfLk+AAroairHTcD11tKhjAunhAm57nQAgWGgx+jw1sdIpaWuUyfkFgl/ 6/CIZxrUZAFYQSGFVsryL3AbosJA8ivsGmdryULnPnaykCZtY8ybtp3xxrcnKF+mAw b1AGx+NXVBY5g== Date: Mon, 13 Mar 2023 09:58:05 +0100 From: Andi Shyti To: Chris Packham Cc: Andi Shyti , "linux-i2c@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Wolfram Sang , Rob Herring , Krzysztof Kozlowski , Ryan Chen Subject: Re: [PATCH v3 3/3] i2c: mpc: Use i2c-scl-clk-low-timeout-ms i2c property Message-ID: <20230313085805.sb7nl6362tcm2mvp@intel.intel> References: <20230312233613.303408-1-andi.shyti@kernel.org> <20230312233613.303408-4-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 > On 13/03/23 12:36, Andi Shyti wrote: > > "fsl,timeout" is marked as deprecated and replaced by the > > "i2c-scl-clk-low-timeout-ms" i2c property. > > > > Use this latter and, in case it is missing, for back > > compatibility, check whether we still have "fsl,timeout" defined. > > > > Signed-off-by: Andi Shyti > > Reviewed-by: Chris Packham > Gave the patches a spin on a P2041RDB so > > Tested-by: Chris Packham Thanks, Chris! Andi