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 6C58EC433EF for ; Tue, 15 Mar 2022 00:27:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343822AbiCOA2W (ORCPT ); Mon, 14 Mar 2022 20:28:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343959AbiCOA2V (ORCPT ); Mon, 14 Mar 2022 20:28:21 -0400 Received: from mail-yb1-xb2f.google.com (mail-yb1-xb2f.google.com [IPv6:2607:f8b0:4864:20::b2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35A6141F86 for ; Mon, 14 Mar 2022 17:27:05 -0700 (PDT) Received: by mail-yb1-xb2f.google.com with SMTP id g26so34157919ybj.10 for ; Mon, 14 Mar 2022 17:27:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=j6zq46rHunNi7v3K49xKmXhCI5sJtyCz6o2pZoTkjlQ=; b=oBVypg+q31LLjPraa0FmLk8b8a/IQ+bLc4AdFUpwXa97vWDI/VwwPNA4ZMvUcIfQMk VGMIIWcbjJBUpBG4KCnuasIOpbM/EjA/z6G4OW5lxUodjSiL2OCz0tdO9gZIkRvqfJ8d ekLNpaWYEixyNMI/A+xW2xORsYFvSS4DqUPIc0ALOAVUgF3Aq7LcJhvDb7Q3by5kUKD+ /Ixvipr0jScwivBHQSbgkbhu3rjyJX0OdOynvGGWdHAb1L+SGiqPgUt4ECfzInKhOwAo EJ3nPikmUrD7xaACVJwmTlhvRJ1kV+JYG2c5XEiLOeWnKY2OvjMd7DCjW4hfzZnHLHoD Jnmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=j6zq46rHunNi7v3K49xKmXhCI5sJtyCz6o2pZoTkjlQ=; b=Cczvgm8i/BefwTby3zsPW55/LlJYwpi8TLZDmB4jc3hijWslaHtf384j2f/FjUnfGK Vtb3RNj/9Or++jEdN7U1J1dcQsAf/2hhH3LldZ14W1bEfhmGuJEXduUTPB8hKUFWL1+z jZjlnjXVeLc3IPIT0uoJlRSc5g39nTrYyneY8f6Y8k9W6QhbsreNhTsUfW6y5X0eejvC lbK3IUo8345ItJ3p/bsNfl+6WWB2ooqENHQk+52pdgBZHha1PX9PkyXCnhfVoMvzwGPC MHUJ6AhZqvrVJDSi1Ac+Pt21IK2fiNciIol0P+pcJdOtgDrg7c6qNwvgOTIH2VtLste7 e6FQ== X-Gm-Message-State: AOAM530P0NS0tPLYHHuDJ65aOUR53IVpVTTesRA6fGzHXqQi0Wq/gDBb NjjXJAJ+yMhMBW/EoP/uOPAFisw6GvXXePJJ4WVIug== X-Google-Smtp-Source: ABdhPJzhNSBMeH8Wbm5RieTMFPizoex0ebgYgfTJfbTlzcSn/yt9wuadfyo1A6KVLbJC4/hoy217PiYiNj5qfdUXwpY= X-Received: by 2002:a25:e710:0:b0:633:67d3:7264 with SMTP id e16-20020a25e710000000b0063367d37264mr3458356ybh.291.1647304024460; Mon, 14 Mar 2022 17:27:04 -0700 (PDT) MIME-Version: 1.0 References: <20220216113131.13145-1-tinghan.shen@mediatek.com> <20220216113131.13145-3-tinghan.shen@mediatek.com> In-Reply-To: <20220216113131.13145-3-tinghan.shen@mediatek.com> From: Linus Walleij Date: Tue, 15 Mar 2022 01:26:53 +0100 Message-ID: Subject: Re: [PATCH v11 2/3] dt-bindings: pinctrl: mt8195: Add mediatek,drive-strength-adv property To: Tinghan Shen Cc: Rob Herring , Krzysztof Kozlowski , Matthias Brugger , AngeloGioacchino Del Regno , Bartosz Golaszewski , Sean Wang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, ryder.lee@kernel.org, wenst@chromium.org, chunfeng.yun@mediatek.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Feb 16, 2022 at 12:31 PM Tinghan Shen wrote: > Extend driving support for I2C pins on SoC mt8195. > This property is already documented in mediatek,mt8183-pinctrl.yaml. > > Signed-off-by: Tinghan Shen > Reviewed-by: Rob Herring This patch applied to the pinctrl tree for v5.18! Yours, Linus Walleij