linux-loongson/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-ganges-kirin.dts
Konrad Dybcio 2f20f276dd arm64: dts: qcom: sdm630-nile: Reserve simplefb memory
Reserve the bit of memory that simplefb uses to ensure it can always
probe.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230116141451.470158-2-konrad.dybcio@linaro.org
2023-01-17 11:23:29 -06:00

32 lines
626 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2020, Martin Botka
*/
/dts-v1/;
#include "sdm630.dtsi"
#include "sdm630-sony-xperia-nile.dtsi"
/ {
model = "Sony Xperia 10";
compatible = "sony,kirin-row", "qcom,sdm630";
chassis-type = "handset";
chosen {
framebuffer@9d400000 {
reg = <0 0x9d400000 0 (2520 * 1080 * 4)>;
height = <2520>;
};
};
};
/* Reserve a bigger chunk of RAM for the higher-res display */
&cont_splash_mem {
reg = <0 0x9d400000 0 (2520 * 1080 * 4)>;
};
/* Ganges devices feature a Novatek touchscreen instead. */
/delete-node/ &touchscreen;
/delete-node/ &vreg_l18a_1v8;