ARM: dts: msm: update the new HDMI splash address on msm8996
HDMI continuous splash memory addrerss has been changed in bootloader. This change updates the splash memory address to support the smooth LK to kernel handoff. Change-Id: If9c8f20b8215a4ea835b0e070feb2b51364772e6 Signed-off-by: Rahul Sharma <sharah@codeaurora.org>
This commit is contained in:
parent
f2170a2917
commit
c5129b317e
1 changed files with 2 additions and 2 deletions
|
@ -250,8 +250,8 @@
|
|||
label = "cont_splash_mem";
|
||||
};
|
||||
|
||||
cont_splash_mem_hdmi: cont_splash_mem_hdmi@b1c00000 {
|
||||
reg = <0 0xb1c00000 0 0x23ff000>;
|
||||
cont_splash_mem_hdmi: cont_splash_mem_hdmi@bdd00000 {
|
||||
reg = <0 0xbdd00000 0 0x23ff000>;
|
||||
label = "cont_splash_mem_hdmi";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue