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 v5.19-rc7 17 lines 361 B view raw
1IBM OPAL real-time clock 2------------------------ 3 4Required properties: 5- compatible: Should be "ibm,opal-rtc" 6 7Optional properties: 8- wakeup-source: Decides if the wakeup is supported or not 9 (Legacy property supported: "has-tpo") 10 11Example: 12 rtc { 13 compatible = "ibm,opal-rtc"; 14 wakeup-source; 15 phandle = <0x10000029>; 16 linux,phandle = <0x10000029>; 17 };