Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.15 21 lines 503 B view raw
1Simple display panel 2 3Required properties: 4- power-supply: regulator to provide the supply voltage 5 6Optional properties: 7- ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 8- enable-gpios: GPIO pin to enable or disable the panel 9- backlight: phandle of the backlight device attached to the panel 10 11Example: 12 13 panel: panel { 14 compatible = "cptt,claa101wb01"; 15 ddc-i2c-bus = <&panelddc>; 16 17 power-supply = <&vdd_pnl_reg>; 18 enable-gpios = <&gpio 90 0>; 19 20 backlight = <&backlight>; 21 };