How to set gpio for spi?

I solve the spi-trgea114 can not get clock problem, after I’m set the pinmux and use spidev-test to test my spi, It’s look like correctly:
image

but now i got a new problem.when I use the TPM slb9670 through the spi@3210000 and my set as below photo:
image

and the driver about tpm and spi can see when I command the lsmod | grep tpm and lsmod | grep spi :
image

image

but I still can’t see the tpm device in my /dev/, should I add the rest-gpios in TPM slb9670 like below photo?