Searched full:ptn5150 (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/extcon/ |
D | extcon-ptn5150.yaml | 4 $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 25 GPIO pin (input) connected to the PTN5150's INTB pin. 60 ptn5150@1d { 61 compatible = "nxp,ptn5150";
|
/linux-6.12.1/drivers/extcon/ |
D | extcon-ptn5150.c | 3 // extcon-ptn5150.c - PTN5150 CC logic extcon driver to support USB detection 22 /* 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");
|
D | Kconfig | 145 tristate "NXP PTN5150 CC LOGIC USB EXTCON support" 151 detection by NXP PTN5150 CC (Configuration Channel) logic chip.
|
D | Makefile | 22 obj-$(CONFIG_EXTCON_PTN5150) += extcon-ptn5150.o
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8mn-var-som-symphony.dts | 117 * For Symphony board version <= 1.4, the PTN5150 IRQ pin is connected 119 * board version >= 1.4a, the PTN5150 ID pin is connected to GPIO1_IO11 123 compatible = "nxp,ptn5150";
|
D | imx8ulp-evk.dts | 131 compatible = "nxp,ptn5150"; 147 compatible = "nxp,ptn5150";
|
D | imx8mm-var-som-symphony.dts | 114 compatible = "nxp,ptn5150";
|
D | imx8mp-dhcom-pdk3.dts | 193 compatible = "nxp,ptn5150";
|
/linux-6.12.1/ |
D | MAINTAINERS | 16681 F: Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml 16682 F: drivers/extcon/extcon-ptn5150.c
|