Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/display/panel/powertip,hx8238a.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Powertip Electronic Technology Co. 320 x 240 LCD panel
8
9maintainers:
10 - Lukasz Majewski <lukma@denx.de>
11
12allOf:
13 - $ref: panel-dpi.yaml#
14
15properties:
16 compatible:
17 items:
18 - const: powertip,hx8238a
19 - {} # panel-dpi, but not listed here to avoid false select
20
21 height-mm: true
22 panel-timing: true
23 port: true
24 power-supply: true
25 width-mm: true
26
27additionalProperties: false
28
29...