Do I understand correctly that you want to rotate Rigidbody around the manually defined rotation point of it's sprite child? As far as I know this is not possible, not sure what exactly is your setup but usually setting sprite position to 0,0 and checking 'centered' is a good idea for rigidbody2d->sprite setup.