Commit 9c1acf51 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'tegra-for-5.8-arm-dt' of...

Merge tag 'tegra-for-5.8-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/dt

ARM: tegra: Device tree changes for v5.8-rc1

This contains a bit of cleanup and CPU frequency scaling support for the
Tegra30 Beaver board.

* tag 'tegra-for-5.8-arm-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  ARM: dts: tegra30: beaver: Add CPU Operating Performance Points
  ARM: dts: tegra30: beaver: Set up voltage regulators for DVFS
  ARM: tegra: Kill off "simple-panel" compatibles

Link: https://lore.kernel.org/r/20200515145311.1580134-11-thierry.reding@gmail.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 22c328b1 94ea9681
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