Home
last modified time | relevance | path

Searched full:ptn5150 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/extcon/
H A Dextcon-ptn5150.yaml4 $id: http://devicetree.org/schemas/extcon/extcon-ptn5150.yaml#
7 title: PTN5150 CC (Configuration Channel) Logic device
13 PTN5150 is a small thin low power CC logic chip supporting the USB Type-C
19 const: nxp,ptn5150
24 GPIO pin (input) connected to the PTN5150's INTB pin.
53 ptn5150@1d {
54 compatible = "nxp,ptn5150";
/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon-ptn5150.c3 // extcon-ptn5150.c - PTN5150 CC logic extcon driver to support USB detection
21 /* PTN5150 registers */
36 /* Define PTN5150 MASK/SHIFT constant */
289 /* Initialize PTN5150 device and print vendor id and version id */ in ptn5150_i2c_probe()
310 { .compatible = "nxp,ptn5150" },
316 { "ptn5150", 0 },
323 .name = "ptn5150",
331 MODULE_DESCRIPTION("NXP PTN5150 CC logic Extcon driver");
H A DKconfig138 tristate "NXP PTN5150 CC LOGIC USB EXTCON support"
143 detection by NXP PTN5150 CC (Configuration Channel) logic chip.
H A DMakefile22 obj-$(CONFIG_EXTCON_PTN5150) += extcon-ptn5150.o
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8mn-var-som-symphony.dts104 compatible = "nxp,ptn5150";
H A Dimx8mm-var-som-symphony.dts114 compatible = "nxp,ptn5150";
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS12613 F: Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
12614 F: drivers/extcon/extcon-ptn5150.c