003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/extcon
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
extcon
/
📁
..
📄
extcon-fsa9480.txt
(661 B)
📄
extcon-max3355.txt
(692 B)
📄
extcon-palmas.txt
(768 B)
📄
extcon-ptn5150.txt
(998 B)
📄
extcon-rt8973a.txt
(805 B)
📄
extcon-sm5502.txt
(683 B)
📄
extcon-usb-gpio.txt
(589 B)
📄
extcon-usbc-cros-ec.yaml
(1.45 KB)
📄
qcom,pm8941-misc.txt
(893 B)
📄
wlf,arizona.yaml
(3.77 KB)
Editing: qcom,pm8941-misc.txt
Qualcomm's PM8941 USB ID Extcon device Some Qualcomm PMICs have a "misc" module that can be used to detect when the USB ID pin has been pulled low or high. PROPERTIES - compatible: Usage: required Value type: <string> Definition: Should contain "qcom,pm8941-misc"; - reg: Usage: required Value type: <u32> Definition: Should contain the offset to the misc address space - interrupts: Usage: required Value type: <prop-encoded-array> Definition: Should contain the usb id interrupt - interrupt-names: Usage: required Value type: <stringlist> Definition: Should contain the string "usb_id" for the usb id interrupt Example: pmic { usb_id: misc@900 { compatible = "qcom,pm8941-misc"; reg = <0x900>; interrupts = <0x0 0x9 0 IRQ_TYPE_EDGE_BOTH>; interrupt-names = "usb_id"; }; } usb-controller { extcon = <&usb_id>; };
Upload File
Create Folder