display: tool: Update parser with correct node information

Panel was probed as seperate device earlier. Dynamic panel
detection is now using panel dtsi as utility API to parse
all display panel property.

*Remove compatible string from panel dtsi becase it is not a
seperate driver.
*Panel DTSI is part of mdss_mdp device node, not soc.

Change-Id: I9f7af0fa4717a5281556a37b094438eb23e46473
This commit is contained in:
Dhaval Patel 2013-09-03 12:12:44 -07:00
parent 3a4ffb0a21
commit c86154b481
1 changed files with 2 additions and 4 deletions

View File

@ -1346,8 +1346,6 @@ sub printdtsheader
print $fh " * VERSION = " . $Version . "\n";
print $fh " *---------------------------------------------------------------------------*/\n";
print $fh "&soc {\n";
print $fh "\tqcom,mdss_dsi_" . lc($name) . " {\n";
print $fh "\t\tcompatible = \"qcom,mdss-dsi-panel\";\n";
print $fh "\t\tstatus = \"disable\";\n";
print $fh "&mdss_mdp {\n";
print $fh "\tdsi_" . lc($name) . ": qcom,mdss_dsi_" . lc($name) . " {\n";
}