Commit f0145db2 authored by Paul Fertser's avatar Paul Fertser Committed by Joel Stanley

ARM: dts: aspeed: tiogapass: add hotplug controller

The ADM1278 IC is accessible on I2C bus and on both Wiwynn and Quanta
Tioga Pass implementations a pair of parallel 0.5 mOhm resistors is used
for current measurement.
Signed-off-by: default avatarPaul Fertser <fercerpav@gmail.com>
Link: https://lore.kernel.org/r/20210415140521.11352-1-fercerpav@gmail.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 6e358798
......@@ -507,6 +507,11 @@ eeprom@54 {
&i2c7 {
status = "okay";
//HSC, AirMax Conn A
adm1278@45 {
compatible = "adm1275";
reg = <0x45>;
shunt-resistor-micro-ohms = <250>;
};
};
&i2c8 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment