public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] arm64: dts: qcom: msm8916/39: Clean up labels
@ 2023-05-29 12:46 Stephan Gerhold
  2023-05-29 12:46 ` [PATCH 1/6] arm64: dts: qcom: msm8916: Rename &msmgpio -> &tlmm Stephan Gerhold
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Stephan Gerhold @ 2023-05-29 12:46 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Konrad Dybcio, Andy Gross, linux-arm-msm, devicetree,
	linux-kernel, Bryan O'Donoghue, Stephan Gerhold

MSM8916 and MSM8939 are very similar and almost fully "pin-compatible", 
so there are some devices that exist in very similar variants with both 
MSM8916 and MSM8939. To allow sharing definitions for such devices the 
SoCs should be set up as similar as possible, e.g. using the same 
labels. At least for me this will also simplify maintenance and review 
because board DTs do not behave and/or look subtly different.

This series is the first part to clean up some old inconsistencies for 
those SoCs to bring MSM8916 and MSM8939 closer together and also closer 
to newer SoCs. The changes here are very minor and just focused on 
labels. I'll have some more interesting changes (including fixes) later 
but the series would have become too large.

There is no functional changes in any patch of this series.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
---
Stephan Gerhold (6):
      arm64: dts: qcom: msm8916: Rename &msmgpio -> &tlmm
      arm64: dts: qcom: msm8916/39: Rename &blsp1_uartN -> &blsp_uartN
      arm64: dts: qcom: msm8916/39: Use consistent name for I2C/SPI pinctrl
      arm64: dts: qcom: msm8916/39: Clean up MDSS labels
      arm64: dts: qcom: pm8916: Rename &wcd_codec -> &pm8916_codec
      arm64: dts: qcom: msm8916: Move aliases to boards

 arch/arm64/boot/dts/qcom/apq8016-sbc.dts           |  72 +--
 arch/arm64/boot/dts/qcom/apq8039-t2.dts            |  30 +-
 arch/arm64/boot/dts/qcom/msm8916-acer-a1-724.dts   |  20 +-
 .../boot/dts/qcom/msm8916-alcatel-idol347.dts      |  30 +-
 arch/arm64/boot/dts/qcom/msm8916-asus-z00l.dts     |  26 +-
 arch/arm64/boot/dts/qcom/msm8916-gplus-fl8005a.dts |  26 +-
 arch/arm64/boot/dts/qcom/msm8916-huawei-g7.dts     |  60 +--
 .../boot/dts/qcom/msm8916-longcheer-l8150.dts      |  26 +-
 .../boot/dts/qcom/msm8916-longcheer-l8910.dts      |  22 +-
 arch/arm64/boot/dts/qcom/msm8916-mtp.dts           |   4 +-
 arch/arm64/boot/dts/qcom/msm8916-pins.dtsi         |  58 +--
 arch/arm64/boot/dts/qcom/msm8916-pm8916.dtsi       |  16 +-
 .../dts/qcom/msm8916-samsung-a2015-common.dtsi     |  56 +-
 .../boot/dts/qcom/msm8916-samsung-a3u-eur.dts      |  18 +-
 .../boot/dts/qcom/msm8916-samsung-a5u-eur.dts      |   6 +-
 .../dts/qcom/msm8916-samsung-e2015-common.dtsi     |   6 +-
 .../boot/dts/qcom/msm8916-samsung-grandmax.dts     |   6 +-
 .../boot/dts/qcom/msm8916-samsung-gt5-common.dtsi  |  20 +-
 arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts |  12 +-
 arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts  |   8 +-
 .../boot/dts/qcom/msm8916-samsung-j5-common.dtsi   |  22 +-
 .../boot/dts/qcom/msm8916-samsung-serranove.dts    |  48 +-
 arch/arm64/boot/dts/qcom/msm8916-thwc-uf896.dts    |   8 +-
 arch/arm64/boot/dts/qcom/msm8916-thwc-ufi001c.dts  |  10 +-
 arch/arm64/boot/dts/qcom/msm8916-ufi.dtsi          |   9 +-
 .../boot/dts/qcom/msm8916-wingtech-wt88047.dts     |  22 +-
 .../arm64/boot/dts/qcom/msm8916-yiming-uz801v3.dts |   8 +-
 arch/arm64/boot/dts/qcom/msm8916.dtsi              |  95 ++--
 arch/arm64/boot/dts/qcom/msm8939-pm8916.dtsi       |  10 +-
 .../dts/qcom/msm8939-sony-xperia-kanuti-tulip.dts  |   2 +-
 arch/arm64/boot/dts/qcom/msm8939.dtsi              | 570 ++++++++++-----------
 arch/arm64/boot/dts/qcom/pm8916.dtsi               |   2 +-
 32 files changed, 675 insertions(+), 653 deletions(-)
---
base-commit: 048ca08c07e7be8b8df79af2d49a621fc69f7c3b
change-id: 20230525-msm8916-labels-2abf5d4074ce

Best regards,
-- 
Stephan Gerhold <stephan@gerhold.net>


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2023-05-30  0:12 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-29 12:46 [PATCH 0/6] arm64: dts: qcom: msm8916/39: Clean up labels Stephan Gerhold
2023-05-29 12:46 ` [PATCH 1/6] arm64: dts: qcom: msm8916: Rename &msmgpio -> &tlmm Stephan Gerhold
2023-05-29 13:20   ` Bryan O'Donoghue
2023-05-29 12:46 ` [PATCH 2/6] arm64: dts: qcom: msm8916/39: Rename &blsp1_uartN -> &blsp_uartN Stephan Gerhold
2023-05-29 13:21   ` Bryan O'Donoghue
2023-05-29 12:47 ` [PATCH 3/6] arm64: dts: qcom: msm8916/39: Use consistent name for I2C/SPI pinctrl Stephan Gerhold
2023-05-29 13:26   ` Bryan O'Donoghue
2023-05-29 12:47 ` [PATCH 4/6] arm64: dts: qcom: msm8916/39: Clean up MDSS labels Stephan Gerhold
2023-05-29 13:33   ` Bryan O'Donoghue
2023-05-29 15:00     ` Stephan Gerhold
2023-05-29 15:24       ` Bryan O'Donoghue
2023-05-29 15:26         ` Bryan O'Donoghue
2023-05-29 15:31           ` Stephan Gerhold
2023-05-29 15:52             ` Konrad Dybcio
2023-05-29 12:47 ` [PATCH 5/6] arm64: dts: qcom: pm8916: Rename &wcd_codec -> &pm8916_codec Stephan Gerhold
2023-05-29 13:47   ` Bryan O'Donoghue
2023-05-29 15:07     ` Stephan Gerhold
2023-05-29 12:47 ` [PATCH 6/6] arm64: dts: qcom: msm8916: Move aliases to boards Stephan Gerhold
2023-05-29 13:48   ` Bryan O'Donoghue
2023-05-30  0:16 ` [PATCH 0/6] arm64: dts: qcom: msm8916/39: Clean up labels Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox