recipes-kernel: Add PWM Rate-of-Change configuration
During driver initialization of fan dynamics registers, add support to parse the max31790 node from the DTS to enable configuration of the PWM rate-of-change, ensuring proper subsequent fan control.
ref: https://drive.google.com/file/d/1yzVPOfZpmT3GCaGoqnT6Vtim71u6h8l9/view?usp=drive_link
Tested:
```
root@zoro:~# i2ctransfer -f 52 w1@0x2c 0x08 r1
0x40
root@zoro:~# i2ctransfer -f 52 w1@0x2c 0x0d r1
0x40
root@zoro:~# i2ctransfer -f 53 w1@0x2c 0x08 r1
0x40
root@zoro:~# i2ctransfer -f 53 w1@0x2c 0x0d r1
0x40
```
Google-Bug-Id: 435051059
Change-Id: Iced9a43986019c8e73fb7dbbdf3489f16afa50a1
Signed-off-by: Shao-Chieh <jieh.sc.chao@fii-na.corp-partner.google.com>
2 files changed