soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] More Qualcomm ARM32 DeviceTree updates for v6.5
@ 2023-06-15 16:39 Bjorn Andersson
  2023-06-20 21:21 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2023-06-15 16:39 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Matti Lehtimäki,
	Dmitry Baryshkov, Luca Weiss, Rudraksha Gupta, Artur Weber,
	Krishna chaitanya chundru


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

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

* Re: [GIT PULL] More Qualcomm ARM32 DeviceTree updates for v6.5
  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
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-20 21:21 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 15 Jun 2023 09:39:26 -0700 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] More Qualcomm ARM32 DeviceTree updates for v6.5
    https://git.kernel.org/soc/soc/c/6db92533d6a3

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-06-20 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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).