Re: [PATCH 1/3] ARM: dts: aspeed: amd-ethanolx: Update KCS nodes to use v2 binding

2020-10-28 Thread Joel Stanley
On Wed, 28 Oct 2020 at 05:25, Joel Stanley wrote: > > On Tue, 27 Oct 2020 at 12:38, Konstantin Aladyshev > wrote: > > > > KCS nodes compatible property in the 'aspeed-g5.dtsi' file was > > changed to use v2 binding in the commit fa4c8ec6feaa > > ("ARM: dts: aspeed: Change KCS nodes to v2 binding"

Re: [PATCH 1/3] ARM: dts: aspeed: amd-ethanolx: Update KCS nodes to use v2 binding

2020-10-28 Thread Joel Stanley
On Wed, 28 Oct 2020 at 09:00, Supreeth Venkatesh wrote: > > These changes are already merged in > https://github.com/openbmc/linux/blob/dev-5.8/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts > by Joel. > Please abandon these changes. That is the openbmc kernel tree, where we stage patches on the

Re: [PATCH 1/3] ARM: dts: aspeed: amd-ethanolx: Update KCS nodes to use v2 binding

2020-10-28 Thread Joel Stanley
On Tue, 27 Oct 2020 at 12:38, Konstantin Aladyshev wrote: > > KCS nodes compatible property in the 'aspeed-g5.dtsi' file was > changed to use v2 binding in the commit fa4c8ec6feaa > ("ARM: dts: aspeed: Change KCS nodes to v2 binding"). > For the proper initialization of /dev/ipmi-kcs* devices > KC

Re: [PATCH 1/3] ARM: dts: aspeed: amd-ethanolx: Update KCS nodes to use v2 binding

2020-10-27 Thread Konstantin Aladyshev
These changes got picked up from my backport patch to the 'dev-5.8' branch of the OpenBMC Linux repository. This patch also needed to be added to the main ASPEED Linux kernel, so it could get into subsequent branches of the OpenBMC Linux repository. Best regards, Konstantin Aladyshev On Tue, Oct

Re: [PATCH 1/3] ARM: dts: aspeed: amd-ethanolx: Update KCS nodes to use v2 binding

2020-10-27 Thread Supreeth Venkatesh
These changes are already merged in https://github.com/openbmc/linux/blob/dev-5.8/arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts by Joel. Please abandon these changes. Thanks, Supreeth On 10/27/20 7:37 AM, Konstantin Aladyshev wrote: > [CAUTION: External Email] > > KCS nodes compatible property

[PATCH 1/3] ARM: dts: aspeed: amd-ethanolx: Update KCS nodes to use v2 binding

2020-10-27 Thread Konstantin Aladyshev
KCS nodes compatible property in the 'aspeed-g5.dtsi' file was changed to use v2 binding in the commit fa4c8ec6feaa ("ARM: dts: aspeed: Change KCS nodes to v2 binding"). For the proper initialization of /dev/ipmi-kcs* devices KCS node variables also need to be changed to use v2 binding. Signed-off