From: Esteban Urrutia <esteuwu@proton.me>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
Bjorn Andersson <andersson@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Brian Masney <bmasney@redhat.com>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Rob Clark <robin.clark@oss.qualcomm.com>,
Will Deacon <will@kernel.org>,
Robin Murphy <robin.murphy@arm.com>,
"Joerg Roedel (AMD)" <joro@8bytes.org>,
Vinod Koul <vkoul@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux-phy@lists.infradead.org
Subject: Re: [PATCH 2/8] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
Date: Tue, 07 Jul 2026 03:19:22 +0000 [thread overview]
Message-ID: <c11f9ddd-8533-426c-8a88-0ed461f6a30e@proton.me> (raw)
In-Reply-To: <4g6y4q2udludhwmoqc34afwj5svra4a4j5bmpqza7h3av2oov7@6k5r7a4meruk>
On 7/6/26 2:24 PM, Dmitry Baryshkov wrote:
> Please verify that you can actually access those areas (boot with
> memtest=1)
Thanks for the suggestion!
I actually did boot an SM8475 based device I'm mainlining (motorola-bronco)
with this parameter.
Deleted regions in DT are as follows:
/delete-node/ &mte_mem;
/delete-node/ &oem_vm_mem; (seems to not exist in SM8475?)
/delete-node/ &qheebsp_reserved_mem;
/delete-node/ &trust_ui_vm_mem;
/delete-node/ &trust_ui_vm_qrtr;
/delete-node/ &trust_ui_vm_swiotlb;
/delete-node/ &trust_ui_vm_vblk0_ring;
/delete-node/ &trusted_apps_ext_mem;
/delete-node/ &trusted_apps_mem;
Here are the results:
[ 0.000000] early_memtest: # of tests: 1
[ 0.000000] 0x00000000808f4000 - 0x0000000080900000 pattern 0000000000000000
[ 0.000000] 0x0000000085200000 - 0x0000000085700000 pattern 0000000000000000
[ 0.000000] 0x0000000087f00000 - 0x0000000088000000 pattern 0000000000000000
[ 0.000000] 0x000000008b91c000 - 0x000000008ba00000 pattern 0000000000000000
[ 0.000000] 0x000000009ff80000 - 0x00000000a6e00000 pattern 0000000000000000
[ 0.000000] 0x00000000a6e40000 - 0x00000000a6f00000 pattern 0000000000000000
[ 0.000000] 0x00000000a7000000 - 0x00000000a8000000 pattern 0000000000000000
[ 0.000000] 0x00000000ab350000 - 0x00000000b70cd000 pattern 0000000000000000
[ 0.000000] 0x00000000b70ebdd1 - 0x00000000b72ce000 pattern 0000000000000000
[ 0.000000] 0x00000000b7fff000 - 0x00000000b8000000 pattern 0000000000000000
[ 0.000000] 0x00000000b89e3400 - 0x00000000e0600000 pattern 0000000000000000
[ 0.000000] 0x00000000e0b00000 - 0x00000000e8800000 pattern 0000000000000000
[ 0.000000] 0x00000000f1400000 - 0x0000000100000000 pattern 0000000000000000
[ 0.000000] 0x0000000800000000 - 0x000000083af00000 pattern 0000000000000000
[ 0.000000] 0x000000083b500000 - 0x000000083d300000 pattern 0000000000000000
[ 0.000000] 0x0000000840000000 - 0x000000097f089d40 pattern 0000000000000000
[ 0.000000] 0x000000097f089d6f - 0x000000097f089d70 pattern 0000000000000000
[ 0.000000] 0x000000097f153ff8 - 0x000000097f154000 pattern 0000000000000000
The device didn't crash at boot, and everything works as expected.
For the record, the manufacturer has made changes in downstream device
trees that state TVM is not used, so it's expected that the device works
without QHEE and TVM regions.
Regards,
Esteban
next prev parent reply other threads:[~2026-07-07 3:19 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-23 0:54 [PATCH 0/8] SM8450 QoL changes Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` [PATCH 1/8] clk: qcom: dispcc-sm8450: Fix mdss clocks Esteban Urrutia via B4 Relay
2026-06-23 15:39 ` Krzysztof Kozlowski
2026-06-23 15:50 ` Konrad Dybcio
2026-06-25 2:22 ` Esteban Urrutia
2026-06-25 7:38 ` Konrad Dybcio
2026-07-06 18:22 ` Dmitry Baryshkov
2026-06-23 0:54 ` [PATCH 2/8] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes Esteban Urrutia via B4 Relay
2026-06-23 11:02 ` Konrad Dybcio
2026-06-23 11:03 ` Konrad Dybcio
2026-06-24 13:26 ` Esteban Urrutia
2026-06-24 13:28 ` Konrad Dybcio
2026-07-06 18:24 ` Dmitry Baryshkov
2026-07-07 3:19 ` Esteban Urrutia [this message]
2026-06-23 0:54 ` [PATCH 3/8] arm64: dts: qcom: sm8450: Modify GPU operating points Esteban Urrutia via B4 Relay
2026-06-23 11:23 ` Konrad Dybcio
2026-06-23 0:54 ` [PATCH 4/8] arm64: dts: qcom: sm8450: Add missing PCM_OUT port Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` [PATCH 5/8] iommu/arm-smmu-qcom: Add SM8450 MDSS compatible Esteban Urrutia via B4 Relay
2026-06-23 11:23 ` Konrad Dybcio
2026-06-23 0:54 ` [PATCH 6/8] phy: qcom: qmp-combo: Drop qmp_v4_calibrate_dp_phy Esteban Urrutia via B4 Relay
2026-07-07 0:50 ` Dmitry Baryshkov
2026-06-23 0:54 ` [PATCH 7/8] phy: qcom: qmp-combo: Correct pre-emphasis table for QMP v4 DP PHYs Esteban Urrutia via B4 Relay
2026-06-23 11:36 ` Konrad Dybcio
2026-07-06 14:44 ` Esteban Urrutia
2026-07-06 16:36 ` Konrad Dybcio
2026-06-23 0:54 ` [PATCH 8/8] arm64: defconfig: Add SM8450 camcc Esteban Urrutia via B4 Relay
2026-06-23 5:38 ` Krzysztof Kozlowski
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=c11f9ddd-8533-426c-8a88-0ed461f6a30e@proton.me \
--to=esteuwu@proton.me \
--cc=andersson@kernel.org \
--cc=bmasney@redhat.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=iommu@lists.linux.dev \
--cc=joro@8bytes.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=mturquette@baylibre.com \
--cc=neil.armstrong@linaro.org \
--cc=robh@kernel.org \
--cc=robin.clark@oss.qualcomm.com \
--cc=robin.murphy@arm.com \
--cc=sboyd@kernel.org \
--cc=vkoul@kernel.org \
--cc=will@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