commit | 31cc5b4046e5461ea53050d5d1de12c034ce6f0c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 12:45:01 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:15 2020 +0800 |
tree | 64bc139fe69c2d50a6200ccda1f1c521e45643b4 | |
parent | f2fd6faf1fb31d7fda45e3056a4399d234481f88 [diff] |
i2c: Add a generic driver to generate ACPI info Many I2C devices produce roughly the same ACPI data with just things like the GPIO/interrupt information being different. This can be handled by a generic driver along with some information in the device tree. Add a generic i2c driver for this purpose. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>