Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 2f20f27

Browse files
konradybcioandersson
authored andcommitted
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 <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 305db81 commit 2f20f27

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

arch/arm64/boot/dts/qcom/sdm630-sony-xperia-ganges-kirin.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
};
2222
};
2323

24+
/* Reserve a bigger chunk of RAM for the higher-res display */
25+
&cont_splash_mem {
26+
reg = <0 0x9d400000 0 (2520 * 1080 * 4)>;
27+
};
28+
2429
/* Ganges devices feature a Novatek touchscreen instead. */
2530
/delete-node/ &touchscreen;
2631
/delete-node/ &vreg_l18a_1v8;

arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
reg = <0x00 0x85800000 0x00 0x3700000>;
143143
no-map;
144144
};
145+
146+
cont_splash_mem: splash@9d400000 {
147+
reg = <0 0x9d400000 0 (1920 * 1080 * 4)>;
148+
no-map;
149+
};
145150
};
146151

147152
/*

0 commit comments

Comments
 (0)