1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/display/pan 4 $id: http://devicetree.org/schemas/display/panel/lgphilips,lb035q02.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: LG.Philips LB035Q02 Panel 7 title: LG.Philips LB035Q02 Panel 8 8 9 maintainers: 9 maintainers: 10 - Tomi Valkeinen <tomi.valkeinen@ti.com> 10 - Tomi Valkeinen <tomi.valkeinen@ti.com> 11 11 12 allOf: 12 allOf: 13 - $ref: panel-common.yaml# 13 - $ref: panel-common.yaml# 14 - $ref: /schemas/spi/spi-peripheral-props.ya 14 - $ref: /schemas/spi/spi-peripheral-props.yaml# 15 15 16 properties: 16 properties: 17 compatible: 17 compatible: 18 const: lgphilips,lb035q02 18 const: lgphilips,lb035q02 19 19 20 reg: 20 reg: 21 maxItems: 1 21 maxItems: 1 22 22 23 label: true 23 label: true 24 enable-gpios: true 24 enable-gpios: true 25 port: true 25 port: true 26 26 27 spi-cpha: true 27 spi-cpha: true 28 spi-cpol: true 28 spi-cpol: true 29 29 30 required: 30 required: 31 - compatible 31 - compatible 32 - enable-gpios 32 - enable-gpios 33 - port 33 - port 34 34 35 unevaluatedProperties: false 35 unevaluatedProperties: false 36 36 37 examples: 37 examples: 38 - | 38 - | 39 spi { 39 spi { 40 #address-cells = <1>; 40 #address-cells = <1>; 41 #size-cells = <0>; 41 #size-cells = <0>; 42 42 43 panel: panel@0 { 43 panel: panel@0 { 44 compatible = "lgphilips,lb035q02"; 44 compatible = "lgphilips,lb035q02"; 45 reg = <0>; 45 reg = <0>; 46 spi-max-frequency = <100000>; 46 spi-max-frequency = <100000>; 47 spi-cpol; 47 spi-cpol; 48 spi-cpha; 48 spi-cpha; 49 49 50 label = "lcd"; 50 label = "lcd"; 51 51 52 enable-gpios = <&gpio7 7 0>; 52 enable-gpios = <&gpio7 7 0>; 53 53 54 port { 54 port { 55 lcd_in: endpoint { 55 lcd_in: endpoint { 56 remote-endpoint = <&dpi_ou 56 remote-endpoint = <&dpi_out>; 57 }; 57 }; 58 }; 58 }; 59 }; 59 }; 60 }; 60 }; 61 61 62 ... 62 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.