diff options
| author | Rahul Sharma <sharah@codeaurora.org> | 2017-11-21 21:06:18 +0530 |
|---|---|---|
| committer | Rahul Sharma <sharah@codeaurora.org> | 2017-11-22 10:52:14 +0530 |
| commit | c5129b317edffaf6445cff1cdf801c56cc3717f0 (patch) | |
| tree | 96c53018cb6bc4cf18e86a742ac8e33f51a7856b | |
| parent | f2170a291768f24d6220c95386ef0b2f821a5495 (diff) | |
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>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996.dtsi b/arch/arm/boot/dts/qcom/msm8996.dtsi index 0803207a96d1..64c1e4550d14 100644 --- a/arch/arm/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996.dtsi @@ -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"; }; }; |
