Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. cd /boot/uboot/dtbs/
  2. dtc -I dtb -O dts am335x-boneblack.dtb > am335x-boneblack.dts
  3. vi am335x-boneblack.dts
  4. sarch for
  5.  
  6. /*
  7. pinmux_i2c2_pins {
  8. pinctrl-single,pins = <0x178 0x73 0x17c 0x73>;
  9. linux,phandle = <0x7>;
  10. phandle = <0x7>;
  11. };
  12. */
  13.  
  14.  
  15. /*
  16. i2c2 = "/ocp/i2c@4819c000";
  17. */
  18.  
  19.  
  20. dtc -O dtb -o am335x-boneblack.dtb -b 0 am335x-boneblack.dts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement