Worked fine with one exception.

The editing of file "am335x-bone-common-no-capemgr.dtsi" was a little too 
aggressive, 
and had removed all reference to I2C-2, so that bus was not accessible.

I had to insert the following at line 245 to get bus I2C-2 working again.

&i2c2 {
pinctrl-names = "default";
pinctrl-0 = <&i2c2_pins>;

status = "okay";
clock-frequency = <100000>;
};


Thanks,
--- Graham

====

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/26ae5c08-1b46-4091-a19e-b8d37add3931%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to