[PATCH v2 2/5] dt-bindings: phy: motorola,cpcap-usb: add chrg_det interrupt
Ivaylo Dimitrov <[email protected]> Sun, 5 Jul 2026 10:58:06 +0300
| Newsgroups | org.kernel.vger.linux-omap,org.infradead.lists.linux-phy,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
The CPCAP USB PHY driver uses the CPCAP charger detection interrupt for DCP detection. Update the binding and example DTS to use the corresponding "chrg_det" interrupt name. Signed-off-by: Ivaylo Dimitrov <[email protected]> --- .../devicetree/bindings/phy/motorola,cpcap-usb-phy.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/motorola,cpcap-usb-phy.yaml b/Documentation/devicetree/bindings/phy/motorola,cpcap-usb-phy.yaml index 0febd04a61f4..1a202cd29724 100644 --- a/Documentation/devicetree/bindings/phy/motorola,cpcap-usb-phy.yaml +++ b/Documentation/devicetree/bindings/phy/motorola,cpcap-usb-phy.yaml @@ -28,6 +28,7 @@ properties: - description: sessvld interrupt - description: sessend interrupt - description: se1 interrupt + - description: charger detection interrupt - description: dm interrupt - description: dp interrupt @@ -41,6 +42,7 @@ properties: - const: sessvld - const: sessend - const: se1 + - const: chrg_det - const: dm - const: dp @@ -91,10 +93,10 @@ examples: interrupts-extended = < &cpcap 15 0 &cpcap 14 0 &cpcap 28 0 &cpcap 19 0 &cpcap 18 0 &cpcap 17 0 &cpcap 16 0 &cpcap 49 0 - &cpcap 48 1 + &cpcap 48 1 &cpcap 13 0 >; interrupt-names = "id_ground", "id_float", "se0conn", "vbusvld", - "sessvld", "sessend", "se1", "dm", "dp"; + "sessvld", "sessend", "se1", "dm", "dp", "chrg_det"; io-channels = <&cpcap_adc 2>, <&cpcap_adc 7>; io-channel-names = "vbus", "id"; vusb-supply = <&vusb>; -- 2.39.5