u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Sumit Garg <sumit.garg@linaro.org>
To: u-boot@lists.denx.de
Cc: robert.marko@sartura.hr, luka.kovacic@sartura.hr,
	luka.perkov@sartura.hr, rfried.dev@gmail.com,
	dsankouski@gmail.com, stephan@gerhold.net, sjg@chromium.org,
	trini@konsulko.com, nicolas.dechesne@linaro.org,
	vinod.koul@linaro.org, mworsfold@impinj.com,
	daniel.thompson@linaro.org, pbrobinson@gmail.com,
	Sumit Garg <sumit.garg@linaro.org>
Subject: [PATCH v2 0/2] Initial step for Linux DT sync on Qcom SoCs
Date: Wed, 27 Jul 2022 13:52:02 +0530	[thread overview]
Message-ID: <20220727082204.3677784-1-sumit.garg@linaro.org> (raw)

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


             reply	other threads:[~2022-07-27  8:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-27  8:22 Sumit Garg [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220727082204.3677784-1-sumit.garg@linaro.org \
    --to=sumit.garg@linaro.org \
    --cc=daniel.thompson@linaro.org \
    --cc=dsankouski@gmail.com \
    --cc=luka.kovacic@sartura.hr \
    --cc=luka.perkov@sartura.hr \
    --cc=mworsfold@impinj.com \
    --cc=nicolas.dechesne@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=rfried.dev@gmail.com \
    --cc=robert.marko@sartura.hr \
    --cc=sjg@chromium.org \
    --cc=stephan@gerhold.net \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vinod.koul@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).