mbox series

[V2,0/2] pmdomain: qcom: Update part number to X1E80100

Message ID 20231123100021.10918-1-quic_sibis@quicinc.com
Headers show
Series pmdomain: qcom: Update part number to X1E80100 | expand

Message

Sibi Sankar Nov. 23, 2023, 10 a.m. UTC
Our v1 post of the patchsets adding support for Snapdragon X Elite SoC had
the part number sc8380xp which is now updated to the new part number x1e80100
based on the new branding scheme and refers to the exact same SoC.

V2:
* Add more details to the commit message on both the patches. [Krzysztof/Konrad]

Sibi Sankar (2):
  dt-bindings: power: rpmpd: Update part number to X1E80100
  pmdomain: qcom: rpmhpd: Update part number to X1E80100

 .../devicetree/bindings/power/qcom,rpmpd.yaml        |  2 +-
 drivers/pmdomain/qcom/rpmhpd.c                       | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

Krzysztof Kozlowski Nov. 23, 2023, 10:18 a.m. UTC | #1
On 23/11/2023 11:00, Sibi Sankar wrote:
> There was a recent part number update from SC8380XP to X1E80100 and as
> a result of which the SC8380xp rpmpd bindings introduced is no longer
> correct. Given that it currently has no users, it was agreed that it
> can be updated to the correct part number (X1E80100) without causing
> any binding breakage.
> 
> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof