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.6 20 lines 484 B view raw
1Panasonic 10" WUXGA TFT LCD panel 2 3Required properties: 4- compatible: should be "panasonic,vvx10f034n00" 5- reg: DSI virtual channel of the peripheral 6- power-supply: phandle of the regulator that provides the supply voltage 7 8Optional properties: 9- backlight: phandle of the backlight device attached to the panel 10 11Example: 12 13 mdss_dsi@fd922800 { 14 panel@0 { 15 compatible = "panasonic,vvx10f034n00"; 16 reg = <0>; 17 power-supply = <&vreg_vsp>; 18 backlight = <&lp8566_wled>; 19 }; 20 };