Hi Woody,
Form the attached datasheet section 4.3.2 the address seems to be : 0x4A and 0x4B depending upon the ADDR_SEL line(low or high respectively).
Please check in the driver code is the address is 7 bit or 8 bit before using the above address.
Also you can check the i2c utilities :
http://www.lm-sensors.org/wiki/I2CTools to check the address of the devices connected with your SoC.on running i2c detect (with appropriate arguments) you will come to know about the address of the devices which you can verify with the address you put in the driver code.
Thanks and Rgds,
Rp