arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebuffer

Use memory-region property for framebuffer instead of reg.

Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260126-xiaomi-willow-v3-3-aad7b106c311@mainlining.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Barnabás Czémán 2026-01-26 17:34:53 +01:00 committed by Bjorn Andersson
parent 242801cc24
commit f3d3a59248

View File

@ -31,9 +31,9 @@ chosen {
#size-cells = <2>;
ranges;
framebuffer0: framebuffer@5c000000 {
framebuffer {
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;
};