ARM: dts: aspeed: bletchley: add sample averaging for ADM1278

set number of sample averaging to 128 for both PWR_AVG and VI_AVG

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Reviewed-by: Patrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20220418094827.6185-1-potin.lai@quantatw.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Potin Lai 2022-04-18 17:48:27 +08:00 committed by Joel Stanley
parent 8c9e374387
commit 244839d0fe

View file

@ -821,6 +821,8 @@ adm1278@11 {
compatible = "adi,adm1278"; compatible = "adi,adm1278";
reg = <0x11>; reg = <0x11>;
shunt-resistor-micro-ohms = <300>; shunt-resistor-micro-ohms = <300>;
adi,volt-curr-sample-average = <128>;
adi,power-sample-average = <128>;
}; };
tmp421@4c { tmp421@4c {