blob: de9f2a3504cb92a9c9f2e7e324448a10c15b7fda [file] [log] [blame]
Lotus Xu58c68412020-10-20 16:28:30 +08001From 0604e82e69c673c3ce75fa1d856a54ab10611015 Mon Sep 17 00:00:00 2001
2From: Lotus Xu <xuxiaohan@bytrdance.com>
3Date: Wed, 21 Oct 2020 12:42:45 +0800
4Subject: [PATCH] bytedance: g220a:Enable ipmb
5
6Signed-off-by: Lotus Xu <xuxiaohan@bytrdance.com>
7---
8 arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts | 6 +++++-
9 1 file changed, 5 insertions(+), 1 deletion(-)
10
11diff --git a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
12index b66854fa9ade..124b885b03ec 100644
13--- a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
14+++ b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
15@@ -453,7 +453,11 @@ channel_3_3: i2c@3 {
16
17 &i2c4 {
18 status = "okay";
19-
20+ ipmb0@10 {
21+ compatible = "ipmb-dev";
22+ reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
23+ i2c-protocol;
24+ };
25 };
26
27 &i2c5 {
28--
292.25.1
30