Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32f20cce authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

Doc/DT: Add DT binding documentation for Sony acx565akm panel



Add DT binding documentation for Sony acx565akm panel

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: default avatarSebastian Reichel <sre@debian.org>
Reviewed-by: default avatarArchit Taneja <archit@ti.com>
Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent e433333b
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
Sony ACX565AKM SDI Panel
========================

Required properties:
- compatible: "sony,acx565akm"

Optional properties:
- label: a symbolic name for the panel
- reset-gpios: panel reset gpio

Required nodes:
- Video port for SDI input

Example
-------

acx565akm@2 {
	compatible = "sony,acx565akm";
	spi-max-frequency = <6000000>;
	reg = <2>;

	label = "lcd";
	reset-gpios = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* 90 */

	port {
		lcd_in: endpoint {
			remote-endpoint = <&sdi_out>;
		};
	};
};