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>,
"Christian Marangi" <ansuelsmth@gmail.com>,
"André Almeida" <andrealmeid@igalia.com>,
"Dmitry Baryshkov" <dmitry.baryshkov@linaro.org>,
"Johan Hovold" <johan+linaro@kernel.org>,
"Luca Weiss" <luca@z3ntu.xyz>,
"Stephan Gerhold" <stephan.gerhold@kernkonzept.com>
Subject: [GIT PULL] More Qualcomm DTS updates for v5.20
Date: Wed, 20 Jul 2022 18:11:11 -0500 [thread overview]
Message-ID: <20220720231111.2114025-1-bjorn.andersson@linaro.org> (raw)
The following changes since commit 864cfdeb76735909a9afcc314416ccaa1ce82a1a:
ARM: dts: qcom: msm8974: rename GPU's OPP table node (2022-07-06 16:04:22 -0500)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.20-2
for you to fetch changes up to aa7fd3bb6017b343585e97a909f9b7d2fe174018:
ARM: dts: qcom: add rpmcc missing clocks for apq/ipq8064 and msm8660 (2022-07-18 19:13:44 -0500)
----------------------------------------------------------------
More Qualcomm DTS updates for v5.20
This adds an additional GSBI, hwclock, smem and tsens nodes for IPQ8064,
in addition to fixing up and improving the existing descriptions of the
platform.
USB interrupts are reordered to please the Devicetree binding.
The Light Pulse Generator is defined for PM8941 and LEDs are defined for
the FairPhone2, Nexus 5 and Sony Xperia devices.
----------------------------------------------------------------
André Almeida (1):
ARM: dts: qcom: msm8974-hammerhead: Add notification LED
Bjorn Andersson (2):
ARM: dts: qcom: Add LPG node to pm8941
ARM: dts: qcom: msm8974-sony: Enable LPG
Christian Marangi (11):
ARM: dts: qcom: ipq8064: add multiple missing pin definition
ARM: dts: qcom: ipq8064: add gsbi6 missing definition
ARM: dts: qcom: ipq8064: add specific dtsi with smb208 rpm regulators
ARM: dts: qcom: ipq8064: add missing snps,dwmac compatible for gmac
ARM: dts: qcom: ipq8064: disable usb phy by default
ARM: dts: qcom: ipq8064: reduce pci IO size to 64K
ARM: dts: qcom: ipq8064: fix and add some missing gsbi node
ARM: dts: qcom: ipq8064: add speedbin efuse nvmem node
ARM: dts: qcom: ipq8064: add missing hwlock
ARM: dts: qcom: ipq8064: add missing smem compatible
ARM: dts: qcom: add rpmcc missing clocks for apq/ipq8064 and msm8660
Dmitry Baryshkov (1):
ARM: dts: qcom: apq8064: create tsens device node
Johan Hovold (1):
ARM: dts: qcom: sdx65: reorder USB interrupts
Luca Weiss (1):
ARM: dts: qcom: msm8974-FP2: Add notification LED
Stephan Gerhold (1):
ARM: dts: qcom: msm8974: Disable remoteprocs by default
arch/arm/boot/dts/qcom-apq8064.dtsi | 27 +++-
arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 6 -
arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 9 --
arch/arm/boot/dts/qcom-ipq8064-smb208.dtsi | 37 +++++
arch/arm/boot/dts/qcom-ipq8064.dtsi | 162 ++++++++++++++++++++-
arch/arm/boot/dts/qcom-msm8660.dtsi | 4 +-
.../dts/qcom-msm8974-lge-nexus5-hammerhead.dts | 30 ++++
.../boot/dts/qcom-msm8974-sony-xperia-rhine.dtsi | 30 ++++
arch/arm/boot/dts/qcom-msm8974.dtsi | 4 +
.../arm/boot/dts/qcom-msm8974pro-fairphone-fp2.dts | 32 ++++
arch/arm/boot/dts/qcom-msm8974pro-samsung-klte.dts | 2 +
.../qcom-msm8974pro-sony-xperia-shinano-castor.dts | 30 ++++
arch/arm/boot/dts/qcom-pm8941.dtsi | 10 ++
arch/arm/boot/dts/qcom-sdx65.dtsi | 10 +-
14 files changed, 357 insertions(+), 36 deletions(-)
create mode 100644 arch/arm/boot/dts/qcom-ipq8064-smb208.dtsi
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2022-07-20 23:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-20 23:11 Bjorn Andersson [this message]
2022-07-25 15:44 ` [GIT PULL] More Qualcomm DTS updates for v5.20 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=20220720231111.2114025-1-bjorn.andersson@linaro.org \
--to=bjorn.andersson@linaro.org \
--cc=agross@kernel.org \
--cc=andrealmeid@igalia.com \
--cc=ansuelsmth@gmail.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=dmitry.baryshkov@linaro.org \
--cc=johan+linaro@kernel.org \
--cc=khilman@baylibre.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=luca@z3ntu.xyz \
--cc=olof@lixom.net \
--cc=soc@kernel.org \
--cc=stephan.gerhold@kernkonzept.com \
/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).