Re: [PATCH v2] dt-bindings: hwmon: adm1272: add analog-temperature1-enable binding

2020-07-20 Thread Guenter Roeck
On Mon, Jul 20, 2020 at 08:14:22PM +, Chu Lin wrote: > Problem: > adm1272 and adm1278 supports temperature sampling. The > current way of enabling it requires the user manually unbind the device > from the driver, flip the temperature sampling control bit and then bind > the device back t

[PATCH v2] dt-bindings: hwmon: adm1272: add analog-temperature1-enable binding

2020-07-20 Thread Chu Lin
Problem: adm1272 and adm1278 supports temperature sampling. The current way of enabling it requires the user manually unbind the device from the driver, flip the temperature sampling control bit and then bind the device back to the driver. It would be nice if we can control this in a better