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 v3.19-rc4 20 lines 515 B view raw
1sun4i resistive touchscreen controller 2-------------------------------------- 3 4Required properties: 5 - compatible: "allwinner,sun4i-a10-ts" 6 - reg: mmio address range of the chip 7 - interrupts: interrupt to which the chip is connected 8 9Optional properties: 10 - allwinner,ts-attached: boolean indicating that an actual touchscreen is 11 attached to the controller 12 13Example: 14 15 rtp: rtp@01c25000 { 16 compatible = "allwinner,sun4i-a10-ts"; 17 reg = <0x01c25000 0x100>; 18 interrupts = <29>; 19 allwinner,ts-attached; 20 };