Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b16301f4 authored by Dhaval Patel's avatar Dhaval Patel
Browse files

ARM: dts: msm: enable continuous splash feature



Enable continuous splash feature for generic command
mode and JDI 1080p panels because auto detection in
bootloader can detect one of them and boot up the target
with it.

Change-Id: I07ea508cc5942333f6ae82445181271673833f50
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent f4745006
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, 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
@@ -759,3 +759,11 @@
&dsi_tosh_720_vid {
       qcom,cont-splash-enabled;
};

&dsi_generic_720p_cmd {
       qcom,cont-splash-enabled;
};

&dsi_jdi_1080_vid {
       qcom,cont-splash-enabled;
};
+9 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2014, 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
@@ -735,3 +735,11 @@
&dsi_tosh_720_vid {
       qcom,cont-splash-enabled;
};

&dsi_generic_720p_cmd {
       qcom,cont-splash-enabled;
};

&dsi_jdi_1080_vid {
       qcom,cont-splash-enabled;
};