[PATCH linux dev-5.8 v3 2/2] ARM: dts: aspeed: Add Bytedance g220a BMC machine

Joel Stanley joel at jms.id.au
Wed Oct 7 17:53:27 AEDT 2020


On Wed, 7 Oct 2020 at 06:38, Joel Stanley <joel at jms.id.au> wrote:
>
> On Tue, 29 Sep 2020 at 06:40, John Wang <wangzhiqiang.bj at bytedance.com> wrote:
> >
> > From: Lotus Xu <xuxiaohan at bytedance.com>
> >
> > The g220a is a server platform with an ASPEED AST2500 BMC.
> >
> > Signed-off-by: Lotus Xu <xuxiaohan at bytedance.com>
> > Signed-off-by: John Wang <wangzhiqiang.bj at bytedance.com>
>
> Reviewed-by: Joel Stanley <joel at jms.id.au>
>
> Thanks, I've applied this to dev-5.8.
>


> +&kcs3 {
> +       kcs_addr = <0xCA2>;
> +       status = "okay";
> +};
> +
> +&kcs4 {
> +       kcs_addr = <0xCA4>;
> +       status = "okay";
> +};

I booted your system in qemu and noticed the kcs driver failed to load:

[    2.717595] ast-kcs-bmc: probe of 1e78902c.kcs failed with error -22
[    2.719104] ast-kcs-bmc: probe of 1e789114.kcs failed with error -22

You need to adjust your system to the v2 bindings, in the same way
this patch did:

https://patchwork.ozlabs.org/project/openbmc/patch/20200930075153.2115-1-aladyshev22@gmail.com/

As I have already merged your patch, I did this for you.

# ls /dev/ipmi-kcs*
/dev/ipmi-kcs3  /dev/ipmi-kcs4

Cheers,

Joel


More information about the openbmc mailing list