u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Initial step for Linux DT sync on Qcom SoCs
@ 2022-07-27  8:22 Sumit Garg
  2022-07-27  8:22 ` [PATCH v2 1/2] pinctrl: sdm845: Remove redundant CONFIG_SDM845 check Sumit Garg
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sumit Garg @ 2022-07-27  8:22 UTC (permalink / raw)
  To: u-boot
  Cc: robert.marko, luka.kovacic, luka.perkov, rfried.dev, dsankouski,
	stephan, sjg, trini, nicolas.dechesne, vinod.koul, mworsfold,
	daniel.thompson, pbrobinson, Sumit Garg

This is an initial step towards achieving complete Linux DT sync on Qcom
SoCs/boards. It syncs up DT compatibles for pinctrl and GPIO drivers.

Changes in v2:
- Separate patch for CONFIG_SDM845 check removal.
- Fix pinctrl DT compatibles for db410c and db820c.

Sumit Garg (2):
  pinctrl: sdm845: Remove redundant CONFIG_SDM845 check
  arm: dts: qcom: Sync pinctrl DT nodes with Linux bindings

 arch/arm/dts/dragonboard410c-uboot.dtsi       |  2 +-
 arch/arm/dts/dragonboard410c.dts              | 17 +++-----
 arch/arm/dts/dragonboard820c-uboot.dtsi       |  2 +-
 arch/arm/dts/dragonboard820c.dts              |  4 +-
 arch/arm/dts/qcom-ipq4019.dtsi                | 18 +++------
 arch/arm/dts/qcs404-evb.dts                   |  2 +-
 arch/arm/dts/sdm845.dtsi                      |  2 +-
 arch/arm/mach-ipq40xx/pinctrl-snapdragon.c    | 31 ++++++++++++++-
 arch/arm/mach-snapdragon/Makefile             |  2 +-
 arch/arm/mach-snapdragon/pinctrl-snapdragon.c | 39 ++++++++++++++++---
 drivers/gpio/msm_gpio.c                       | 10 +----
 11 files changed, 83 insertions(+), 46 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-08-26 18:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27  8:22 [PATCH v2 0/2] Initial step for Linux DT sync on Qcom SoCs Sumit Garg
2022-07-27  8:22 ` [PATCH v2 1/2] pinctrl: sdm845: Remove redundant CONFIG_SDM845 check Sumit Garg
2022-08-07  0:16   ` Ramon Fried
2022-08-26 18:49   ` Tom Rini
2022-07-27  8:22 ` [PATCH v2 2/2] arm: dts: qcom: Sync pinctrl DT nodes with Linux bindings Sumit Garg
2022-08-26 18:49   ` Tom Rini
2022-08-04 14:39 ` [PATCH v2 0/2] Initial step for Linux DT sync on Qcom SoCs Sumit Garg
2022-08-16  8:02   ` Sumit Garg
2022-08-25  5:22     ` Sumit Garg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).