Skip to content

Commit c61838a

Browse files
renzenicolaiamboar
authored andcommitted
ARM: dts: aspeed: Modify I2C bus configuration
Enable I2C bus 8 which is exposed on the IPMB_1 connector on the X570D4U mainboard. Additionally adds a descriptive comment to I2C busses 1 and 5. Signed-off-by: Renze Nicolai <[email protected]> Signed-off-by: Andrew Jeffery <[email protected]>
1 parent 62429c4 commit c61838a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-x570d4u.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
};
163163

164164
&i2c1 {
165+
/* Hardware monitoring SMBus */
165166
status = "okay";
166167

167168
w83773g@4c {
@@ -219,6 +220,7 @@
219220
};
220221

221222
&i2c5 {
223+
/* SMBus on BMC connector (BMC_SMB_1) */
222224
status = "okay";
223225
};
224226

@@ -243,6 +245,11 @@
243245
};
244246
};
245247

248+
&i2c8 {
249+
/* SMBus on intelligent platform management bus header (IPMB_1) */
250+
status = "okay";
251+
};
252+
246253
&gfx {
247254
status = "okay";
248255
};

0 commit comments

Comments
 (0)