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 DE9BB285CAE; Thu, 12 Mar 2026 17:47:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773337657; cv=none; b=eFzBHmqBPAkoDwL+4fU1ajv5ym9m8f9zSd9J7S2txQg4yNFcalA1pJG2QrJONJwA0/ZXYk3IXX4dhASuWxQfu4QvZW9LYKOnR+4EojrqSHxSndRFvWMje5lpZSj12bqlz4hqXC8wOlJR3FzezemaI5gGdpQPzRb155laOBgE6s8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773337657; c=relaxed/simple; bh=wMvtMWbR5Rj73AQJqGHUhW527Tb27PV6JT2/uOlrqcc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tzlS6TGuMXHJYKzCmISscmwB7qD2iX0zWpKIAuIkCbw5krq/WZwEKUJRe9Eb++39AiJ8ud2sz/EK9vAbSfteAVi4QXn76hYc6CLKE7l10/8B/VSCKtax6uYLaqFT5HJ8MYgtq9JrXdDPTscbSCw4cVS6AUlbP5LSctDy8Hwm3Js= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GeM3E+nJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GeM3E+nJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A13C9C4CEF7; Thu, 12 Mar 2026 17:47:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773337657; bh=wMvtMWbR5Rj73AQJqGHUhW527Tb27PV6JT2/uOlrqcc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GeM3E+nJRDYrZQpRJ87vLFXFSyxyG/EAVXgwfF3EJGdwNfH1RCSsUSSIwbd+TiIcU QbeY77pSfxF49LYTwJtaUs+ycd7DwArmo6+wxfeuO3799jx0i1clQXJP2VcBdhfMQx G6modkOreHw4npBGs1w9WDOvcw+O1T02bj2oKCIMd9gSAx3554t8wjnapozKzYxmrB W/e9uv6/Nw9WdARJsjF2MNYlYXcAa+quTQyIxK9hipKKNL+bx6Wjy9wPMS5CMLXcoc 0J8rTRg6OrGrIQN54n/hmwRS5/4bDP3m+OhI2fHHyVrzzxWksAPmlfS79rK1OTIx40 B2f+f5f33tD4Q== Date: Thu, 12 Mar 2026 17:47:32 +0000 From: Conor Dooley To: Xu Yang Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, Frank.Li@nxp.com, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, amitsd@google.com, gregkh@linuxfoundation.org, kyletso@google.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] dt-bindings: connector: add pd-disable dependency Message-ID: <20260312-facial-backshift-7e810ca5f996@spud> References: <20260312071609.388047-1-xu.yang_2@nxp.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wr13SwXvugaUCQW1" Content-Disposition: inline In-Reply-To: <20260312071609.388047-1-xu.yang_2@nxp.com> --wr13SwXvugaUCQW1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 12, 2026 at 03:16:08PM +0800, Xu Yang wrote: > When Power Delivery is not supported, the source is unable to obtain the > current capability from the Source PDO. As a result, typec-power-opmode > needs to be added to advertise such capability. What's the impact on any users of making this a dependency? I assume nothing negative, since this will only impact systems that don't work properly at present? >=20 > Fixes: 7a4440bc0d86 ("dt-bindings: connector: Add pd-disable property") > Signed-off-by: Xu Yang > --- > Documentation/devicetree/bindings/connector/usb-connector.yaml | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/connector/usb-connector.ya= ml b/Documentation/devicetree/bindings/connector/usb-connector.yaml > index 901986de3e2b..671d7775b635 100644 > --- a/Documentation/devicetree/bindings/connector/usb-connector.yaml > +++ b/Documentation/devicetree/bindings/connector/usb-connector.yaml > @@ -335,6 +335,7 @@ properties: > maximum: 100000 > =20 > dependencies: > + pd-disable: [typec-power-opmode] > sink-vdos-v1: [ sink-vdos ] > sink-vdos: [ sink-vdos-v1 ] > =20 > --=20 > 2.34.1 >=20 --wr13SwXvugaUCQW1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCabL8NAAKCRB4tDGHoIJi 0nwiAQDQ56ujTvFrDP3c0yVVvsagFKg0Z0+t5X7xitqXTKLfjQD/exOakRzb+SJA CPWE9IyUVD27QdG5+TIUbF3XRVvcAg0= =Jyu8 -----END PGP SIGNATURE----- --wr13SwXvugaUCQW1--