Searched refs:chip_select_num (Results 1 – 1 of 1) sorted by relevance
538 const fdt32_t *chip_select_num = NULL; in get_info_from_device_tree() local576 chip_select_num = fdt_getprop(fdt, node, "spi-num-chipselects", NULL); in get_info_from_device_tree()577 if (chip_select_num) in get_info_from_device_tree()578 dspi_data->num_chipselect = (int)fdt32_to_cpu(*chip_select_num); in get_info_from_device_tree()