Skip to content

Commit

Permalink
arm/dts: add adm1278 for barreleye
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Stanley <[email protected]>
  • Loading branch information
shenki committed Mar 21, 2016
1 parent dd13a2c commit f24385a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,22 @@
reg = <0x51>;
};
};

i2c4: i2c-bus@140 {
adm1278@10 {
// P12V_a for CPU0
compatible = "adi,adm1278";
reg = <0x10>;
sense-resistor = <500>;
};
};
i2c5: i2c-bus@180 {
adm1278@10 {
// P12V_b for CPU1
compatible = "adi,adm1278";
reg = <0x10>;
sense-resistor = <500>;
};
};
i2c6: i2c-bus@1c0 {
nct7904@2d {
compatible = "nuvoton,nct7904";
Expand All @@ -90,6 +105,12 @@
reg = <0x55>;
pagesize = <8>;
};
adm1278@10 {
// P12V_c for HDD and IO board
compatible = "adi,adm1278";
reg = <0x10>;
sense-resistor = <500>;
};
};
};
};
Expand Down

1 comment on commit f24385a

@adamliyi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sense resistor value on Barreleye is 250 microohms.

Please sign in to comment.