1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 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/boe,tv101wum-ll2.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: BOE TV101WUM-LL2 DSI Display Panel 7 title: BOE TV101WUM-LL2 DSI Display Panel 8 8 9 maintainers: 9 maintainers: 10 - Neil Armstrong <neil.armstrong@linaro.org> 10 - Neil Armstrong <neil.armstrong@linaro.org> 11 11 12 allOf: 12 allOf: 13 - $ref: panel-common.yaml# 13 - $ref: panel-common.yaml# 14 14 15 properties: 15 properties: 16 compatible: 16 compatible: 17 const: boe,tv101wum-ll2 17 const: boe,tv101wum-ll2 18 18 19 reg: 19 reg: 20 maxItems: 1 20 maxItems: 1 21 description: DSI virtual channel 21 description: DSI virtual channel 22 22 23 backlight: true 23 backlight: true 24 reset-gpios: true 24 reset-gpios: true 25 vsp-supply: true 25 vsp-supply: true 26 vsn-supply: true 26 vsn-supply: true 27 port: true 27 port: true 28 rotation: true 28 rotation: true 29 29 30 required: 30 required: 31 - compatible 31 - compatible 32 - reg 32 - reg 33 - reset-gpios 33 - reset-gpios 34 - vsp-supply 34 - vsp-supply 35 - vsn-supply 35 - vsn-supply 36 - port 36 - port 37 37 38 additionalProperties: false 38 additionalProperties: false 39 39 40 examples: 40 examples: 41 - | 41 - | 42 #include <dt-bindings/gpio/gpio.h> 42 #include <dt-bindings/gpio/gpio.h> 43 dsi { 43 dsi { 44 #address-cells = <1>; 44 #address-cells = <1>; 45 #size-cells = <0>; 45 #size-cells = <0>; 46 panel@0 { 46 panel@0 { 47 compatible = "boe,tv101wum-ll2"; 47 compatible = "boe,tv101wum-ll2"; 48 reg = <0>; 48 reg = <0>; 49 49 50 vsn-supply = <&vsn_lcd>; 50 vsn-supply = <&vsn_lcd>; 51 vsp-supply = <&vsp_lcd>; 51 vsp-supply = <&vsp_lcd>; 52 52 53 reset-gpios = <&pio 45 GPIO_ACTIVE 53 reset-gpios = <&pio 45 GPIO_ACTIVE_LOW>; 54 54 55 port { 55 port { 56 panel_in: endpoint { 56 panel_in: endpoint { 57 remote-endpoint = <&dsi_ou 57 remote-endpoint = <&dsi_out>; 58 }; 58 }; 59 }; 59 }; 60 }; 60 }; 61 }; 61 }; 62 62 63 ... 63 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.