Commit 2f20f276 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

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: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230116141451.470158-2-konrad.dybcio@linaro.org
parent 305db816
......@@ -21,6 +21,11 @@ framebuffer@9d400000 {
};
};
/* 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;
......@@ -142,6 +142,11 @@ reserved@85800000 {
reg = <0x00 0x85800000 0x00 0x3700000>;
no-map;
};
cont_splash_mem: splash@9d400000 {
reg = <0 0x9d400000 0 (1920 * 1080 * 4)>;
no-map;
};
};
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment