mbox series

[0/2] arm64: dts: qcom: clean up 'regulator-allowed-modes' indentation

Message ID 20221116102054.4673-1-johan+linaro@kernel.org
Headers show
Series arm64: dts: qcom: clean up 'regulator-allowed-modes' indentation | expand

Message

Johan Hovold Nov. 16, 2022, 10:20 a.m. UTC
When reviewing a new devicetree for sa8540p-ride I noticed that the
indentation for the 'regulator-allowed-modes' properties was off and
realised that this had been copied from the recent patches adding the
missing modes properties.

Let's clean up the binding example and current devicetree sources to
avoid this pattern being reproduced further.

Note that the patches adding the missing properties have not yet made it
into 6.1-rc.

Johan


Johan Hovold (2):
  regulator: dt-bindings: qcom,rpmh: clean up example indentation
  arm64: dts: qcom: clean up 'regulator-allowed-modes' indentation

 .../regulator/qcom,rpmh-regulator.yaml        | 10 ++++------
 arch/arm64/boot/dts/qcom/sa8155p-adp.dts      | 20 ++++++++-----------
 arch/arm64/boot/dts/qcom/sa8295p-adp.dts      | 20 ++++++++-----------
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts     | 10 ++++------
 .../qcom/sm6350-sony-xperia-lena-pdx213.dts   | 10 ++++------
 .../boot/dts/qcom/sm7225-fairphone-fp4.dts    | 10 ++++------
 .../dts/qcom/sm8150-sony-xperia-kumano.dtsi   | 10 ++++------
 .../boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 10 ++++------
 arch/arm64/boot/dts/qcom/sm8350-hdk.dts       | 20 ++++++++-----------
 9 files changed, 48 insertions(+), 72 deletions(-)

Comments

Bjorn Andersson Dec. 6, 2022, 6:18 p.m. UTC | #1
On Wed, 16 Nov 2022 11:20:52 +0100, Johan Hovold wrote:
> When reviewing a new devicetree for sa8540p-ride I noticed that the
> indentation for the 'regulator-allowed-modes' properties was off and
> realised that this had been copied from the recent patches adding the
> missing modes properties.
> 
> Let's clean up the binding example and current devicetree sources to
> avoid this pattern being reproduced further.
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: clean up 'regulator-allowed-modes' indentation
      commit: 25f08f02f47d0f83f39308359bad06719ad9a55c

Best regards,