I've been seeing this same behavior, and believe that it is contributing to my board locking up while I'm running an app that is simply streaming the webcam output over WiFi using a multicast port.
Once it gets to this point, It's continuously printing junk to the serial console.
[ 2695.793131] omap_i2c 44e0b000.i2c: controller timed out
[ 2696.799063] omap_i2c 44e0b000.i2c: controller timed out
[ 2697.806895] omap_i2c 44e0b000.i2c: controller timed out
[ 2697.812991] tps65217 0-0024: Read from reg 0xf failed
[ 2698.820553] omap_i2c 44e0b000.i2c: controller timed out
[ 2698.826543] tps65217 0-0024: Read from reg 0x11 failed
[ 2698.832365] cpufreq_cpu0: failed to scale voltage down: -110
[ 2700.146663] omap_i2c 44e0b000.i2c: controller timed out
[ 2701.152639] omap_i2c 44e0b000.i2c: controller timed out
[ 2702.162376] omap_i2c 44e0b000.i2c: controller timed out
[ 2702.168381] tps65217 0-0024: Read from reg 0xf failed
[ 2703.176036] omap_i2c 44e0b000.i2c: controller timed out
[ 2703.182062] tps65217 0-0024: Read from reg 0x11 failed
[ 2703.187967] cpufreq_cpu0: failed to scale voltage down: -110
[ 2704.511886] omap_i2c 44e0b000.i2c: controller timed out
[ 2705.517833] omap_i2c 44e0b000.i2c: controller timed out
[ 2706.525624] omap_i2c 44e0b000.i2c: controller timed out
[ 2706.535484] tps65217 0-0024: Read from reg 0xf failed
[ 2707.543204] omap_i2c 44e0b000.i2c: controller timed out
[ 2707.549184] tps65217 0-0024: Read from reg 0x11 failed
[ 2707.555006] cpufreq_cpu0: failed to scale voltage down: -110
but I'd prefer if I can have that command issues as part of the boot sequence. I knew the old style linux completely, but am still learning the systemctl version. Can someone tell me the simplest way to have the above command run at boot?