Skip to content

Commit

Permalink
bindings: pm8941-misc: Add support for VBUS detection
Browse files Browse the repository at this point in the history
Add interrupt support for reporting VBUS detection status that can be
detected via a dedicated PMIC pin.

Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
Signed-off-by: Guru Das Srinagesh <gurus@codeaurora.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
  • Loading branch information
Guru Das Srinagesh authored and Chanwoo Choi committed Apr 8, 2021
1 parent dd6f5af commit 4fcdd67
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ properties:
maxItems: 1

interrupts:
maxItems: 1
minItems: 1
maxItems: 2

interrupt-names:
minItems: 1
items:
- const: usb_id
- const: usb_vbus

required:
- compatible
Expand Down

0 comments on commit 4fcdd67

Please sign in to comment.