aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-05-29 14:45:13 +0200
committerMichal Simek <michal.simek@xilinx.com>2018-05-31 13:50:39 +0200
commit3705dae164f807bf4fb993c5fe2eae3c86f95b9e (patch)
treeebe2531348eb30338ca7cb0380c0e2ad18fa5eb1 /arch
parentc66f5620e6a63b1912c017781c7eec6400dde292 (diff)
downloadu-boot-3705dae164f807bf4fb993c5fe2eae3c86f95b9e.zip
u-boot-3705dae164f807bf4fb993c5fe2eae3c86f95b9e.tar.gz
u-boot-3705dae164f807bf4fb993c5fe2eae3c86f95b9e.tar.bz2
arm64: zynqmp: Add ina226 to zcu104 revC
Add new ina226 chip present on i2c bus which wasn't on revA. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynqmp-zcu104-revC.dts11
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/dts/zynqmp-zcu104-revC.dts b/arch/arm/dts/zynqmp-zcu104-revC.dts
index 6e3cf5a..f3ab99a 100644
--- a/arch/arm/dts/zynqmp-zcu104-revC.dts
+++ b/arch/arm/dts/zynqmp-zcu104-revC.dts
@@ -145,10 +145,15 @@
};
};
- i2c@4 {
+ i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
- reg = <4>;
+ reg = <3>;
+ ina226@40 { /* u183 */
+ compatible = "ti,ina226";
+ reg = <0x40>;
+ shunt-resistor = <5000>;
+ };
};
i2c@5 {
@@ -163,7 +168,7 @@
reg = <7>;
};
- /* 3, 6 not connected */
+ /* 4, 6 not connected */
};
};