[PATCH 14/20] octeon: Drop OCTEON_I2C_FDT dead code
Simon Glass
sjg at chromium.org
Thu Jul 18 19:36:05 CEST 2024
This option is not defined by any board, so drop the code.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/mips/mach-octeon/octeon_fdt.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/arch/mips/mach-octeon/octeon_fdt.c b/arch/mips/mach-octeon/octeon_fdt.c
index c74fe9d9fb8..15ce292be95 100644
--- a/arch/mips/mach-octeon/octeon_fdt.c
+++ b/arch/mips/mach-octeon/octeon_fdt.c
@@ -687,13 +687,6 @@ int octeon_fdt_i2c_get_bus(const void *fdt, int node_offset)
while (node_offset > 0 &&
!(found = !fdt_node_check_compatible(fdt, node_offset, compat))) {
node_offset = fdt_parent_offset(fdt, node_offset);
-#ifdef CONFIG_OCTEON_I2C_FDT
- bus = i2c_get_bus_num_fdt(node_offset);
- if (bus >= 0) {
- debug("%s: Found bus 0x%x\n", __func__, bus);
- return bus;
- }
-#endif
}
if (!found) {
printf("Error: node %d in device tree is not a child of the I2C bus\n",
--
2.34.1
More information about the U-Boot
mailing list