日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

How to use USB to do charger detection instead of PMIC?

發布時間:2025/4/16 37 豆豆
生活随笔 收集整理的這篇文章主要介紹了 How to use USB to do charger detection instead of PMIC? 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

點擊打開鏈接



Question:Many customers want to use USB based charger detection instead of PMIC, because of the problem of PMIC, or customer do not adopt QC PMIC component in hardware design, ?How to use USB to do charger detection instead of PMIC?


Answer:
On platforms like 8939,8916, USB side SW&HW have support for charger detection. If customer want to use USB PHY to do charger detection, need to call below in charger driver to activate USB.
? ? power_supply_set_charge_type(chip->usb_psy, POWER_SUPPLY_TYPE_UNKNOWN);
? ? power_supply_set_present(chip->usb_psy, TRUE);
? ??
If the charger type set to unknown, USB will start charger detection.?
Please note on new platforms like 9x40, we do not support USB charger detection.

總結

以上是生活随笔為你收集整理的How to use USB to do charger detection instead of PMIC?的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。