Commit 23807f8c authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Tony Lindgren
Browse files

ARM: dts: omap: add channel to DSI panels



The standard binding for DSI requires that the channel number
of the panel is encoded in DT. This adds the channel number in
all OMAP3-5 boards in preparation for using common infrastructure.

Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 19d3e9a0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -207,8 +207,9 @@
		};
	};

	lcd0: display {
	lcd0: panel@0 {
		compatible = "panel-dsi-cm";
		reg = <0>;
		label = "lcd0";
		vddi-supply = <&lcd_regulator>;
		reset-gpios = <&gpio4 5 GPIO_ACTIVE_HIGH>;	/* gpio101 */
+2 −1
Original line number Diff line number Diff line
@@ -225,8 +225,9 @@
		};
	};

	lcd0: display {
	lcd0: panel@0 {
		compatible = "nokia,himalaya", "panel-dsi-cm";
		reg = <0>;
		label = "lcd0";

		pinctrl-names = "default";
+3 −0
Original line number Diff line number Diff line
@@ -941,6 +941,9 @@
				ti,hwmods = "dss_dsi1";
				clocks = <&dss1_alwon_fck>, <&dss2_alwon_fck>;
				clock-names = "fck", "sys_clk";

				#address-cells = <1>;
				#size-cells = <0>;
			};

			rfbi: encoder@48050800 {
+4 −2
Original line number Diff line number Diff line
@@ -662,8 +662,9 @@
		};
	};

	lcd0: display {
	lcd0: panel@0 {
		compatible = "tpo,taal", "panel-dsi-cm";
		reg = <0>;
		label = "lcd0";

		reset-gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>;	/* 102 */
@@ -687,8 +688,9 @@
		};
	};

	lcd1: display {
	lcd1: panel@0 {
		compatible = "tpo,taal", "panel-dsi-cm";
		reg = <0>;
		label = "lcd1";

		reset-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>;	/* 104 */
+6 −0
Original line number Diff line number Diff line
@@ -572,6 +572,9 @@
						clocks = <&l3_dss_clkctrl OMAP4_DSS_CORE_CLKCTRL 8>,
							 <&l3_dss_clkctrl OMAP4_DSS_CORE_CLKCTRL 10>;
						clock-names = "fck", "sys_clk";

						#address-cells = <1>;
						#size-cells = <0>;
					};
				};

@@ -604,6 +607,9 @@
						clocks = <&l3_dss_clkctrl OMAP4_DSS_CORE_CLKCTRL 8>,
						         <&l3_dss_clkctrl OMAP4_DSS_CORE_CLKCTRL 10>;
						clock-names = "fck", "sys_clk";

						#address-cells = <1>;
						#size-cells = <0>;
					};
				};

Loading