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,
Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Kevin Hilman <khilman@baylibre.com>,
Johan Hovold <johan+linaro@kernel.org>,
Connor Abbott <cwabbott0@gmail.com>,
Krishna Kurapati <quic_kriskura@quicinc.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [GIT PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10
Date: Tue, 7 May 2024 21:18:18 -0500 [thread overview]
Message-ID: <20240508021820.206441-1-andersson@kernel.org> (raw)
The following changes since commit 873d845a357a4d89700cb1bb5b3da68890756f50:
dt-bindings: arm: qcom: Add Samsung Galaxy S5 China (kltechn) (2024-04-23 08:00:06 -0500)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.10-2
for you to fetch changes up to 0ea3e1d6f31d8aea72d0d0b53919c585a12a593b:
arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible (2024-05-03 15:30:02 -0500)
----------------------------------------------------------------
A few more Qualcomm Arm64 DeviceTree updates for v6.10
This corrects the obviously broken compatible of the USB VBUS regulator
in PM6150.
It clears the odd-looking default address on QCS404 EVB, with the
expectation that a proper address is provides by other means.
The newly added SM8650 GPU node is corrected with a missing memory
region.
The third DWC3 instance on SC8280XP is added, and enabled on Lenovo
Thinkpad X13s to give working fingerprint sensor.
----------------------------------------------------------------
Connor Abbott (1):
arm64: dts: qcom: sm8650: Fix GPU cx_mem size
Johan Hovold (2):
arm64: dts: qcom: sc8280xp-x13s: enable USB MP and fingerprint reader
arm64: dts: qcom: qcs404: fix bluetooth device address
Krishna Kurapati (1):
arm64: dts: qcom: sc8280xp: Add USB DWC3 Multiport controller
Krzysztof Kozlowski (1):
arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible
arch/arm64/boot/dts/qcom/pm6150.dtsi | 4 +-
arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 2 +-
.../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 85 ++++++++++++++++++++++
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 82 +++++++++++++++++++++
arch/arm64/boot/dts/qcom/sm8650.dtsi | 2 +-
5 files changed, 171 insertions(+), 4 deletions(-)
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,
Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Kevin Hilman <khilman@baylibre.com>,
Johan Hovold <johan+linaro@kernel.org>,
Connor Abbott <cwabbott0@gmail.com>,
Krishna Kurapati <quic_kriskura@quicinc.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [GIT PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10
Date: Tue, 7 May 2024 21:18:18 -0500 [thread overview]
Message-ID: <20240508021820.206441-1-andersson@kernel.org> (raw)
The following changes since commit 873d845a357a4d89700cb1bb5b3da68890756f50:
dt-bindings: arm: qcom: Add Samsung Galaxy S5 China (kltechn) (2024-04-23 08:00:06 -0500)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.10-2
for you to fetch changes up to 0ea3e1d6f31d8aea72d0d0b53919c585a12a593b:
arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible (2024-05-03 15:30:02 -0500)
----------------------------------------------------------------
A few more Qualcomm Arm64 DeviceTree updates for v6.10
This corrects the obviously broken compatible of the USB VBUS regulator
in PM6150.
It clears the odd-looking default address on QCS404 EVB, with the
expectation that a proper address is provides by other means.
The newly added SM8650 GPU node is corrected with a missing memory
region.
The third DWC3 instance on SC8280XP is added, and enabled on Lenovo
Thinkpad X13s to give working fingerprint sensor.
----------------------------------------------------------------
Connor Abbott (1):
arm64: dts: qcom: sm8650: Fix GPU cx_mem size
Johan Hovold (2):
arm64: dts: qcom: sc8280xp-x13s: enable USB MP and fingerprint reader
arm64: dts: qcom: qcs404: fix bluetooth device address
Krishna Kurapati (1):
arm64: dts: qcom: sc8280xp: Add USB DWC3 Multiport controller
Krzysztof Kozlowski (1):
arm64: dts: qcom: pm6150: correct USB VBUS regulator compatible
arch/arm64/boot/dts/qcom/pm6150.dtsi | 4 +-
arch/arm64/boot/dts/qcom/qcs404-evb.dtsi | 2 +-
.../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 85 ++++++++++++++++++++++
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 82 +++++++++++++++++++++
arch/arm64/boot/dts/qcom/sm8650.dtsi | 2 +-
5 files changed, 171 insertions(+), 4 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2024-05-08 2:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-08 2:18 Bjorn Andersson [this message]
2024-05-08 2:18 ` [GIT PULL] A few more Qualcomm Arm64 DeviceTree updates for v6.10 Bjorn Andersson
2024-05-08 7:20 ` 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=20240508021820.206441-1-andersson@kernel.org \
--to=andersson@kernel.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=cwabbott0@gmail.com \
--cc=johan+linaro@kernel.org \
--cc=khilman@baylibre.com \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=olof@lixom.net \
--cc=quic_kriskura@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.