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

Commit 1ae4e23c authored by Dhaval Patel's avatar Dhaval Patel Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: cleanup auto generated message in panel dtsi



Panel dtsi files are generated using gcdb xml parser
and parser adds message in the file to indicate file
is auto generated. However, these files are updated
manually when some tags requires update. That conflicts
with message present in dtsi file. This change removes
the message to avoid confusion between manual update vs
auto generation.

Change-Id: I11507d30430aaef82f03c7495d15dde1b6320052
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent ef9db122
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -10,11 +10,6 @@
 * GNU General Public License for more details.
 */

/*---------------------------------------------------------------------------
 * This file is autogenerated file using gcdb parser. Please do not edit it.
 * Update input XML file to add a new entry or update variable in this file
 * VERSION = "1.0"
 *---------------------------------------------------------------------------*/
&mdss_mdp {
	dsi_generic_720p_cmd: qcom,mdss_dsi_generic_720p_cmd {
		qcom,mdss-dsi-panel-name = "generic 720p cmd mode dsi panel";
+1 −6
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-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
@@ -10,11 +10,6 @@
 * GNU General Public License for more details.
 */

/*---------------------------------------------------------------------------
 * This file is autogenerated file using gcdb parser. Please do not edit it.
 * Update input XML file to add a new entry or update variable in this file
 * VERSION = "1.0"
 *---------------------------------------------------------------------------*/
&mdss_mdp {
	dsi_hx8379a_wvga_vid: qcom,mdss_dsi_hx8379a_wvga_video {
		qcom,mdss-dsi-panel-name = "HX8379A wvga video mode dsi panel";
+1 −6
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-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
@@ -10,11 +10,6 @@
 * GNU General Public License for more details.
 */

/*---------------------------------------------------------------------------
 * This file is autogenerated file using gcdb parser. Please do not edit it.
 * Update input XML file to add a new entry or update variable in this file
 * VERSION = "1.0"
 *---------------------------------------------------------------------------*/
&mdss_mdp {
	dsi_hx8389b_qhd_vid: qcom,mdss_dsi_hx8389b_qhd_video {
		qcom,mdss-dsi-panel-name = "hx8389b qhd video mode dsi panel";
+1 −6
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-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
@@ -10,11 +10,6 @@
 * GNU General Public License for more details.
 */

/*---------------------------------------------------------------------------
 * This file is autogenerated file using gcdb parser. Please do not edit it.
 * Update input XML file to add a new entry or update variable in this file
 * VERSION = "1.0"
 *---------------------------------------------------------------------------*/
&mdss_mdp {
	dsi_hx8394a_720_vid: qcom,mdss_dsi_hx8394a_720p_video {
		qcom,mdss-dsi-panel-name = "hx8394a 720p video mode dsi panel";
+0 −5
Original line number Diff line number Diff line
@@ -10,11 +10,6 @@
 * GNU General Public License for more details.
 */

/*---------------------------------------------------------------------------
 * This file is autogenerated file using gcdb parser. Please do not edit it.
 * Update input XML file to add a new entry or update variable in this file
 * VERSION = "1.0"
 *---------------------------------------------------------------------------*/
&mdss_mdp {
	dsi_innolux_720p_video: qcom,mdss_dsi_innolux_720p_video {
		qcom,mdss-dsi-panel-name = "innolux(otm1283a) 720p video mode dsi panel";
Loading