soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.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>,
	Bartosz Dudziak <bartosz.dudziak@snejp.pl>,
	Alexey Minnekhanov <alexeymin@postmarketos.org>,
	Craig Tatlor <ctatlor97@gmail.com>,
	David Heidelberg <david@ixit.cz>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Linus Walleij <linus.walleij@linaro.org>,
	Matthew Hagan <mnhagan88@gmail.com>
Subject: [GIT PULL] Qualcomm dts updates for v5.15
Date: Mon, 16 Aug 2021 16:19:57 -0500	[thread overview]
Message-ID: <20210816211957.579365-1-bjorn.andersson@linaro.org> (raw)
Message-ID: <20210816211957.E-G0IkpPk_0MdIIKBlESxTNbI0gQVcaq61auNapIqe4@z> (raw)

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f95c4c56d65225a537a2d88735fde7ec4d37641d:

  ARM: dts: qcom: add ahb reset to ipq806x-gmac (2021-08-05 09:24:37 -0500)

----------------------------------------------------------------
Qualcomm dts updates for v5.15

This introduces the MSM8226 platform and an initial dts for the Samsung
Galaxy S III Neo phone.

MSM8974 gains another UART and this is used to enable Bluetooth on the
Sony Xperia Z2 Tablet. Samsung Galaxy S5 gains regulator definitions for
audio and modem remoteprocs, effectively enabling these.

DSI clocks on APQ8064 are updates as the old legacy clock names are no
longer supported by the driver. And IPQ806x GMAC nodes gains AHB resets
wired up.

Lastly APQ8060 is converted to a SPDX header and the ethernet node is
updates in accordance with the binding.

----------------------------------------------------------------
Alexey Minnekhanov (1):
      ARM: dts: qcom: msm8974-klte: Enable remote processors

Bartosz Dudziak (3):
      ARM: dts: qcom: Add support for MSM8226 SoC
      dt-bindings: arm: qcom: Document MSM8226 SoC binding
      ARM: dts: qcom: Add initial DTS file for Samsung Galaxy S III Neo phone

Bjorn Andersson (1):
      ARM: dts: qcom: msm8974: castor: Add Bluetooth-related nodes

Craig Tatlor (1):
      ARM: dts: qcom: msm8974: Add blsp2_uart7 for bluetooth on sirius

David Heidelberg (1):
      ARM: dts: qcom: apq8064: correct clock names

Geert Uytterhoeven (1):
      ARM: dts: qcom: apq8060: Correct Ethernet node name and drop bogus irq property

Linus Walleij (1):
      ARM: dts: qcom: Fix up APQ8060 DragonBoard license

Matthew Hagan (1):
      ARM: dts: qcom: add ahb reset to ipq806x-gmac

 Documentation/devicetree/bindings/arm/qcom.yaml    |   6 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/qcom-apq8060-dragonboard.dts     |  27 +---
 arch/arm/boot/dts/qcom-apq8064.dtsi                |   6 +-
 arch/arm/boot/dts/qcom-ipq8064.dtsi                |  20 +--
 arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts  |  25 ++++
 arch/arm/boot/dts/qcom-msm8226.dtsi                | 147 +++++++++++++++++++++
 arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts    |  11 ++
 .../boot/dts/qcom-msm8974-sony-xperia-castor.dts   |  81 ++++++++++++
 arch/arm/boot/dts/qcom-msm8974.dtsi                |   9 ++
 10 files changed, 297 insertions(+), 36 deletions(-)
 create mode 100644 arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts
 create mode 100644 arch/arm/boot/dts/qcom-msm8226.dtsi

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

             reply	other threads:[~2021-08-16 21:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210816211957.E-G0IkpPk_0MdIIKBlESxTNbI0gQVcaq61auNapIqe4@z>
2021-08-16 21:19 ` Bjorn Andersson [this message]
     [not found]   ` <20210818125923.DyZiMKAMX2-j9kkZU9j2hWkuO4ZVGExnqDbmMAPbdeQ@z>
2021-08-18 12:59     ` [GIT PULL] Qualcomm dts updates for v5.15 Arnd Bergmann

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=20210816211957.579365-1-bjorn.andersson@linaro.org \
    --to=bjorn.andersson@linaro.org \
    --cc=agross@kernel.org \
    --cc=alexeymin@postmarketos.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bartosz.dudziak@snejp.pl \
    --cc=ctatlor97@gmail.com \
    --cc=david@ixit.cz \
    --cc=geert+renesas@glider.be \
    --cc=khilman@baylibre.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=mnhagan88@gmail.com \
    --cc=olof@lixom.net \
    --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 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).