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 438A4C6FD19 for ; Sun, 12 Mar 2023 13:46:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229641AbjCLNpf (ORCPT ); Sun, 12 Mar 2023 09:45:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230177AbjCLNpJ (ORCPT ); Sun, 12 Mar 2023 09:45:09 -0400 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A45C24DE38 for ; Sun, 12 Mar 2023 06:44:49 -0700 (PDT) Received: by mail-ed1-x534.google.com with SMTP id j11so38692412edq.4 for ; Sun, 12 Mar 2023 06:44:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678628689; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=KbMZJnirmlCKS4zMh68O2ig0pYgKhtCGTM1+G1KObrg=; b=DXgHIAoSCsCuHyVLIkbS6zSi5sWkNBLlFp2PIqt/AT9osywqWWeTfWYAEW8npGZjyG WZ9TEqCqJEg3hhVuPiTJ2+K25lDEgQc12SvaOgiGKTksJtu/cCV5H0P4ruOFM7zZ2iv4 MGbdUGf/f6F77bntbmobCBcgoAUrfKrBBOqEYVJ9nkvsH9c212Msw+Ckj8rm1sxs3vD+ EQpkxDWdH2Doc5YvD85RU7C8wDsyzIy/TxxJTh9sqW/ba5fZ1Md+skA2N7tsirlgAmeo 7+tZHku8CJDdXh2+5+t3W7J6kQWnzHdOYGaFnha9dfsecm3BFAh9XaFPnEqdIxbjoYNj zRMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678628689; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=KbMZJnirmlCKS4zMh68O2ig0pYgKhtCGTM1+G1KObrg=; b=A4KQu0Y1x8NpuV/OZjTvPGiY3oE2yHe/CjXOfsb8WhdsIpXFrHu69jKLPPiw2ROrXC n4fhei5XL/14eSVzEtd7t0r6kFDwe+lmVKmOmBVxE9asAzABh9FQO4O8ftc0BwrCDoHa ZwxT/t4A8bCOxlC9wmB4Imh10OzhVPBQk4hw8U+8JOgRwESep3bWt5gbVkLGQjxg0SpW jX1jXOTSOuFZT0duJhHE53/4aoSk9mT29fNNP2chbEC3p52Go3tG5QewayQmj9lGahRX C2iAlt9QDSsW2AZ7h5u24b6Ha7BaHDCgdE91hEUXq6cqpBwkH6g9U46+hPRvW2O2o2ga llSw== X-Gm-Message-State: AO0yUKXCxjuSjg2ixH6OeDIPSUcxliUese3xmMBJj7qp9JgsfwDmrAdy KnEpXyYVh5SKXKIei+wrHAydpw== X-Google-Smtp-Source: AK7set+dmT1UNk8s4QIA5xdiGzs2ee3MFK8ZRRn8Dx1L8PUc3w+S94rzWwTf+3LP/3gEjgHBc/p6Fw== X-Received: by 2002:a17:906:4783:b0:8f6:dc49:337f with SMTP id cw3-20020a170906478300b008f6dc49337fmr41183414ejc.43.1678628689144; Sun, 12 Mar 2023 06:44:49 -0700 (PDT) Received: from ?IPV6:2a02:810d:15c0:828:d9f6:3e61:beeb:295a? ([2a02:810d:15c0:828:d9f6:3e61:beeb:295a]) by smtp.gmail.com with ESMTPSA id wu5-20020a170906eec500b00927b85e48b0sm397962ejb.111.2023.03.12.06.44.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 12 Mar 2023 06:44:48 -0700 (PDT) Message-ID: Date: Sun, 12 Mar 2023 14:44:47 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH 2/2] i2c: mpc: Use the i2c-scl-clk-low-timeout-ms property Content-Language: en-US To: Andi Shyti , linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Wolfram Sang , Rob Herring , Krzysztof Kozlowski , Chris Packham , Ryan Chen References: <20230312131933.248715-1-andi.shyti@kernel.org> <20230312131933.248715-3-andi.shyti@kernel.org> From: Krzysztof Kozlowski In-Reply-To: <20230312131933.248715-3-andi.shyti@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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. Best regards, Krzysztof