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