Skip to content

Commit 1c52e1c

Browse files
DelphineCCChiuamboar
authored andcommitted
ARM: dts: aspeed: yosemite4: Enable ipmb device for OCP debug card
Add OCP debug card devicetree config Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent 4ed43e8 commit 1c52e1c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,13 @@
370370
&i2c13 {
371371
status = "okay";
372372
bus-frequency = <400000>;
373+
multi-master;
374+
375+
ipmb@10 {
376+
compatible = "ipmb-dev";
377+
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
378+
i2c-protocol;
379+
};
373380
};
374381

375382
&i2c14 {

0 commit comments

Comments
 (0)