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.4 17 lines 375 B view raw
1Texas Instruments TWL series PWM drivers 2 3Supported PWMs: 4On TWL4030 series: PWM1 and PWM2 5On TWL6030 series: PWM0 and PWM1 6 7Required properties: 8- compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm" 9- #pwm-cells: should be 2. See pwm.txt in this directory for a description of 10 the cells format. 11 12Example: 13 14twl_pwm: pwm { 15 compatible = "ti,twl6030-pwm"; 16 #pwm-cells = <2>; 17};