diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-29 08:01:06 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-29 08:01:06 -0500 |
commit | aac477eca88dd81b18b48573ababee5112d571f3 (patch) | |
tree | 2b866d6fe2d8f79a0c756470677ffbe7e00a9981 /drivers/i2c/i2c-uniphier.c | |
parent | 0fff19a6782909f5b1b280b993d0010f45eb5b18 (diff) | |
parent | 68578582ab956691ecce174057b52600f52d7d09 (diff) | |
download | u-boot-imx-aac477eca88dd81b18b48573ababee5112d571f3.zip u-boot-imx-aac477eca88dd81b18b48573ababee5112d571f3.tar.gz u-boot-imx-aac477eca88dd81b18b48573ababee5112d571f3.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
- Fix clk driver
- Optimize DRAM init code for LD20 SoC
- Get DRAM information from more reliable source
- Clean up SoC init code
- Allow to use Image.gz for booting ARM64 Linux
- Tidy up environments to use with ATF
- Clean up I2C drivers
Diffstat (limited to 'drivers/i2c/i2c-uniphier.c')
-rw-r--r-- | drivers/i2c/i2c-uniphier.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/i2c-uniphier.c b/drivers/i2c/i2c-uniphier.c index f391f11..73575e9 100644 --- a/drivers/i2c/i2c-uniphier.c +++ b/drivers/i2c/i2c-uniphier.c @@ -12,7 +12,6 @@ #include <linux/sizes.h> #include <linux/errno.h> #include <dm/device.h> -#include <dm/root.h> #include <i2c.h> #include <fdtdec.h> |