Searched full:ptn5150 (Results 1 – 7 of 7) 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.55 ptn5150@1d {56 compatible = "nxp,ptn5150";
3 // extcon-ptn5150.c - PTN5150 CC logic extcon driver to support USB detection22 /* PTN5150 registers */37 /* Define PTN5150 MASK/SHIFT constant */309 /* Initialize PTN5150 device and print vendor id and version id */ in ptn5150_i2c_probe()335 { .compatible = "nxp,ptn5150" },341 { "ptn5150", 0 },348 .name = "ptn5150",356 MODULE_DESCRIPTION("NXP PTN5150 CC logic Extcon driver");
132 tristate "NXP PTN5150 CC LOGIC USB EXTCON support"138 detection by NXP PTN5150 CC (Configuration Channel) logic chip.
21 obj-$(CONFIG_EXTCON_PTN5150) += extcon-ptn5150.o
104 compatible = "nxp,ptn5150";
114 compatible = "nxp,ptn5150";
14831 F: Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml14832 F: drivers/extcon/extcon-ptn5150.c