Advertisement
Guest User

Untitled

a guest
Mar 16th, 2024
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. xiaomi-surya:~$ dmesg | grep lpass
  2. [ 11.528255] Modules linked in: ipv6 fuse joydev fastrpc qrtr_smd rpmsg_ctrl rpmsg_char hci_uart btqca btbcm snd_soc_sm8250 snd_soc_qcom_sdw leds_qcom_lpg bluetooth led_class_multicolor snd_soc_qcom_common qcom_wled soundwire_bus qcom_spmi_adc5 ecdh_generic crct10dif_ce snd_soc_tas2562 qcom_spmi_temp_alarm qcom_qg ecc qcom_vadc_common rtc_pm8xxx nt36xxx_spi_ts qcom_stats nxp_nci_i2c ath10k_snoc nxp_nci nci qrtr ath10k_core ath i2c_qcom_cci nfc mac80211 libarc4 aw8695_haptics qcom_q6v5_pas icc_bwmon qcom_pil_info qcom_q6v5 ipa cfg80211 qcom_sysmon qcom_common rfkill qcom_glink_smem pinctrl_sm7150_lpass_lpi pinctrl_lpass_lpi qcom_wdt panel_huaxing_nt36672c
  3. xiaomi-surya:~$ lsmod | grep lpass
  4. pinctrl_sm7150_lpass_lpi 20480 0
  5. pinctrl_lpass_lpi 12288 1 pinctrl_sm7150_lpass_lpi
  6. xiaomi-surya:~$ sudo cat /sys/kernel/debug/gpio
  7. [sudo] password for user:
  8. gpiochip0: GPIOs 512-521, parent: platform/c440000.spmi:pmic@0:gpio@c000, c440000.spmi:pmic@0:gpio@c000:
  9. gpio1 : ---
  10. gpio2 : out low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  11. gpio3 : ---
  12. gpio4 : in low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  13. gpio5 : in low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  14. gpio6 : in high normal vin-1 pull-up 30uA push-pull high atest-1 dtest-0
  15. gpio7 : in low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  16. gpio8 : in low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  17. gpio9 : out low func1 vin-0 no pull open-source high atest-1 dtest-0
  18. gpio10: out low func1 vin-0 no pull open-drain high atest-1 dtest-0
  19.  
  20. gpiochip1: GPIOs 522-533, parent: platform/c440000.spmi:pmic@4:gpio@c000, c440000.spmi:pmic@4:gpio@c000:
  21. gpio1 : in low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  22. gpio2 : in high normal vin-0 pull-up 30uA push-pull no atest-1 dtest-0
  23. gpio3 : in low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  24. gpio4 : out low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  25. gpio5 : in low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  26. gpio6 : ---
  27. gpio7 : in low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  28. gpio8 : out high normal vin-1 pull-down 10uA push-pull high atest-1 dtest-0
  29. gpio9 : out high func1 vin-1 no pull push-pull medium atest-1 dtest-0
  30. gpio10: in low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
  31. gpio11: in low normal vin-0 pull-up 1.5uA push-pull high atest-1 dtest-0
  32. gpio12: out low normal vin-0 pull-down 10uA push-pull high atest-1 dtest-0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement