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 88DF23E122E; Mon, 13 Apr 2026 15:40:16 +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=1776094816; cv=none; b=EmVt6fYur82EsTjEOnOcPeFnzm7Dq9lqV21vsZcBD4dHp7Y5ZfZWupFKWpUXv8g02dPuBPlwWjQtRng4dJczlCixyJerlXIWvd7OjoG2ArUhLbtWHPW605W7RnLghTScjUOzKkpVE6JC9CBTSubUyTn0pY12fNTO1bxCYVFc/Gk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776094816; c=relaxed/simple; bh=aHXOlXLBnV7UlZptakys60ytQxlgey+InItFueoAcSw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=thiJ5/m9cH78GxrKhJo0WzrtYRh6NcvF0COPBlY/eRiJiAatJi34ezwDEsEg4e0LS404wM0kF6+sl49gvFirBaSsLYUzoGyRD2eqPub6ySEDN4O9yQ3YczflKCMeb6bg/AhMUWPga1F1jxoxf8OveMRfBugC5ZNg2lx3aOsGfno= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fgoiIU9Y; 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="fgoiIU9Y" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF8ECC2BCB0; Mon, 13 Apr 2026 15:40:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776094816; bh=aHXOlXLBnV7UlZptakys60ytQxlgey+InItFueoAcSw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fgoiIU9YXAMhhNLWe3EcROUjkJ92dAczKRrGN8x818+HdXazyrKifc4vPovBPpc2q z4f2t3yT7t3mpN1nJX1oRYGQMEIDoP/kZkbPonOdsTBrdyelYXeKaoQsk+QbGc+J4F BeveV17gfW/AZhLZ7kkdHgqP4sLatl+34CIB6wvKBxKEAlYzUJY/0jGCb3okCh1r0V eF0KFFeDSEjh5Q8EaBi9Gj18dVGr5o7/OT6+3cpAvHa8/OQR+W12GEznPNSZJ8rIrU WGrYdigOz8U1o4UawHqQ4QdzW2AZmtDV2MR2gu815MoH4OM6s95wt4xg+fMhw3LZ/0 6aAwj8jtTnCBg== Date: Mon, 13 Apr 2026 16:40:11 +0100 From: Conor Dooley To: Chunfeng Yun Cc: Vinod Koul , AngeloGioacchino Del Regno , Neil Armstrong , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 RESEND 1/2] dt-bindings: phy: mediatek,xsphy: add property to set disconnect threshold Message-ID: <20260413-disorder-quote-8d8ee49c97eb@spud> References: <20260413122836.4848-1-chunfeng.yun@mediatek.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="zOeBsFTfE7j7c4kz" Content-Disposition: inline In-Reply-To: <20260413122836.4848-1-chunfeng.yun@mediatek.com> --zOeBsFTfE7j7c4kz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 13, 2026 at 08:28:35PM +0800, Chunfeng Yun wrote: > Add a property to tune usb2 phy's disconnect threshold. > And add a compatible for mt8196. >=20 > Reviewed-by: AngeloGioacchino Del Regno > Signed-off-by: Chunfeng Yun > --- > v2: change property name > --- > Documentation/devicetree/bindings/phy/mediatek,xsphy.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/phy/mediatek,xsphy.yaml b/= Documentation/devicetree/bindings/phy/mediatek,xsphy.yaml > index 0bed847bb4ad..9017a9c93eb9 100644 > --- a/Documentation/devicetree/bindings/phy/mediatek,xsphy.yaml > +++ b/Documentation/devicetree/bindings/phy/mediatek,xsphy.yaml > @@ -50,6 +50,7 @@ properties: > - mediatek,mt3611-xsphy > - mediatek,mt3612-xsphy > - mediatek,mt7988-xsphy > + - mediatek,mt8196-xsphy > - const: mediatek,xsphy > =20 > reg: > @@ -130,6 +131,13 @@ patternProperties: > minimum: 1 > maximum: 7 > =20 > + mediatek,disconnect-threshold: > + description: > + The selection of disconnect threshold (U2 phy) Why is this unitless? What does the threshold represent? Time? Voltage? Something else? > + $ref: /schemas/types.yaml#/definitions/uint32 > + minimum: 1 > + maximum: 15 > + > mediatek,efuse-intr: > description: > The selection of Internal Resistor (U2/U3 phy) > --=20 > 2.45.2 >=20 --zOeBsFTfE7j7c4kz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCad0OWwAKCRB4tDGHoIJi 0iK6AP4y8shTRP4IN/Atsh6JGHHKZgJ2BIXF2x//7klI+p459QD+PzeOECp3Gcpt 89sWMn/MpBwodYWGyX6lMwuCOCM6MQ8= =kOMk -----END PGP SIGNATURE----- --zOeBsFTfE7j7c4kz--