Using both CS signals of SPI1

Hello there,
I would like to interface with 2 separate devices on SPI1 bus of BeagleBone Black. I have found this dts with the spi1_cs1 pin commented out: https://github.com/beagleboard/linux/blob/3.8/firmware/capes/BB-SPIDEV1-00A0.dts
I was wondering if I reenable this pin, will I be able to use the 2 separate cs 0 and 1? Will this overlay then show spidev1.0 and spidev1.1 in my devices?