Searched +full:mdm9615 +full:- +full:pinctrl (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,mdm9615-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,mdm9615-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. MDM9615 TLMM block 10 - Bjorn Andersson <andersson@kernel.org> 12 description: Top Level Mode Multiplexer pin controller in Qualcomm MDM9615 SoC. 14 $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 18 const: qcom,mdm9615-pinctrl 27 "-state$": [all …]
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-mdm9615-wp8548.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 9 #include "qcom-mdm9615.dtsi" 14 compatible = "swir,wp8548", "qcom,mdm9615"; 23 pinctrl-0 = <&reset_out_pins>; 24 pinctrl-names = "default"; 26 gsbi3_pins: gsbi3-state { 27 gsbi3-pins { 30 drive-strength = <8>; 31 bias-disable; 35 gsbi4_pins: gsbi4-state { [all …]
|
H A D | qcom-mdm9615-wp8548-mangoh-green.dts | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 13 #include "qcom-mdm9615-wp8548.dtsi" 17 compatible = "swir,mangoh-green-wp8548", "swir,wp8548", "qcom,mdm9615"; 28 stdout-path = "serial1:115200n8"; 34 * - 2 : GPIOEXP_INT2 35 * - 7 : IOT1_GPIO2 36 * - 8 : IOT0_GPIO4 [all …]
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | qcom,usb-hsic-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/qcom,usb-hsic-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <andersson@kernel.org> 11 - Vinod Koul <vkoul@kernel.org> 16 - enum: 17 - qcom,usb-hsic-phy-mdm9615 18 - qcom,usb-hsic-phy-msm8974 19 - const: qcom,usb-hsic-phy [all …]
|
/linux/drivers/pinctrl/qcom/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o 4 obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o 5 obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o 6 obj-$(CONFIG_PINCTRL_IPQ4019) += pinctrl-ipq4019.o 7 obj-$(CONFIG_PINCTRL_IPQ5018) += pinctrl-ipq5018.o 8 obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o 9 obj-$(CONFIG_PINCTRL_IPQ5332) += pinctrl-ipq5332.o 10 obj-$(CONFIG_PINCTRL_IPQ5424) += pinctrl-ipq5424.o 11 obj-$(CONFIG_PINCTRL_IPQ8074) += pinctrl-ipq8074.o [all …]
|
H A D | pinctrl-mdm9615.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 #include <linux/pinctrl/pinmux.h> 13 #include "pinctrl-msm.h" 439 { .compatible = "qcom,mdm9615-pinctrl", }, 445 .name = "mdm9615-pinctrl", 465 MODULE_DESCRIPTION("Qualcomm MDM9615 pinctrl driver");
|