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.8-rc3 15 lines 394 B view raw
1* Clock bindings for Marvell PXA chips 2 3Required properties: 4- compatible: Should be "marvell,pxa-clocks" 5- #clock-cells: Should be <1> 6 7The clock consumer should specify the desired clock by having the clock 8ID in its "clocks" phandle cell (see include/.../pxa-clock.h). 9 10Examples: 11 12pxa2xx_clks: pxa2xx_clks@41300004 { 13 compatible = "marvell,pxa-clocks"; 14 #clock-cells = <1>; 15};