From patchwork Thu Jul 14 22:12:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Maira Canal X-Patchwork-Id: 591257 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 76157CCA47B for ; Thu, 14 Jul 2022 22:12:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241060AbiGNWMb (ORCPT ); Thu, 14 Jul 2022 18:12:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241042AbiGNWM2 (ORCPT ); Thu, 14 Jul 2022 18:12:28 -0400 Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2BFB671717; Thu, 14 Jul 2022 15:12:28 -0700 (PDT) Received: from mx0.riseup.net (mx0-pn.riseup.net [10.0.1.42]) (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 "mx0.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4LkTHv6R59zDqrK; Thu, 14 Jul 2022 22:12:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1657836747; bh=nN8OVxxrhkv2QzlJp1RLZitf9bmBRAzLYPYKcObmvks=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PwBypvbd4BhT1CnxxBgb10Eghf2HC18nAciiYzlJPO9RG71gKSZdutQQqk5eZDOlS qL68rwDKWDK6b8rV589dtwA9ufvhwF35VFd87H2/xL2AtrPXKh17NvQkDSk9l7HMCy BL6z82pB7ZkLHiXWRWEdUrJFQLjrKyP15Uv42k1I= 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 4LkTHt3DDCz9sQt; Thu, 14 Jul 2022 22:12:26 +0000 (UTC) X-Riseup-User-ID: 52F8D95B0879F3E12E6299DA0CB9927E43DA238409F402D037997E981A91189D Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4LkTHp3lGJz1yWZ; Thu, 14 Jul 2022 22:12:22 +0000 (UTC) From: =?utf-8?q?Ma=C3=ADra_Canal?= To: mchehab@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, s.nawrocki@samsung.com, andrzej.hajda@intel.com Cc: devicetree@vger.kernel.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Ma=C3=ADra_Canal?= , Krzysztof Kozlowski , =?utf-8?q?Ma=C3=ADra_?= =?utf-8?q?Canal?= Subject: [PATCH RESEND 2/2] dt-bindings: media: s5c73m3: Fix reset-gpio descriptor Date: Thu, 14 Jul 2022 19:12:02 -0300 Message-Id: <20220714221202.86768-3-mairacanal@riseup.net> In-Reply-To: <20220714221202.86768-1-mairacanal@riseup.net> References: <20220714221202.86768-1-mairacanal@riseup.net> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Maíra Canal 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 {