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