Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1Raydium Semiconductor Corporation RM68200 5.5" 720p MIPI-DSI TFT LCD panel
2
3The Raydium Semiconductor Corporation RM68200 is a 5.5" 720x1280 TFT LCD
4panel connected using a MIPI-DSI video interface.
5
6Required properties:
7 - compatible: "raydium,rm68200"
8 - reg: the virtual channel number of a DSI peripheral
9
10Optional properties:
11 - reset-gpios: a GPIO spec for the reset pin (active low).
12 - power-supply: phandle of the regulator that provides the supply voltage.
13 - backlight: phandle of the backlight device attached to the panel.
14
15Example:
16&dsi {
17 ...
18 panel@0 {
19 compatible = "raydium,rm68200";
20 reg = <0>;
21 reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;
22 power-supply = <&v1v8>;
23 backlight = <&pwm_backlight>;
24 };
25};