Re: [PATCH v2] i2c: aspeed: disable additional device addresses on ast2[56]xx
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-05-27 19:47:07
Also in:
linux-aspeed, linux-i2c, lkml, openbmc
From: Wolfram Sang <wsa@kernel.org>
Date: 2021-05-27 19:47:07
Also in:
linux-aspeed, linux-i2c, lkml, openbmc
On Thu, May 06, 2021 at 03:54:19PM -0500, Zev Weiss wrote:
The ast25xx and ast26xx have, respectively, two and three configurable slave device addresses to the ast24xx's one. We only support using one at a time, but the others may come up in an indeterminate state depending on hardware/bootloader behavior, so we need to make sure we disable them so as to avoid ending up with phantom devices on the bus. Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Applied to for-next, thanks!