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.7-rc1 24 lines 519 B view raw
1Gated Clock Controller Bindings for MIPS based BCM63XX SoCs 2 3Required properties: 4- compatible: must be one of: 5 "brcm,bcm3368-clocks" 6 "brcm,bcm6318-clocks" 7 "brcm,bcm6318-ubus-clocks" 8 "brcm,bcm6328-clocks" 9 "brcm,bcm6358-clocks" 10 "brcm,bcm6362-clocks" 11 "brcm,bcm6368-clocks" 12 "brcm,bcm63268-clocks" 13 14- reg: Address and length of the register set 15- #clock-cells: must be <1> 16 17 18Example: 19 20clkctl: clock-controller@10000004 { 21 compatible = "brcm,bcm6328-clocks"; 22 reg = <0x10000004 0x4>; 23 #clock-cells = <1>; 24};