From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DC65F1A5A3 for ; Mon, 4 Dec 2023 09:29:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="BdoyKckA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86B65C433C8; Mon, 4 Dec 2023 09:29:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701682149; bh=DRrtkbyTCk/Szcs4W+WPrKgFw32MQUyWR0BepZqZsWY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=BdoyKckAMdmgjJfAclrg7sdkZAlWGxpnKh3Ned1JjAuYE6BTUryT3Jo24+YEFFeeC kea4bv+VHJKcIWLBOiugfosfpB1PIsqy2ocDZvjns0TUP5YlKJbx2yCcaG/1WAlcCh v/VekiHlrm0KMHK59SL33uuR5m+TpNPAv7FBc2nWaWETp7AxSkrkOFHYp6OJBE/dHM /l8b7PCaaavd2lWER99C4KRKDNrof5EbR9dlqiiNuQKCvo6vORmmUAqGwiC0A7h3LN QE+ln42Kjkhr631aP5myZZA43zhKQfHzHUXLvwktm6rvHqc23E9SYEcJJEhLd3AjC3 C5tlaX7Rbg7Dg== Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Date: Mon, 04 Dec 2023 10:29:01 +0100 From: Michael Walle To: Tony Lindgren Cc: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Simha BN , Sam Ravnborg , Carl Philipp Klemm , Ivaylo Dimitrov , Merlijn Wajer , Pavel Machek , Sebastian Reichel , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 05/10] drm/bridge: tc358775: make standby GPIO optional In-Reply-To: <20231202075514.44474-6-tony@atomide.com> References: <20231202075514.44474-1-tony@atomide.com> <20231202075514.44474-6-tony@atomide.com> Message-ID: X-Sender: mwalle@kernel.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit > The stby pin is optional. It is only needed for power-up and down > sequencing. It is not needed, if the power rails cannot by dynamically > enabled. > > Because the GPIO is not optional, remove the error message. I just noticed a typo: "is *now* optional. -michael