]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/video/sony,acx565akm.txt
compiler.h: cast away attributes in WRITE_ONCE magic
[karo-tx-linux.git] / Documentation / devicetree / bindings / video / sony,acx565akm.txt
1 Sony ACX565AKM SDI Panel
2 ========================
3
4 Required properties:
5 - compatible: "sony,acx565akm"
6
7 Optional properties:
8 - label: a symbolic name for the panel
9 - reset-gpios: panel reset gpio
10
11 Required nodes:
12 - Video port for SDI input
13
14 Example
15 -------
16
17 acx565akm@2 {
18         compatible = "sony,acx565akm";
19         spi-max-frequency = <6000000>;
20         reg = <2>;
21
22         label = "lcd";
23         reset-gpios = <&gpio3 26 GPIO_ACTIVE_HIGH>; /* 90 */
24
25         port {
26                 lcd_in: endpoint {
27                         remote-endpoint = <&sdi_out>;
28                 };
29         };
30 };