From: Luca Weiss <luca.weiss@fairphone.com>
To: Sumit Garg <sumit.garg@kernel.org>,
u-boot@lists.denx.de, u-boot-qcom@groups.io
Cc: Tom Rini <trini@konsulko.com>, Lukasz Majewski <lukma@denx.de>,
Casey Connolly <casey.connolly@linaro.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Biswapriyo Nath <nathbappai@gmail.com>,
Aswin Murugan <aswin.murugan@oss.qualcomm.com>,
Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>,
Quentin Schulz <quentin.schulz@cherry.de>,
Johan Jonker <jbx6244@gmail.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Antony Kurniawan Soemardi <linux@smankusors.com>,
Luca Weiss <luca.weiss@fairphone.com>
Subject: [PATCH 0/4] Initial MSM8953 support
Date: Wed, 15 Jul 2026 17:17:39 +0200 [thread overview]
Message-ID: <20260715-msm8953-basic-v1-0-bc4cb5099d8e@fairphone.com> (raw)
Add clock and pinctrl drivers for the MSM8953 SoC, and activate reserved
memory carveout for MSM8953 and its sibling SDM632.
Note, that to boot successfully some more changes/quirks are needed:
* Decrease CONFIG_SYS_MALLOC_LEN to e.g. 0x1000000, default value
crashes u-boot.
* Disable prng in msm8953.dtsi, crashes u-boot.
* Optionally disable probe of psci-sysreset driver, not functional on
msm8953 and prohibits the pshold driver from getting active and
working.
* Optionally add simple-framebuffer to sdm632-fairphone-fp3.dts,
together with some lk2nd parameter this makes framebuffer somewhat
functional. Have not played around too much to get that working 100%,
since booting via lk2nd anyways is maybe one bootloader too much.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Luca Weiss (4):
clk/qcom: Add MSM8953 clock driver
qcom_defconfig: Enable MSM8953 clock driver
drivers: pinctrl: Add Qualcomm MSM8953 TLMM driver
mach-snapdragon: Do reserved memory carveout for MSM8953/SDM632
arch/arm/mach-snapdragon/board.c | 6 +-
configs/qcom_defconfig | 1 +
drivers/clk/qcom/Kconfig | 8 ++
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/clock-msm8953.c | 141 +++++++++++++++++++++++++++++++++
drivers/pinctrl/qcom/Kconfig | 8 ++
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-msm8953.c | 80 +++++++++++++++++++
8 files changed, 244 insertions(+), 2 deletions(-)
---
base-commit: 501d76ca801343cce6dafb17740a8b679ed17072
change-id: 20260715-msm8953-basic-3bcd53790a65
Best regards,
--
Luca Weiss <luca.weiss@fairphone.com>
next reply other threads:[~2026-07-16 1:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-15 15:17 Luca Weiss [this message]
2026-07-15 15:17 ` [PATCH 1/4] clk/qcom: Add MSM8953 clock driver Luca Weiss
2026-07-15 15:17 ` [PATCH 2/4] qcom_defconfig: Enable " Luca Weiss
2026-07-15 15:17 ` [PATCH 3/4] drivers: pinctrl: Add Qualcomm MSM8953 TLMM driver Luca Weiss
2026-07-15 15:17 ` [PATCH 4/4] mach-snapdragon: Do reserved memory carveout for MSM8953/SDM632 Luca Weiss
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=20260715-msm8953-basic-v1-0-bc4cb5099d8e@fairphone.com \
--to=luca.weiss@fairphone.com \
--cc=aswin.murugan@oss.qualcomm.com \
--cc=casey.connolly@linaro.org \
--cc=ilias.apalodimas@linaro.org \
--cc=jbx6244@gmail.com \
--cc=linux@smankusors.com \
--cc=lukma@denx.de \
--cc=nathbappai@gmail.com \
--cc=neil.armstrong@linaro.org \
--cc=quentin.schulz@cherry.de \
--cc=sumit.garg@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot-qcom@groups.io \
--cc=u-boot@lists.denx.de \
--cc=varadarajan.narayanan@oss.qualcomm.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