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 v6.3-rc7 11 lines 223 B view raw
1* Texas Instruments TWL4030/6030 RTC 2 3Required properties: 4- compatible : Should be "ti,twl4030-rtc" 5- interrupts : Should be the interrupt number. 6 7Example: 8 rtc { 9 compatible = "ti,twl4030-rtc"; 10 interrupts = <11>; 11 };