[PATCH 1/2] ARM: dts: aspeed: g220a: Enable ipmb
John Wang
wangzhiqiang.bj at bytedance.com
Fri Dec 11 15:00:01 AEDT 2020
From: Lotus Xu <xuxiaohan at bytedance.com>
Enable ipmb on i2c4
Signed-off-by: Lotus Xu <xuxiaohan at bytedance.com>
Signed-off-by: John Wang <wangzhiqiang.bj at bytedance.com>
---
arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
index 89916a2eec18..3a4bf3db400c 100644
--- a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
@@ -453,7 +453,11 @@ channel_3_3: i2c at 3 {
&i2c4 {
status = "okay";
-
+ ipmb0 at 10 {
+ compatible = "ipmb-dev";
+ reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
+ i2c-protocol;
+ };
};
&i2c5 {
--
2.25.1
More information about the openbmc
mailing list