aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-5.15/804-pwm-add-mt7986-support.patch
Commit message (Collapse)AuthorAgeFilesLines
* mediatek: filogic: set correct PWM clock and clean thermal zoneDaniel Golle2022-10-091-1/+1
| | | | | | | | | | | | * set correct clocks for PWM to work. * MT7986 PWM does have the 26MHz-clock-select, set that in patch * drop useless 'passive' trip point in thermal zone * extend pwm-fan to have 3 active operating points * set reasonable trip points in thermal zone * invert pwm-fan operating points and set shorter period to allow less noisy operation of the PWM fan of the BPi-R3. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mediatek: filogic: add support for hw i2c, pwm and thermalDaniel Golle2022-10-071-0/+23
Add support for hardware I2C and PWM units found in the Filogic SoCs as well as the CPU thermal support. Signed-off-by: Daniel Golle <daniel@makrotopia.org>