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.2 11 lines 268 B view raw
1*Device-Tree bindings for ST SW reset functionality 2 3Required properties: 4- compatible: should be "st,<chip>-restart". 5- st,syscfg: should be a phandle of the syscfg node. 6 7Example node: 8 restart { 9 compatible = "st,stih416-restart"; 10 st,syscfg = <&syscfg_sbc>; 11 };