Searched full:ptn5150 (Results 1 – 5 of 5) sorted by relevance
4 $id: http://devicetree.org/schemas/extcon/extcon-ptn5150.yaml#7 title: PTN5150 CC (Configuration Channel) Logic device13 PTN5150 is a small thin low power CC logic chip supporting the USB Type-C19 const: nxp,ptn515025 GPIO pin (input) connected to the PTN5150's INTB pin.63 ptn5150@1d {64 compatible = "nxp,ptn5150";
3 // extcon-ptn5150.c - PTN5150 CC logic extcon driver to support USB detection23 /* PTN5150 registers */38 /* Define PTN5150 MASK/SHIFT constant */341 /* Initialize PTN5150 device and print vendor id and version id */ in ptn5150_i2c_probe()390 { .compatible = "nxp,ptn5150" },396 { "ptn5150" },403 .name = "ptn5150",412 MODULE_DESCRIPTION("NXP PTN5150 CC logic Extcon driver");
158 tristate "NXP PTN5150 CC LOGIC USB EXTCON support"165 detection by NXP PTN5150 CC (Configuration Channel) logic chip.
117 * For Symphony board version <= 1.4, the PTN5150 IRQ pin is connected119 * board version >= 1.4a, the PTN5150 ID pin is connected to GPIO1_IO11123 compatible = "nxp,ptn5150";
19333 F: Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml19334 F: drivers/extcon/extcon-ptn5150.c