Configure the clients port
int hsi_setup(struct hsi_client * cl);
cl
Pointer to the HSI client
When sharing ports, clients should either relay on a single client setup or have the same setup for all of them.
Return -errno on failure, 0 on success