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 2A4A4C433EF for ; Thu, 9 Dec 2021 15:34:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235464AbhLIPiJ (ORCPT ); Thu, 9 Dec 2021 10:38:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230282AbhLIPiI (ORCPT ); Thu, 9 Dec 2021 10:38:08 -0500 Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3183C061746; Thu, 9 Dec 2021 07:34:34 -0800 (PST) Received: by mail-ed1-x535.google.com with SMTP id r25so20397693edq.7; Thu, 09 Dec 2021 07:34:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=v7q+b8ru+Ky6lO25qRsnx8MdjQIu6CL1OnWNn18j9rA=; b=CKUdXy3kgh5kOICc3cQf8Jmegb7VQw0+KBnTRYoNebDTfC5UxxgRzbmDvpxAktKFeK NKy7BcU1YI7AHWjgUVcT7siUYtEkr0oEbqiqTFTGVcu/WR7AcxGs2aYBHIpEKuPEp263 jXdWJEsFZbIwWrup+zP8mIHtn7swj3o2HjRdCfjAKXmZN25AnGcSn1PKyH5McF+m/C/l nWy+KShSstXIV1bA3bikl/TB61SQdsvOrcgrikSkddBnDx0gMNK/7WYXcRNdQnV7nIQu PnxvlErkDP2puHqlJ/d7cPeBhq5lcfcp+JK7IrDguPTNELhDqhCGKxqx7KDlfO0DSAH/ ydIg== 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=v7q+b8ru+Ky6lO25qRsnx8MdjQIu6CL1OnWNn18j9rA=; b=DD9EonJKQ3RNXfZaeeZjUIv6ksHsiGo6IGGHD0psVs4drmGvn5Fs6tGIIRYYadBglV K3vwYlbOR/Ia5mmSvVzuFELHNXJZeiF0G3nMhgMB/qYctr04YBUhJfsNlQ8QbTp+Wjqj EfytYb9cWzTn1zWM6yhC6ywHmZNQU+b16GYrKe619WKcpf7IilRMqgOphamBnFWkRiSy j4hxLMEyxdix8gMXcVfjY+88osDcFgbFMTWLd8wES+cOYIXiBKDpV9sHt6eI98c9FQyW NiM5Mal8X7oIB3lxKo2gUm3vAqsd8g7RsZ5hEMcwqWyojujJbQTYeFclYCSnYzTH8j+v iZjQ== X-Gm-Message-State: AOAM533RxExMq1VVYFxspxKwmO9e9eixVlntzVTxvcIqqQ0EM9gfYVr8 hBVX/3YwuW8S49Rcl1NSRUbNFNuRtAbHOYlL9Xd5pVoVC2Du3w== X-Google-Smtp-Source: ABdhPJyWpLtmhRm6GMN81/OCA7635jv2GlCrohxEtBVOLvosfETIwBbIKp5yfLk3RuimXXe/lW1fNxtfojs8t86sG3Q= X-Received: by 2002:a17:906:bccc:: with SMTP id lw12mr15968050ejb.128.1639063946054; Thu, 09 Dec 2021 07:32:26 -0800 (PST) MIME-Version: 1.0 References: <1639062321-18840-1-git-send-email-akhilrajeev@nvidia.com> <1639062321-18840-2-git-send-email-akhilrajeev@nvidia.com> In-Reply-To: <1639062321-18840-2-git-send-email-akhilrajeev@nvidia.com> From: Andy Shevchenko Date: Thu, 9 Dec 2021 17:30:53 +0200 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: i2c: tegra: Add SMBus feature properties To: Akhil R Cc: Christian Koenig , Dmitry Osipenko , dri-devel , Jon Hunter , Laxman Dewangan , linaro-mm-sig@lists.linaro.org, linux-i2c , Linux Kernel Mailing List , Linux Media Mailing List , linux-tegra , Philipp Zabel , Sumit Semwal , Thierry Reding , Rob Herring , devicetree Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Thu, Dec 9, 2021 at 5:05 PM Akhil R wrote: > > Tegra I2C can use a gpio as an smbus-alert. Document the usage of > the same. ... > +optional properties: Optional > +- smbalert-gpio: Must contain an entry for the gpio to be used as smbus alert. -gpios (the suffix in plural form, the singular is a legacy one) > + It will be used only if optional smbus-alert property is present. -- With Best Regards, Andy Shevchenko 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0C31AC433EF for ; Thu, 9 Dec 2021 17:02:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A98C610F2FC; Thu, 9 Dec 2021 16:55:27 +0000 (UTC) Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by gabe.freedesktop.org (Postfix) with ESMTPS id 931C689FFD for ; Thu, 9 Dec 2021 15:34:29 +0000 (UTC) Received: by mail-ed1-x52d.google.com with SMTP id v1so20997263edx.2 for ; Thu, 09 Dec 2021 07:34:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=v7q+b8ru+Ky6lO25qRsnx8MdjQIu6CL1OnWNn18j9rA=; b=CKUdXy3kgh5kOICc3cQf8Jmegb7VQw0+KBnTRYoNebDTfC5UxxgRzbmDvpxAktKFeK NKy7BcU1YI7AHWjgUVcT7siUYtEkr0oEbqiqTFTGVcu/WR7AcxGs2aYBHIpEKuPEp263 jXdWJEsFZbIwWrup+zP8mIHtn7swj3o2HjRdCfjAKXmZN25AnGcSn1PKyH5McF+m/C/l nWy+KShSstXIV1bA3bikl/TB61SQdsvOrcgrikSkddBnDx0gMNK/7WYXcRNdQnV7nIQu PnxvlErkDP2puHqlJ/d7cPeBhq5lcfcp+JK7IrDguPTNELhDqhCGKxqx7KDlfO0DSAH/ ydIg== 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=v7q+b8ru+Ky6lO25qRsnx8MdjQIu6CL1OnWNn18j9rA=; b=UjEyn72IZycnkgeU//gMi8I6kx0ZI9XwwtVyDX4yBxWXhITGO7jX2zvr0S++Qh1a6a I3O1OMcffCGgZhspEuhBdqtZaSbsp7WOAPK6eu5vAvwDEc/c5rGivzJHBcc2HMXCS91y J6LZt5iJ+UuYjcHXtub0moI2k3zs5YOKQx/pvyuf15jCbErwXCTtVU56TeCXtaoWVdkd g3ThWBT6k6OqbAiIS1DIz02Pi8ZraNPsAZPjXeN6YH9BQtIZCGNdl8WKRRulw+Z53Zd5 oJSqdbXdCfi7uGt9zQorGO0ozfqBjoQywx/7QvVumR+ZqoTflCOO/6q6s0GjKTDS2XId yGQQ== X-Gm-Message-State: AOAM531jNjgb6iCoLWd7ediFPiAT404W42sGvSRzK5Yfv/uCbYQZQLE2 As2jdPd5j5OAoDSp7apzz5G4np3m/r2xwpGJV9w= X-Google-Smtp-Source: ABdhPJyWpLtmhRm6GMN81/OCA7635jv2GlCrohxEtBVOLvosfETIwBbIKp5yfLk3RuimXXe/lW1fNxtfojs8t86sG3Q= X-Received: by 2002:a17:906:bccc:: with SMTP id lw12mr15968050ejb.128.1639063946054; Thu, 09 Dec 2021 07:32:26 -0800 (PST) MIME-Version: 1.0 References: <1639062321-18840-1-git-send-email-akhilrajeev@nvidia.com> <1639062321-18840-2-git-send-email-akhilrajeev@nvidia.com> In-Reply-To: <1639062321-18840-2-git-send-email-akhilrajeev@nvidia.com> From: Andy Shevchenko Date: Thu, 9 Dec 2021 17:30:53 +0200 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: i2c: tegra: Add SMBus feature properties To: Akhil R Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , Linux Kernel Mailing List , dri-devel , Jon Hunter , linaro-mm-sig@lists.linaro.org, Rob Herring , Laxman Dewangan , Thierry Reding , linux-i2c , linux-tegra , Dmitry Osipenko , Christian Koenig , Linux Media Mailing List Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Dec 9, 2021 at 5:05 PM Akhil R wrote: > > Tegra I2C can use a gpio as an smbus-alert. Document the usage of > the same. ... > +optional properties: Optional > +- smbalert-gpio: Must contain an entry for the gpio to be used as smbus alert. -gpios (the suffix in plural form, the singular is a legacy one) > + It will be used only if optional smbus-alert property is present. -- With Best Regards, Andy Shevchenko