From patchwork Wed Nov 16 19:43:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ma=C3=ADra_Canal?= X-Patchwork-Id: 13045685 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 EBA06C43217 for ; Wed, 16 Nov 2022 19:43:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233895AbiKPTnw (ORCPT ); Wed, 16 Nov 2022 14:43:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233825AbiKPTnu (ORCPT ); Wed, 16 Nov 2022 14:43:50 -0500 Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C09682A413; Wed, 16 Nov 2022 11:43:49 -0800 (PST) Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (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 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4NCD4j28Hcz9sqH; Wed, 16 Nov 2022 19:43:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1668627829; bh=teywpu+byf3goGY9bLlpXMuiM3Fr3167/U14fpQ9xnw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BcCUmxUF6g974F46j2mb+MvUPQDLKzfsIy8nVoL3qclTa6lv307t5XyB6FoWOcLer XXfXJh/PMm/7fTbPC3cyyxM/A8h93B82BoH5nnXaN8H8pvG83RILDeI5z31xZ2HBZG TP33pynXwEmQgHNMpuY/b3vQ/RDy+m+m9CRsdJv8= X-Riseup-User-ID: E285D4E72ACDD3389B8F6AC282E31BB5DFFB5047DBCD5459DC6C40666FA2307E Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4NCD4f1Krvz1xwx; Wed, 16 Nov 2022 19:43:45 +0000 (UTC) From: =?utf-8?q?Ma=C3=ADra_Canal?= To: Mauro Carvalho Chehab , Rob Herring , Sylwester Nawrocki , Andrzej Hajda Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-media@vger.kernel.org, =?utf-8?q?Ma=C3=ADra_Canal?= , Krzysztof Kozlowski Subject: [PATCH 2/2] dt-bindings: media: s5c73m3: Fix reset-gpio descriptor Date: Wed, 16 Nov 2022 16:43:07 -0300 Message-Id: <20221116194307.164543-2-mairacanal@riseup.net> In-Reply-To: <20221116194307.164543-1-mairacanal@riseup.net> References: <20221116194307.164543-1-mairacanal@riseup.net> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The reset-gpios is described as xshutdown-gpios on the required properties, as it is on the driver. Despite that, the device tree example set the property 'reset-gpios' instead of the property 'xshutdown-gpios'. Therefore, this patch updates the example to match the property specified on the driver. Acked-by: Krzysztof Kozlowski Signed-off-by: MaĆ­ra Canal --- Documentation/devicetree/bindings/media/samsung-s5c73m3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/media/samsung-s5c73m3.txt b/Documentation/devicetree/bindings/media/samsung-s5c73m3.txt index 21f31fdf5543..f0ea9adad442 100644 --- a/Documentation/devicetree/bindings/media/samsung-s5c73m3.txt +++ b/Documentation/devicetree/bindings/media/samsung-s5c73m3.txt @@ -76,7 +76,7 @@ i2c@138a000000 { clock-frequency = <24000000>; clocks = <&clk 0>; clock-names = "cis_extclk"; - reset-gpios = <&gpf1 3 1>; + xshutdown-gpios = <&gpf1 3 1>; standby-gpios = <&gpm0 1 1>; port { s5c73m3_ep: endpoint {