Documentation / devicetree / bindings / display / panel / sony,acx565akm.txt


Based on kernel version 5.7.10. Page generated on 2020-07-23 22:17 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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>;
		};
	};
};