vireshk

Untitled

Dec 18th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. diff --git a/arch/arm64/boot/dts/arche/arche_common/audio.dtsi b/arch/arm64/boot/dts/arche/arche_common/audio.dtsi
  2. index d6438e897a71..5e3f8ab070b1 100644
  3. --- a/arch/arm64/boot/dts/arche/arche_common/audio.dtsi
  4. +++ b/arch/arm64/boot/dts/arche/arche_common/audio.dtsi
  5. @@ -33,6 +33,32 @@
  6. };
  7.  
  8. &soc {
  9. + tlmm_pinmux: pinctrl@fd510000 {
  10. + pmx_pri_mi2s_sleep {
  11. + qcom,pins = <&gp 64>, <&gp 65>, <&gp 66>;
  12. + qcom,num-grp-pins = <2>;
  13. + qcom,pin-func = <0>;
  14. + label = "pri_mi2s_sleep";
  15. + pri_mi2s_sleep: pri_mi2s_sleep {
  16. + drive-strength = <2>; /* 2 mA */
  17. + bias-pull-down; /* PULL DOWN */
  18. + input-enable;
  19. + };
  20. + };
  21. +
  22. + pmx_pri_mi2s_active {
  23. + qcom,pins = <&gp 64>, <&gp 65>, <&gp 66>;
  24. + qcom,num-grp-pins = <2>;
  25. + qcom,pin-func = <1>;
  26. + label = "pri_mi2s_active";
  27. + pri_mi2s_active: pri_mi2s_active {
  28. + drive-strength = <2>; /* 2 mA */
  29. + bias-disable; /* NO PULL */
  30. + output-high;
  31. + };
  32. + };
  33. + };
  34. +
Add Comment
Please, Sign In to add comment