mbox series

[v2,0/2] soc: qcom: rename rename PM2250 to PM4125

Message ID 20240128-pm2250-pm4125-rename-v2-0-d51987e9f83a@linaro.org (mailing list archive)
Headers show
Series soc: qcom: rename rename PM2250 to PM4125 | expand

Message

Dmitry Baryshkov Jan. 28, 2024, 1:32 a.m. UTC
It seems, the only actual mentions of PM2250 can be found are related to
the Qualcomm RB1 platform. However even RB1 schematics use PM4125 as a
PMIC name. Rename PM2250 to PM4125 to follow the documentation.

Note, this doesn't change the compatible strings. There was a previous
argument regarding renaming of compat strings.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Changes in v2:
- Rewrite commit message to mention that RB1 schematics uses PM4125,
  while DT uses PM2250.
- Link to v1: https://lore.kernel.org/r/20240114-pm2250-pm4125-rename-v1-0-71a0a103c3d5@linaro.org

---
Dmitry Baryshkov (2):
      soc: qcom: socinfo: rename PM2250 to PM4125
      arm64: dts: qcom: rename PM2250 to PM4125

 .../boot/dts/qcom/{pm2250.dtsi => pm4125.dtsi}     |  8 +--
 arch/arm64/boot/dts/qcom/qrb2210-rb1.dts           | 78 +++++++++++-----------
 drivers/soc/qcom/socinfo.c                         |  2 +-
 include/soc/qcom/qcom-spmi-pmic.h                  |  2 +-
 4 files changed, 45 insertions(+), 45 deletions(-)
---
base-commit: 01af33cc9894b4489fb68fa35c40e9fe85df63dc
change-id: 20240114-pm2250-pm4125-rename-e1f457783bc6

Best regards,

Comments

Bjorn Andersson Jan. 28, 2024, 5:45 p.m. UTC | #1
On Sun, 28 Jan 2024 03:32:43 +0200, Dmitry Baryshkov wrote:
> It seems, the only actual mentions of PM2250 can be found are related to
> the Qualcomm RB1 platform. However even RB1 schematics use PM4125 as a
> PMIC name. Rename PM2250 to PM4125 to follow the documentation.
> 
> Note, this doesn't change the compatible strings. There was a previous
> argument regarding renaming of compat strings.
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: rename PM2250 to PM4125
      commit: b11d508ded3e5528da07a4aab81bb49c3e66727e

Best regards,