commit | 8de5ae86829c9bac6585257b2ba40b28364fa04e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 23 11:48:26 2020 -0700 |
committer | Heiko Schocher <hs@denx.de> | Mon Jan 27 07:25:00 2020 +0100 |
tree | ca1b480da809db0882686df664689552135bf0bb | |
parent | c5294195eb36d029a84917b84862d1d46474f6a1 [diff] |
i2c: designware_i2c: Do more in the probe() method Move some of the code currently in the ofdata_to_platdata() method to probe() so that it is not executed when generating ACPI tables. Signed-off-by: Simon Glass <sjg@chromium.org>