mbox series

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

Message ID 20221116102054.4673-1-johan+linaro@kernel.org (mailing list archive)
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

Mark Brown Nov. 16, 2022, 3:01 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 to

   broonie/regulator.git for-next

Thanks!

[1/2] regulator: dt-bindings: qcom,rpmh: clean up example indentation
      commit: b8dfb3bed5524589052dafa0e4d6c4e25ae11544

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Bjorn Andersson Dec. 6, 2022, 6:18 p.m. UTC | #2
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,