Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1Innolux P097PFG 9.7" 1536x2048 TFT LCD panel
2
3Required properties:
4- compatible: should be "innolux,p097pfg"
5- reg: DSI virtual channel of the peripheral
6- avdd-supply: phandle of the regulator that provides positive voltage
7- avee-supply: phandle of the regulator that provides negative voltage
8- enable-gpios: panel enable gpio
9
10Optional properties:
11- backlight: phandle of the backlight device attached to the panel
12
13Example:
14
15 &mipi_dsi {
16 panel {
17 compatible = "innolux,p079zca";
18 reg = <0>;
19 avdd-supply = <...>;
20 avee-supply = <...>;
21 backlight = <&backlight>;
22 enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
23 };
24 };