BB-I2C1-PCA9685-00A0.dts

Robert. While looking at some I2C-1 dts files i noticed a typo in
BB-I2C1-PCA9685-00A0.dts file

In the resources list I2C 1 has:

            "P8\.18",        /\* i2c1\_sda \*/
            "P9\.17",        /\* i2c1\_scl \*/

sda should be P9.18

just thought i should let you know

Wonder which repo you have, the bb.org-overlays has the correct values:

"P9.18", /* i2c1_sda */
"P9.17", /* i2c1_scl */

https://github.com/beagleboard/bb.org-overlays/blob/master/src/arm/BB-I2C1-PCA9685-00A0.dts#L27-L28

Regards,