octeon: Drop OCTEON_I2C_FDT dead code

This option is not defined by any board, so drop the code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Simon Glass
2024-08-11 08:50:41 -06:00
committed by Heiko Schocher
parent 56ec7a69d8
commit b76f37ce63

View File

@@ -687,13 +687,6 @@ int octeon_fdt_i2c_get_bus(const void *fdt, int node_offset)
while (node_offset > 0 && while (node_offset > 0 &&
!(found = !fdt_node_check_compatible(fdt, node_offset, compat))) { !(found = !fdt_node_check_compatible(fdt, node_offset, compat))) {
node_offset = fdt_parent_offset(fdt, node_offset); 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) { if (!found) {
printf("Error: node %d in device tree is not a child of the I2C bus\n", printf("Error: node %d in device tree is not a child of the I2C bus\n",