From: Lotus Xu Date: Fri, 11 Dec 2020 04:00:01 +0000 (+0800) Subject: ARM: dts: aspeed: g220a: Enable ipmb X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cc36a99de0fa3e4253a00958fddc64c64a557373;p=linux.git ARM: dts: aspeed: g220a: Enable ipmb Enable ipmb on i2c4. Signed-off-by: Lotus Xu Signed-off-by: John Wang Reviewed-by: Joel Stanley Link: https://lore.kernel.org/r/20201211040002.1030-1-wangzhiqiang.bj@bytedance.com Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts index 2feb25b0e43b5..1f415e62fbded 100644 --- a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts +++ b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts @@ -446,7 +446,11 @@ &i2c4 { status = "okay"; - + ipmb0@10 { + compatible = "ipmb-dev"; + reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>; + i2c-protocol; + }; }; &i2c5 {