Commit 7860c873 authored by Rob Herring's avatar Rob Herring Committed by Thierry Reding
Browse files

ARM: tegra: Kill off "simple-panel" compatibles



"simple-panel" is a Linux driver and has never been an accepted upstream
compatible string, so remove it.

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Jonathan Hunter <jonathanh@nvidia.com>
Cc: linux-tegra@vger.kernel.org
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8f3d9f35
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -46,8 +46,7 @@
			avdd-dsi-csi-supply = <&avdd_1v2_reg>;

			panel@0 {
				compatible = "panasonic,vvx10f004b00",
					     "simple-panel";
				compatible = "panasonic,vvx10f004b00";
				reg = <0>;

				power-supply = <&avdd_lcd_reg>;
+1 −1
Original line number Diff line number Diff line
@@ -1087,7 +1087,7 @@
	};

	panel: panel {
		compatible = "lg,lp129qe", "simple-panel";
		compatible = "lg,lp129qe";

		backlight = <&backlight>;
		ddc-i2c-bus = <&dpaux>;
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@
		 * edt,et057090dhu: EDT 5.7" LCD TFT
		 * edt,et070080dh6: EDT 7.0" LCD TFT
		 */
		compatible = "edt,et057090dhu", "simple-panel";
		compatible = "edt,et057090dhu";
		backlight = <&backlight>;
		power-supply = <&reg_3v3>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@
		 * edt,et057090dhu: EDT 5.7" LCD TFT
		 * edt,et070080dh6: EDT 7.0" LCD TFT
		 */
		compatible = "edt,et057090dhu", "simple-panel";
		compatible = "edt,et057090dhu";
		backlight = <&backlight>;
		power-supply = <&reg_3v3>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -665,7 +665,7 @@
	};

	panel: panel {
		compatible = "auo,b101aw03", "simple-panel";
		compatible = "auo,b101aw03";

		power-supply = <&vdd_pnl_reg>;
		enable-gpios = <&gpio TEGRA_GPIO(B, 2) GPIO_ACTIVE_HIGH>;
Loading