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,ptn515024 GPIO pin (input) connected to the PTN5150's INTB pin.53 ptn5150@1d {54 compatible = "nxp,ptn5150";
3 // extcon-ptn5150.c - PTN5150 CC logic extcon driver to support USB detection21 /* PTN5150 registers */36 /* Define PTN5150 MASK/SHIFT constant */282 /* Initialize PTN5150 device and print vendor id and version id */ in ptn5150_i2c_probe()299 { .compatible = "nxp,ptn5150" },305 { "ptn5150", 0 },312 .name = "ptn5150",320 MODULE_DESCRIPTION("NXP PTN5150 CC logic Extcon driver");
138 tristate "NXP PTN5150 CC LOGIC USB EXTCON support"143 detection by NXP PTN5150 CC (Configuration Channel) logic chip.
22 obj-$(CONFIG_EXTCON_PTN5150) += extcon-ptn5150.o
104 compatible = "nxp,ptn5150";
114 compatible = "nxp,ptn5150";
12577 F: Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml12578 F: drivers/extcon/extcon-ptn5150.c