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 X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2472DC432BE for ; Sun, 29 Aug 2021 17:07:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0D618608FE for ; Sun, 29 Aug 2021 17:07:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235869AbhH2RId (ORCPT ); Sun, 29 Aug 2021 13:08:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235765AbhH2RI1 (ORCPT ); Sun, 29 Aug 2021 13:08:27 -0400 Received: from dnyon.com (unknown [IPv6:2001:ba0:1800:12f::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 620B5C061756; Sun, 29 Aug 2021 10:07:35 -0700 (PDT) Received: from dnyon.com (45.74.222.87.dynamic.jazztel.es [87.222.74.45]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dnyon.com (Postfix) with ESMTPSA id CD4C940457; Sun, 29 Aug 2021 17:07:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dnyon.com; s=mail; t=1630256854; bh=d+2QNTvIoV14dRg4l4dGxY/K6mqRrojAgpr6qjkd1vY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RQZTpODurghBG3P44ykBj/me+k/9HHMcNsQrngtFfakKZH9kJW/EC8he6HXATnO3/ QdcTVp94I+/HcESNsN/2wT/VpPWZadHpqfLBh6KXCCiJcFNSik0v6tKh87Vrp5s3+s OH0rcDgvvtvSS+9XaI+0SmsfeKHI2f/faKMRyO4TsiMbFJOHkrWO2A2z32Qphhgj5M xHjyXQf/zEhF3hw94DpuauoryI0k2W06QbL+gegnjqjx4e6GoVAxwIzn+knFNka3yC +NciyzLVJi57ChDvjvI7f8Wj9c1vDwRL2O1pu22a/u541ADeWH5E/OqUiPPx1AVCQ1 tdnEsbS9J+Wpg== From: Alejandro Tafalla To: Liam Girdwood , Mark Brown , alsa-devel@alsa-project.org Cc: Alejandro Tafalla , Rob Herring , Jaroslav Kysela , Takashi Iwai , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH RESEND 2/2] dt-bindings: sound: max98927: Add reset-gpios optional property Date: Sun, 29 Aug 2021 19:00:17 +0200 Message-Id: <20210829170019.384632-3-atafalla@dnyon.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210829170019.384632-1-atafalla@dnyon.com> References: <20210829170019.384632-1-atafalla@dnyon.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the reset-gpios as an optional property because some devices might not need it to work properly. Signed-off-by: Alejandro Tafalla --- Documentation/devicetree/bindings/sound/max9892x.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/sound/max9892x.txt b/Documentation/devicetree/bindings/sound/max9892x.txt index f6171591ddc6..73733fb60136 100644 --- a/Documentation/devicetree/bindings/sound/max9892x.txt +++ b/Documentation/devicetree/bindings/sound/max9892x.txt @@ -30,6 +30,9 @@ Required properties: - reg : the I2C address of the device for I2C +Optional Properties: + - reset-gpios : reference to the GPIO connected to the reset pin, if any. + Example: codec: max98927@3a { -- 2.32.0