Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 1fb57563f6a37947a01076dd207e61cb > files > 1751

kernel-doc-5.3.2-1.mga7.noarch.rpm

Rocktech jh057n00900 5.5" 720x1440 TFT LCD panel

Required properties:
- compatible: should be "rocktech,jh057n00900"
- reg: DSI virtual channel of the peripheral
- reset-gpios: panel reset gpio
- backlight: phandle of the backlight device attached to the panel

Example:

	&mipi_dsi {
		panel@0 {
			compatible = "rocktech,jh057n00900";
			reg = <0>;
			backlight = <&backlight>;
			reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>;
		};
	};