From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: "Barnabás Czémán" <barnabas.czeman@mainlining.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Konrad Dybcio" <konradybcio@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Gabriel Gonzales" <semfault@disroot.org>,
"Kees Cook" <kees@kernel.org>, "Tony Luck" <tony.luck@intel.com>,
"Guilherme G. Piccoli" <gpiccoli@igalia.com>,
"Biswapriyo Nath" <nathbappai@gmail.com>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org,
phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht, linux@mainlining.org
Subject: Re: [PATCH v2 3/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebuffer
Date: Wed, 21 Jan 2026 13:46:18 +0100 [thread overview]
Message-ID: <50c8abcc-e3aa-48f3-933f-a79af359c654@oss.qualcomm.com> (raw)
In-Reply-To: <20260116-xiaomi-willow-v2-3-4694feb70cdb@mainlining.org>
On 1/16/26 4:54 PM, Barnabás Czémán wrote:
> Use memory-region property for framebuffer instead of reg.
>
> Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
> ---
> arch/arm64/boot/dts/qcom/sm6125-xiaomi-ginkgo.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm6125-xiaomi-ginkgo.dts b/arch/arm64/boot/dts/qcom/sm6125-xiaomi-ginkgo.dts
> index d5e5abdb3b2f..4e1444abc29b 100644
> --- a/arch/arm64/boot/dts/qcom/sm6125-xiaomi-ginkgo.dts
> +++ b/arch/arm64/boot/dts/qcom/sm6125-xiaomi-ginkgo.dts
> @@ -33,7 +33,7 @@ chosen {
>
> framebuffer0: framebuffer@5c000000 {
You have to remove the unit address now, as 'reg' is gone
Konrad
> compatible = "simple-framebuffer";
> - reg = <0 0x5c000000 0 (2340 * 1080 * 4)>;
> + memory-region = <&framebuffer_mem>;
> width = <1080>;
> height = <2340>;
> stride = <(1080 * 4)>;
> @@ -62,7 +62,7 @@ gpu_mem: gpu_mem@57515000 {
> no-map;
> };
>
> - framebuffer@5c000000 {
> + framebuffer_mem: framebuffer@5c000000 {
> reg = <0x0 0x5c000000 0x0 (2340 * 1080 * 4)>;
> no-map;
> };
>
next prev parent reply other threads:[~2026-01-21 12:46 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-16 15:54 [PATCH v2 0/7] Initial Redmi Note 8T support and more Barnabás Czémán
2026-01-16 15:54 ` [PATCH v2 1/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove board-id Barnabás Czémán
2026-01-16 15:54 ` [PATCH v2 2/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory ranges Barnabás Czémán
2026-01-21 12:45 ` Konrad Dybcio
2026-01-21 14:21 ` barnabas.czeman
2026-01-21 15:31 ` Konrad Dybcio
2026-01-16 15:54 ` [PATCH v2 3/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebuffer Barnabás Czémán
2026-01-21 12:46 ` Konrad Dybcio [this message]
2026-01-16 15:54 ` [PATCH v2 4/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extcon Barnabás Czémán
2026-01-16 15:54 ` [PATCH v2 5/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio ranges Barnabás Czémán
2026-01-21 12:46 ` Konrad Dybcio
2026-01-16 15:54 ` [PATCH v2 6/7] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 8T Barnabás Czémán
2026-01-16 15:54 ` [PATCH v2 7/7] arm64: dts: qcom: Add " Barnabás Czémán
2026-01-17 2:20 ` [PATCH v2 0/7] Initial Redmi Note 8T support and more Rob Herring
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=50c8abcc-e3aa-48f3-933f-a79af359c654@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=barnabas.czeman@mainlining.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gpiccoli@igalia.com \
--cc=kees@kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@mainlining.org \
--cc=nathbappai@gmail.com \
--cc=phone-devel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=semfault@disroot.org \
--cc=tony.luck@intel.com \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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
all inboxes | Powered by JetHome®