Yorktown P1 changes
-Change power monoitor address 0x44 to 0x4E to avoid collision
-Change current shunt resistor value to 20 mOhms
Change-Id: I4c050e937bb8d1cc2d2ad3c16ee95851c8cefa68
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8mq-yorktown.dts b/arch/arm64/boot/dts/freescale/fsl-imx8mq-yorktown.dts
index fa564e4..5fa406c 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8mq-yorktown.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8mq-yorktown.dts
@@ -276,49 +276,49 @@
power_monitor_m2_a: power_monitor_m2_a@40 {
compatible = "ti,ina233";
reg = <0x40>;
- shunt-resistor = <10000>;
+ shunt-resistor = <20000>;
};
power_monitor_m2_b: power_monitor_m2_b@41 {
compatible = "ti,ina233";
reg = <0x41>;
- shunt-resistor = <10000>;
+ shunt-resistor = <20000>;
};
- power_monitor_m2_c: power_monitor_m2_c@44 {
+ power_monitor_m2_c: power_monitor_m2_c@4e {
compatible = "ti,ina233";
- reg = <0x44>;
- shunt-resistor = <10000>;
+ reg = <0x4e>;
+ shunt-resistor = <20000>;
};
power_monitor_m2_d: power_monitor_m2_d@45 {
compatible = "ti,ina233";
reg = <0x45>;
- shunt-resistor = <10000>;
+ shunt-resistor = <20000>;
};
power_monitor_som: power_monitor_som@48 {
compatible = "ti,ina233";
reg = <0x48>;
- shunt-resistor = <10000>;
+ shunt-resistor = <20000>;
};
power_monitor_3P3: power_monitor_3P3@4c {
compatible = "ti,ina233";
reg = <0x4c>;
- shunt-resistor = <10000>;
+ shunt-resistor = <20000>;
};
power_monitor_1P8: power_monitor_1P8@4d {
compatible = "ti,ina233";
reg = <0x4d>;
- shunt-resistor = <10000>;
+ shunt-resistor = <20000>;
};
power_monitor_5P0: power_monitor_5P04f {
compatible = "ti,ina233";
reg = <0x4f>;
- shunt-resistor = <10000>;
+ shunt-resistor = <20000>;
};
i2c-mux@70 {