commit | abb3e1385bd4a3f031c65ac2b74d785bf37c45da | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Apr 27 09:02:12 2016 +0200 |
committer | Heiko Schocher <hs@denx.de> | Tue May 17 08:28:50 2016 +0200 |
tree | 67b980cdd9b641cffb2e2f0a2277a36e6b11580f | |
parent | 81aaacc2dad0257547d6e6f5f29019692a4b08b4 [diff] |
i2c: designware_i2c: Optionally check enable status register Some platforms don't implement the enable status register at offset 0x9c. The SPEAr600 platform is one of them. The recently added check to this status register can't be performend on these platforms. This patch introduces a new config option that can be enabled on such platforms not supporting this register. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Heiko Schocher <hs@denx.de>