Advertisement
Guest User

device_tree issue

a guest
Jan 23rd, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. 1 /*
  2. 2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
  3. 3 *
  4. 4 * This program is free software; you can redistribute it and/or modify
  5. 5 * it under the terms of the GNU General Public License version 2 as
  6. 6 * published by the Free Software Foundation.
  7. 7 */
  8. 8 /dts-v1/;
  9. 9
  10. 10 #include "am33xx.dtsi"
  11. 11 #include "am335x-bone-common.dtsi"
  12. 12
  13. 13 &ldo3_reg {
  14. 14 regulator-min-microvolt = <1800000>;
  15. 15 regulator-max-microvolt = <1800000>;
  16. 16 regulator-always-on;
  17. 17 };
  18. 18
  19. 19 i2c1: i2c@4802a000 { ---> error is here when i do "make dtbs"
  20. 22 status = "okay";
  21. 23 clock-frequency = <100000>;
  22. 24 xxxxx@51 {
  23. 25 compatible = "xxxxx,xxxxx";
  24. 26 reg = <0x51>;
  25. 27 };
  26. 28 };
  27.  
  28. make dts
  29. Error: arch/arm/boot/dts/am335x-boneblack.dts line 19 syntax error
  30. FATAL ERROR: Unable to parse input tree
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement