Commit 9d616699 authored by Johann Fischer's avatar Johann Fischer Committed by Carles Cufi
Browse files

dts: display: include common display controller bindings



Include common display controller bindings.
Add required height and width properties to "ilitek,ili9340"
and "ilitek,ili9488" users.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent 48c248a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -203,6 +203,8 @@
		reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
		cmd-data-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
		rotation = <270>;
		width = <240>;
		height = <320>;
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -118,6 +118,8 @@
		spi-max-frequency = <15151515>;
		reg = <0>;
		cmd-data-gpios = <&gpiod 13 GPIO_ACTIVE_LOW>;
		width = <240>;
		height = <320>;
	};
};

+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
		spi-max-frequency = <15151515>;
		reg = <0>;
		cmd-data-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>;	/* D9 */
		width = <320>;
		height = <240>;
		pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB888>;
		rotation = <90>;
		frmctr1 = [00 18];
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
		reg = <0>;
		cmd-data-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */
		reset-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
		width = <240>;
		height = <320>;
		pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB565>;
		rotation = <0>;
		frmctr1 = [00 18];
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
		cmd-data-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>; /* D7 */
		reset-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
		pixel-format = <ILI9XXX_PIXEL_FORMAT_RGB888>;
		width = <320>;
		height = <480>;
		rotation = <0>;
		frmctr1 = [a0 11];
		pwctrl1 = [17 15];
Loading