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>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Luca Weiss <luca.weiss@fairphone.com>,
Bjorn Andersson <quic_bjorande@quicinc.com>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Manivannan Sadhasivam <mani@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Owen Yang <ecs.taipeikernel@gmail.com>
Subject: [GIT PULL] Last set of Qualcomm ARM64 DTS updates for v6.3
Date: Tue, 14 Feb 2023 21:15:30 -0800 [thread overview]
Message-ID: <20230215051530.1165953-1-andersson@kernel.org> (raw)
The following changes since commit f069ede81ef438d99e76112d8738c4dc3d1766f9:
arm64: dts: qcom: sc7280: Power herobrine's 3.3 eDP/TS rail more properly (2023-02-08 20:09:36 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.3-3
for you to fetch changes up to 407ef897bd0275e38ae33d410857e71c092679bd:
arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings (2023-02-13 14:20:54 -0800)
----------------------------------------------------------------
Last set of Qualcomm ARM64 DTS updates for v6.3
This introduces additional DisplayPort controllers and pmic_glink on
SC8280XP (8cx Gen3), which provides support for USB Type-C-based
displays on the the Lenovo ThinkPad X13s and the compute reference
device. The pmic_glink also provides battery and power supply status.
Interrupt-parents are corrected across the SC8280XP PMICs, to allow
non-Linux OSs to properly handle interrupts in the various blocks
therein.
It cleans up the SM8350 base dtsi and introduces GPU support on this
platform, as well as enable this for the Hardware Development Kit (HDK).
It enables i2c busses on the Fairphone FP4
Lastly it aligns glink node names with bindings across a few platforms,
and corrects the compatible for the PON block in the pmk8350 PMIC.
----------------------------------------------------------------
Bjorn Andersson (3):
arm64: dts: qcom: sc8280xp: Add USB-C-related DP blocks
arm64: dts: qcom: sc8280xp-crd: Introduce pmic_glink
arm64: dts: qcom: sc8280xp-x13s: Enable external display
Dmitry Baryshkov (5):
arm64: dts: qcom: sm8350: reorder device nodes
arm64: dts: qcom: sm8350: move more nodes to correct place
arm64: dts: qcom: sm8350: finish reordering nodes
arm64: dts: qcom: sm8350: add GPU, GMU, GPU CC and SMMU nodes
arm64: dts: qcom: sm8350-hdk: enable GPU
Konrad Dybcio (1):
arm64: dts: qcom: pmk8350: Use the correct PON compatible
Krzysztof Kozlowski (3):
arm64: dts: qcom: ipq6018: align RPM G-Link node with bindings
arm64: dts: qcom: qcs404: align RPM G-Link node with bindings
arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings
Luca Weiss (2):
arm64: dts: qcom: sm7225-fairphone-fp4: move status property down
arm64: dts: qcom: sm7225-fairphone-fp4: enable remaining i2c busses
Manivannan Sadhasivam (1):
arm64: dts: qcom: sc8280xp-pmics: Specify interrupt parent explicitly
Neil Armstrong (1):
arm64: dts: qcom: sm8550: remove invalid interconnect property from cryptobam
Owen Yang (1):
arm64: dts: qcom: sc7280: Adjust zombie PWM frequency
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
arch/arm64/boot/dts/qcom/pmk8350.dtsi | 2 +-
arch/arm64/boot/dts/qcom/qcs404.dtsi | 2 +-
.../boot/dts/qcom/sc7280-herobrine-zombie.dtsi | 4 +-
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 196 +-
.../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 180 +-
arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi | 12 +-
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 189 +-
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 67 +-
arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 8 +
arch/arm64/boot/dts/qcom/sm8350.dtsi | 2512 +++++++++++---------
arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 -
13 files changed, 1972 insertions(+), 1206 deletions(-)
next reply other threads:[~2023-02-15 5:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-15 5:15 Bjorn Andersson [this message]
2023-02-15 14:20 ` [GIT PULL] Last set of Qualcomm ARM64 DTS updates for v6.3 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=20230215051530.1165953-1-andersson@kernel.org \
--to=andersson@kernel.org \
--cc=agross@kernel.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=dmitry.baryshkov@linaro.org \
--cc=ecs.taipeikernel@gmail.com \
--cc=khilman@baylibre.com \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=luca.weiss@fairphone.com \
--cc=mani@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=olof@lixom.net \
--cc=quic_bjorande@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox