mirror of
https://github.com/torvalds/linux.git
synced 2026-09-27 11:02:03 +02:00
arm64: dts: qcom: qcm6490-fairphone-fp5: Convert fb to use memory-region
Instead of manually specifying reg, reuse the memory region. This fixed mismatch of the node naming (0xe1000000 X framebuffer@a000000) Signed-off-by: David Heidelberg <david@ixit.cz> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260607-shift8-fb-v1-2-72b9dac25f4a@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
97c5fe2c93
commit
dcef71a03f
|
|
@ -40,9 +40,9 @@ chosen {
|
|||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
framebuffer0: framebuffer@a000000 {
|
||||
framebuffer {
|
||||
compatible = "simple-framebuffer";
|
||||
reg = <0x0 0xe1000000 0x0 (2700 * 1224 * 4)>;
|
||||
memory-region = <&cont_splash_mem>;
|
||||
width = <1224>;
|
||||
height = <2700>;
|
||||
stride = <(1224 * 4)>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user