Re: [PATCH 2/6] arm64: dts: qcom: msm8916/39: Rename &blsp1_uartN -> &blsp_uartN

From: Bryan O'Donoghue
Date: Mon May 29 2023 - 09:22:05 EST


On 29/05/2023 13:46, Stephan Gerhold wrote:
For some reason the BLSP UART controllers have a label with a number
behind blsp (&blsp1_uartN) while I2C/SPI are named without (&blsp_i2cN).
This is confusing, especially for proper node ordering in board DTs.

Right now all board DTs are ordered as if the number behind blsp does
not exist (&blsp_i2cN comes before &blsp1_uartN). Strictly speaking
correct ordering would be the other way around ('1' comes before '_').

End this confusion by giving the UART controllers consistent labels.
There is just one BLSP on MSM8916/39 so the number is redundant.

Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx>
---

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>