[PATCH 13/16] tegra: Cleanup I2C support
Tom Rini
trini at konsulko.com
Thu Aug 19 05:12:36 CEST 2021
Remove the irrelevant section from the README and remove the
non-functional SPL-undef section.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
README | 5 -----
include/configs/tegra-common-post.h | 5 -----
2 files changed, 10 deletions(-)
diff --git a/README b/README
index b7e2c87eed16..fea0d3c0d0f9 100644
--- a/README
+++ b/README
@@ -1462,11 +1462,6 @@ The following options need to be configured:
with a list of GPIO LEDs that have inverted polarity.
- I2C Support:
- - drivers/i2c/tegra_i2c.c:
- - activate this driver with CONFIG_SYS_I2C_TEGRA
- - This driver adds 4 i2c buses with a fix speed from
- 100000 and the slave addr 0!
-
- drivers/i2c/ppc4xx_i2c.c
- activate this driver with CONFIG_SYS_I2C_PPC4XX
- CONFIG_SYS_I2C_PPC4XX_CH0 activate hardware channel 0
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h
index dd7a75ae4674..69adf6462ac3 100644
--- a/include/configs/tegra-common-post.h
+++ b/include/configs/tegra-common-post.h
@@ -113,11 +113,6 @@
#define CONFIG_SKIP_LOWLEVEL_INIT_ONLY
-/* remove I2C support */
-#ifdef CONFIG_SYS_I2C_TEGRA
-#undef CONFIG_SYS_I2C_TEGRA
-#endif
-
/* remove USB */
#ifdef CONFIG_USB_EHCI_TEGRA
#undef CONFIG_USB_EHCI_TEGRA
--
2.17.1
More information about the U-Boot
mailing list