]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i2c: designware: Fix bogus sda_hold_time due to uninitialized vars
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 22 May 2017 05:46:55 +0000 (07:46 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 22 May 2017 08:35:51 +0000 (10:35 +0200)
commite2c824924cdb41528932c550647406ad81336b18
tree126ee9510b32f73fe42b4bd74d262d7244f3d3d8
parent5165da5923d6c7df6f2927b0113b2e4d9288661e
i2c: designware: Fix bogus sda_hold_time due to uninitialized vars

We need to initializes those variables to 0 for platforms that do not
provide ACPI parameters. Otherwise, we set sda_hold_time to random
values, breaking e.g. Galileo and IOT2000 boards.

Fixes: 9d6408433019 ("i2c: designware: don't infer timings described by ACPI from clock rate")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-platdrv.c