This patch series allow user config PWR_AVG and VI_AVG in PMON_CONF register by adding properties in device tree. Example: adm1278@11 { compatible = "adi,adm1278"; ...... adi,volt-curr-sample-average = /bits/ 8 <0x07>; adi,power-sample-average = /bits/ 8 <0x07>; }; LINK: [v1] https://lore.kernel.org/all/20220223163817.30583-1-potin.lai@xxxxxxxxxxxx/ Changes v1 --> v2: - use more descriptive property name - change property type from u32 to u8 - add property value check, valid range between 1 and 7 Potin Lai (2): hwmon: (adm1275) Allow setting sample averaging dt-bindings: hwmon: Add sample averaging property for ADM1275 .../bindings/hwmon/adi,adm1275.yaml | 44 +++++++++++++++++++ drivers/hwmon/pmbus/adm1275.c | 33 ++++++++++++++ 2 files changed, 77 insertions(+) -- 2.17.1