Commit 66daab24 authored by Robert Lippert's avatar Robert Lippert Committed by Joel Stanley

ARM: dts: aspeed: zaius: update 12V brick I2C address

The I2C address of the brick is different depending on the board SKU.

Update the values to instantiate addresses which work for most boards.
Signed-off-by: default avatarRobert Lippert <rlippert@google.com>
Signed-off-by: default avatarPatrick Venture <venture@google.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 9deea07e
...@@ -328,10 +328,21 @@ vrm@41 { ...@@ -328,10 +328,21 @@ vrm@41 {
* LM5066I PMBUS @10h * LM5066I PMBUS @10h
*/ */
/* 12V Quarter Brick DC/DC Converter Q54SJ12050 @61h */ /*
power-brick@61 { * Brick will be one of these types/addresses. Depending
* on the board SKU only one is actually present and will successfully
* instantiate while the others will fail the probe operation.
* These are the PVT (and presumably beyond) addresses:
* 12V Quarter Brick DC/DC Converter Q54SJ12050 @6Ah
* 12V Quarter Brick DC/DC Converter Q54SH12050 @30h
*/
power-brick@6a {
compatible = "delta,dps800";
reg = <0x6a>;
};
power-brick@30 {
compatible = "delta,dps800"; compatible = "delta,dps800";
reg = <0x61>; reg = <0x30>;
}; };
/* CPU0 VR ISL68137 0.7V, 0.96V PMBUS @64h */ /* CPU0 VR ISL68137 0.7V, 0.96V PMBUS @64h */
...@@ -342,7 +353,6 @@ power-brick@61 { ...@@ -342,7 +353,6 @@ power-brick@61 {
/* Master selector PCA9541A @70h (other master: CPU0) /* Master selector PCA9541A @70h (other master: CPU0)
* LM5066I PMBUS @10h * LM5066I PMBUS @10h
*/ */
/* 12V SMPS Q54SH12050NNDH @61h */
}; };
&i2c8 { &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