diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2020-03-15 10:05:19 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-03-15 10:05:18 -0700 |
| commit | d672d9676bfcac9bd0127e964c460edef1ab62fa (patch) | |
| tree | 43657cadb8de36af1481ebb4d8458600b3a033d7 | |
| parent | c738eaea23226d370e68699154764ac09999af31 (diff) | |
| parent | 44bacf9f7a165d8848d0ce2bae3f9c9787cd3e20 (diff) | |
Merge "ARM: msm: dts: add splash memory region for APQ8098"
| -rw-r--r-- | arch/arm/boot/dts/qcom/apq8098-v2.1-mediabox.dts | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/apq8098-v2.1-mediabox.dts b/arch/arm/boot/dts/qcom/apq8098-v2.1-mediabox.dts index 1fa49d8a060d..74edd4e9ac0f 100644 --- a/arch/arm/boot/dts/qcom/apq8098-v2.1-mediabox.dts +++ b/arch/arm/boot/dts/qcom/apq8098-v2.1-mediabox.dts @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. +/* Copyright (c) 2016-2017,2019 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -38,6 +38,12 @@ qcom,display-type = "primary"; }; +&mdss_fb2 { + qcom,cont-splash-memory { + linux,contiguous-region = <&cont_splash_mem>; + }; +}; + &slim_aud { tasha_codec { wsa_spkr_sd1: msm_cdc_pinctrll { |
