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 9F56974065; Fri, 31 May 2024 07:42:19 +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=1717141339; cv=none; b=OyTklhGHpaH0AcrMo/H0L5+zMXqQgcgGE7PX/fKOWbvq7Y2R4socRlhZLZIpOpXRT2+cWHQ9iTrRr2ymDCfJkTgUp+EE//115xBcq0JjdSZuEtnpt5mx2v/ScCQuWS6ewcjYuKnLPmHPJYe5oVgDMHG9zsL0ZUkFl1RoBixaZU0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717141339; c=relaxed/simple; bh=HjIdJWtMp7oAzXS9IgFn1t4pdAPbEIwM8TAFx/cY+Ms=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=T51xywKzHVo8x/VhnqzaPMy3iZMDa8Lg/YG+V/wlElAi2/4gIaU4bTlNc9y/pDGsWNBf+jwDqbLmXwKioFknp9G2V5STakeRnABtX8IEfHqdXvI6Ax9LmK+tYjgWbJ1HaWLlsJDv6ZN/nJk8sxxIhsS/zWpX3VR1DpgYvocLZUY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HpZNIE82; 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="HpZNIE82" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DB93C116B1; Fri, 31 May 2024 07:42:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717141339; bh=HjIdJWtMp7oAzXS9IgFn1t4pdAPbEIwM8TAFx/cY+Ms=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HpZNIE82mgBfOROoGVEj+QmrowXev6Z6chCmuSXBDEOhNSBRNzlF0uBGG27+PRucm oi3/ofuqT7husQV2njIOfRUA1fW7c3mOj586FGgEkJfKdqvI7m7S87eoVSCWkFTQpB ncdHODJEC2JroQknxLWAmciJ1FSWiZdkXMUhuvzwmphzU2hPz0bCMilTxVqbzPKEvC ZTDqKTJd1UsjxEJ4E1yzxAR9rRS+6dROr0m7HuVrNsbTnGq+QZ8kEHJ7ypZg5aAhU2 HOO/R8//Vcty8MwuWCXOkVng5PDuZbiEN9bce8qiGDt53hEKbsFAlSY32kAv0tAc75 NJm/2wWuDbF0A== Received: from johan by xi.lan with local (Exim 4.97.1) (envelope-from ) id 1sCwu5-000000001CQ-1D4E; Fri, 31 May 2024 09:42:21 +0200 Date: Fri, 31 May 2024 09:42:21 +0200 From: Johan Hovold To: Abel Vesa Cc: Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Rajendra Nayak , Sibi Sankar , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] arm64: dts: qcom: x1e80100-crd: Fix USB PHYs regulators Message-ID: References: <20240530-x1e80100-dts-fix-usb-phy-supplies-v1-0-6eb72a546227@linaro.org> <20240530-x1e80100-dts-fix-usb-phy-supplies-v1-1-6eb72a546227@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240530-x1e80100-dts-fix-usb-phy-supplies-v1-1-6eb72a546227@linaro.org> On Thu, May 30, 2024 at 07:35:45PM +0300, Abel Vesa wrote: > The 1.2v HS PHY shared regulator is actually LDO2 from PM8550ve id J. > Also add the missing supplies to QMP PHYs. > > Fixes: d7e03cce0400 ("arm64: dts: qcom: x1e80100-crd: Enable more support") Same here, the CC stable tag is missing: Cc: stable@vger.kernel.org # 6.9 > Signed-off-by: Abel Vesa Johan