“camera_common_regulator_get” is error at jetson TX1 R28.2

“camera_common_regulator_get” is error at jetson TX1 R28.2
How can I fix this?

Apr 12 03:05:42 tegra-ubuntu kernel: [    3.186550] i2c /dev entries driver
Apr 12 03:05:42 tegra-ubuntu kernel: [    3.193217] regulator_get() failed for (1-0010,vana), -19
Apr 12 03:05:42 tegra-ubuntu kernel: [    3.200423] imx274 1-0010: camera_common_regulator_get vana ERR: ffffffffffffffed
Apr 12 03:05:42 tegra-ubuntu kernel: [    3.211682] regulator_get() failed for (1-0010,vdig), -19
Apr 12 03:05:42 tegra-ubuntu kernel: [    3.219102] imx274 1-0010: camera_common_regulator_get vdig ERR: ffffffffffffffed

hello sensor_test,

kernel drivers would looking regulators in the device tree,
if there’s regulator_get failed, you should check the definitions in the related device tree.
please double confirm the definitions were all correct.
moreover, you could also disassembler the dtb file into txt file for quick check.
thanks