Advertisement
Guest User

Untitled

a guest
May 28th, 2015
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [ 5.281093] brcmfmac: F1 signature read @0x18000000=0x1591a962
  2. [ 5.320842] sun7i-a20-pinctrl 1c20800.pinctrl: pin PI0 already requested by 1c2b800.i2c; cannot claim for 2-0038
  3. [ 5.331141] sun7i-a20-pinctrl 1c20800.pinctrl: pin-256 (2-0038) status -22
  4. [ 5.338069] sun7i-a20-pinctrl 1c20800.pinctrl: could not request pin 256 (PI0) from group PI0 on device 1c20800.pinctrl
  5. [ 5.343834] usbcore: registered new interface driver brcmfmac
  6. [ 5.354797] edt_ft5x06 2-0038: Error applying setting, reverse things back
  7.  
  8.  
  9. &i2c3 {
  10. status = "okay";
  11. pinctrl-names = "default";
  12. pinctrl-0 = <&i2c3_pins_a>;
  13. edt: edt-ft5x06@38 {
  14. status ="okay";
  15. compatible = "edt,edt-ft5x06";
  16. pinctrl-names = "default";
  17. pinctrl-0 = <&i2c3_pins_a>;
  18. reg = <0x38>;
  19. interrupt-parent = <&pio>;
  20. interrupts = <3 24>;
  21. reset-gpios = <&pio 7 7 1>;
  22. wake-gpios = <&pio 7 8 0>;
  23. };
  24.  
  25. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement