mbox series

[0/2] Name the regulators for QCM6490 Fairphone 5 & SHIFTphone 8

Message ID 20240618-qcm6490-regulator-name-v1-0-69fa05e9f58e@fairphone.com (mailing list archive)
Headers show
Series Name the regulators for QCM6490 Fairphone 5 & SHIFTphone 8 | expand

Message

Luca Weiss June 18, 2024, 1:30 p.m. UTC
As per individual commit messages:

Without explicitly specifying names for the regulators they are named
based on the DeviceTree node name. This results in multiple regulators
with the same name, making debug prints and regulator_summary impossible
to reason about.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Luca Weiss (2):
      arm64: dts: qcom: qcm6490-fairphone-fp5: Name the regulators
      arm64: dts: qcom: qcm6490-shift-otter: Name the regulators

 arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 35 ++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts   | 35 ++++++++++++++++++++++
 2 files changed, 70 insertions(+)
---
base-commit: 76db4c64526c5e8ba0f56ad3d890dce8f9b00bbc
change-id: 20240618-qcm6490-regulator-name-bd20a8f17751

Best regards,

Comments

Bjorn Andersson June 21, 2024, 6:11 a.m. UTC | #1
On Tue, 18 Jun 2024 15:30:53 +0200, Luca Weiss wrote:
> As per individual commit messages:
> 
> Without explicitly specifying names for the regulators they are named
> based on the DeviceTree node name. This results in multiple regulators
> with the same name, making debug prints and regulator_summary impossible
> to reason about.
> 
> [...]

Applied, thanks!

[1/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Name the regulators
      commit: 4c3849513fa1b4d9f6fbe08ecd65e2d6ae19c1fb
[2/2] arm64: dts: qcom: qcm6490-shift-otter: Name the regulators
      commit: e160c41b96b6d6f38b8646e3c914c630da21e105

Best regards,