All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Andy Gross" <agross@kernel.org>, "Arnd Bergmann" <arnd@arndb.de>,
	"Olof Johansson" <olof@lixom.net>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Matti Lehtimäki" <matti.lehtimaki@gmail.com>,
	"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>,
	"Luca Weiss" <luca@z3ntu.xyz>,
	"Rudraksha Gupta" <guptarud@gmail.com>,
	"Artur Weber" <aweber.kernel@gmail.com>,
	"Krishna chaitanya chundru" <quic_krichai@quicinc.com>
Subject: [GIT PULL] More Qualcomm ARM32 DeviceTree updates for v6.5
Date: Thu, 15 Jun 2023 09:39:26 -0700	[thread overview]
Message-ID: <20230615163926.1462225-1-andersson@kernel.org> (raw)


The following changes since commit 925bac3caa46c5790d21ee236869b017090aad2d:

  ARM: dts: qcom: apq8074-dragonboard: enable DSI panel (2023-05-30 07:54:19 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-6.5-2

for you to fetch changes up to 831b802a7727ba6e67c5ed585c54f610d9db1316:

  arm: dts: qcom: sdx55: Add interconnect path (2023-06-14 08:07:21 -0700)

----------------------------------------------------------------
More Qualcomm ARM32 DeviceTree updates for v6.5

On MSM8960, support for USB is added and the Samsung Galaxy Express is
added.

GPIO keys and on-board LEDs are described for the APQ8074 Dragonboard.

On MSM8226, QFPROM, tsens and thermal zones are defined, and the
description of the clock hierarchy is improved.

The PCIe endpoint controller on SDX55 gains a interconnect path to DDR
defined.

Sony Xperia X2 Tablet and Samsung Galaxy Tab 4 are updated following
changes in the LP855X DeviceTree binding.

----------------------------------------------------------------
Artur Weber (1):
      ARM: dts: qcom: adapt to LP855X bindings changes

Dmitry Baryshkov (3):
      ARM: dts: qcom: apq8074-dragonboard: add onboard leds
      ARM: dts: qcom: apq8074-dragonboard: add gpio keys
      ARM: dts: qcom: msm8974: rename labels for DSI nodes

Krishna chaitanya chundru (1):
      arm: dts: qcom: sdx55: Add interconnect path

Luca Weiss (2):
      ARM: dts: qcom: msm8226: Use XO from rpmcc where possible
      ARM: dts: qcom: msm8226: Provide clocks to mmcc node

Matti Lehtimäki (6):
      ARM: dts: qcom: pm8226: Add thermal sensor and thermal zone config
      ARM: dts: qcom: pm8841: Add thermal zone config
      ARM: dts: qcom: pm8941: Add thermal zone config
      ARM: dts: qcom: msm8226: Add qfprom node
      ARM: dts: qcom: msm8226: Add tsens node and related nvmem cells
      ARM: dts: qcom: msm8226: Add thermal zones node

Rudraksha Gupta (2):
      ARM: dts: qcom: msm8960: Add USB node
      ARM: dts: qcom: Add Samsung Galaxy Express support

 arch/arm/boot/dts/Makefile                         |   1 +
 .../boot/dts/qcom-apq8026-samsung-matisse-wifi.dts |   1 -
 arch/arm/boot/dts/qcom-apq8074-dragonboard.dts     |  74 ++++-
 arch/arm/boot/dts/qcom-msm8226.dtsi                | 190 +++++++++++-
 .../boot/dts/qcom-msm8960-samsung-expressatt.dts   | 331 +++++++++++++++++++++
 arch/arm/boot/dts/qcom-msm8960.dtsi                |  34 ++-
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     |  16 +-
 arch/arm/boot/dts/qcom-msm8974.dtsi                |  36 +--
 arch/arm/boot/dts/qcom-msm8974pro-samsung-klte.dts |  24 +-
 .../qcom-msm8974pro-sony-xperia-shinano-castor.dts |  23 +-
 arch/arm/boot/dts/qcom-pm8226.dtsi                 |  39 +++
 arch/arm/boot/dts/qcom-pm8841.dtsi                 |  33 +-
 arch/arm/boot/dts/qcom-pm8941.dtsi                 |  31 ++
 arch/arm/boot/dts/qcom-sdx55.dtsi                  |   4 +
 14 files changed, 776 insertions(+), 61 deletions(-)
 create mode 100644 arch/arm/boot/dts/qcom-msm8960-samsung-expressatt.dts

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	"Andy Gross" <agross@kernel.org>, "Arnd Bergmann" <arnd@arndb.de>,
	"Olof Johansson" <olof@lixom.net>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Matti Lehtimäki" <matti.lehtimaki@gmail.com>,
	"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>,
	"Luca Weiss" <luca@z3ntu.xyz>,
	"Rudraksha Gupta" <guptarud@gmail.com>,
	"Artur Weber" <aweber.kernel@gmail.com>,
	"Krishna chaitanya chundru" <quic_krichai@quicinc.com>
Subject: [GIT PULL] More Qualcomm ARM32 DeviceTree updates for v6.5
Date: Thu, 15 Jun 2023 09:39:26 -0700	[thread overview]
Message-ID: <20230615163926.1462225-1-andersson@kernel.org> (raw)


The following changes since commit 925bac3caa46c5790d21ee236869b017090aad2d:

  ARM: dts: qcom: apq8074-dragonboard: enable DSI panel (2023-05-30 07:54:19 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-6.5-2

for you to fetch changes up to 831b802a7727ba6e67c5ed585c54f610d9db1316:

  arm: dts: qcom: sdx55: Add interconnect path (2023-06-14 08:07:21 -0700)

----------------------------------------------------------------
More Qualcomm ARM32 DeviceTree updates for v6.5

On MSM8960, support for USB is added and the Samsung Galaxy Express is
added.

GPIO keys and on-board LEDs are described for the APQ8074 Dragonboard.

On MSM8226, QFPROM, tsens and thermal zones are defined, and the
description of the clock hierarchy is improved.

The PCIe endpoint controller on SDX55 gains a interconnect path to DDR
defined.

Sony Xperia X2 Tablet and Samsung Galaxy Tab 4 are updated following
changes in the LP855X DeviceTree binding.

----------------------------------------------------------------
Artur Weber (1):
      ARM: dts: qcom: adapt to LP855X bindings changes

Dmitry Baryshkov (3):
      ARM: dts: qcom: apq8074-dragonboard: add onboard leds
      ARM: dts: qcom: apq8074-dragonboard: add gpio keys
      ARM: dts: qcom: msm8974: rename labels for DSI nodes

Krishna chaitanya chundru (1):
      arm: dts: qcom: sdx55: Add interconnect path

Luca Weiss (2):
      ARM: dts: qcom: msm8226: Use XO from rpmcc where possible
      ARM: dts: qcom: msm8226: Provide clocks to mmcc node

Matti Lehtimäki (6):
      ARM: dts: qcom: pm8226: Add thermal sensor and thermal zone config
      ARM: dts: qcom: pm8841: Add thermal zone config
      ARM: dts: qcom: pm8941: Add thermal zone config
      ARM: dts: qcom: msm8226: Add qfprom node
      ARM: dts: qcom: msm8226: Add tsens node and related nvmem cells
      ARM: dts: qcom: msm8226: Add thermal zones node

Rudraksha Gupta (2):
      ARM: dts: qcom: msm8960: Add USB node
      ARM: dts: qcom: Add Samsung Galaxy Express support

 arch/arm/boot/dts/Makefile                         |   1 +
 .../boot/dts/qcom-apq8026-samsung-matisse-wifi.dts |   1 -
 arch/arm/boot/dts/qcom-apq8074-dragonboard.dts     |  74 ++++-
 arch/arm/boot/dts/qcom-msm8226.dtsi                | 190 +++++++++++-
 .../boot/dts/qcom-msm8960-samsung-expressatt.dts   | 331 +++++++++++++++++++++
 arch/arm/boot/dts/qcom-msm8960.dtsi                |  34 ++-
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     |  16 +-
 arch/arm/boot/dts/qcom-msm8974.dtsi                |  36 +--
 arch/arm/boot/dts/qcom-msm8974pro-samsung-klte.dts |  24 +-
 .../qcom-msm8974pro-sony-xperia-shinano-castor.dts |  23 +-
 arch/arm/boot/dts/qcom-pm8226.dtsi                 |  39 +++
 arch/arm/boot/dts/qcom-pm8841.dtsi                 |  33 +-
 arch/arm/boot/dts/qcom-pm8941.dtsi                 |  31 ++
 arch/arm/boot/dts/qcom-sdx55.dtsi                  |   4 +
 14 files changed, 776 insertions(+), 61 deletions(-)
 create mode 100644 arch/arm/boot/dts/qcom-msm8960-samsung-expressatt.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-06-15 16:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-15 16:39 Bjorn Andersson [this message]
2023-06-15 16:39 ` [GIT PULL] More Qualcomm ARM32 DeviceTree updates for v6.5 Bjorn Andersson
2023-06-20 21:21 ` patchwork-bot+linux-soc

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=20230615163926.1462225-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=agross@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=aweber.kernel@gmail.com \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=guptarud@gmail.com \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=luca@z3ntu.xyz \
    --cc=matti.lehtimaki@gmail.com \
    --cc=olof@lixom.net \
    --cc=quic_krichai@quicinc.com \
    --cc=soc@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.