commit | 70ab454503c6759ec5a0d7ddd1bdf4916e990e06 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Aug 05 21:35:27 2016 -0600 |
committer | Heiko Schocher <hs@denx.de> | Fri Aug 12 06:41:41 2016 +0200 |
tree | 02d41e1033ca03b62367d47942f3e89858057734 | |
parent | 2c615b025c4a6f3db432e35f834f54042e740d5a [diff] |
i2c: Drop redundant platform data setting in drivers The i2c uclass has a default setting for per_child_platdata_auto_alloc_size so drivers do not need to set it. Remove this from drivers to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>