Lotus Xu | 530f068 | 2020-10-20 16:28:30 +0800 | [diff] [blame] | 1 | From 0604e82e69c673c3ce75fa1d856a54ab10611015 Mon Sep 17 00:00:00 2001 |
| 2 | From: Lotus Xu <xuxiaohan@bytrdance.com> |
| 3 | Date: Wed, 21 Oct 2020 12:42:45 +0800 |
| 4 | Subject: [PATCH] bytedance: g220a:Enable ipmb |
| 5 | |
| 6 | Signed-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 | |
| 11 | diff --git a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts |
| 12 | index 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 | -- |
| 29 | 2.25.1 |
| 30 | |