Lines Matching +full:pm8941 +full:- +full:misc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/extcon/qcom,pm8941-misc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. PM8941 USB ID Extcon device
10 - Guru Das Srinagesh <gurus@codeaurora.org>
13 Some Qualcomm PMICs have a "misc" module that can be used to detect when
19 - const: qcom,pm8941-misc
28 interrupt-names:
31 - const: usb_id
32 - const: usb_vbus
35 - compatible
36 - reg
37 - interrupts
38 - interrupt-names
43 - |
44 #include <dt-bindings/interrupt-controller/irq.h>
47 #address-cells = <1>;
48 #size-cells = <0>;
49 interrupt-controller;
50 #interrupt-cells = <4>;
52 usb_id: misc@900 {
53 compatible = "qcom,pm8941-misc";
56 interrupt-names = "usb_id";
60 usb-controller {