Message ID | 20201211040002.1030-1-wangzhiqiang.bj@bytedance.com |
---|---|
State | New |
Headers | show |
Series | [1/2] ARM: dts: aspeed: g220a: Enable ipmb | expand |
On Fri, 11 Dec 2020 at 04:00, John Wang <wangzhiqiang.bj@bytedance.com> wrote: > > From: Lotus Xu <xuxiaohan@bytedance.com> > > Enable ipmb on i2c4 > > Signed-off-by: Lotus Xu <xuxiaohan@bytedance.com> > Signed-off-by: John Wang <wangzhiqiang.bj@bytedance.com> Reviewed-by: Joel Stanley <joel@jms.id.au> > --- > 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@3 { > > &i2c4 { > status = "okay"; > - > + ipmb0@10 { > + compatible = "ipmb-dev"; > + reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>; > + i2c-protocol; > + }; > }; > > &i2c5 { > -- > 2.25.1 >
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@3 { &i2c4 { status = "okay"; - + ipmb0@10 { + compatible = "ipmb-dev"; + reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>; + i2c-protocol; + }; }; &i2c5 {