Home
last modified time | relevance | path

Searched +full:sm8250 +full:- +full:pinctrl (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,sm8250-lpass-lpi-pinctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm8250-lpass-lpi-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SM8250 SoC LPASS LPI TLMM
10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
14 (LPASS) Low Power Island (LPI) of Qualcomm SM8250 SoC.
18 const: qcom,sm8250-lpass-lpi-pinctrl
25 - description: LPASS Core voting clock
26 - description: LPASS Audio voting clock
[all …]
H A Dqcom,sm8250-pinctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm8250-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. SM8250 TLMM block
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
13 Top Level Mode Multiplexer pin controller in the Qualcomm SM8250 SoC.
17 const: qcom,sm8250-pinctrl
22 reg-names:
24 - const: west
[all …]
/linux/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie-sm8250.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/qcom,pcie-sm8250.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SM8250 PCI Express Root Complex
10 - Bjorn Andersson <andersson@kernel.org>
11 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
14 Qualcomm SM8250 SoC PCIe root complex controller is based on the Synopsys
19 const: qcom,pcie-sm8250
25 reg-names:
[all …]
/linux/drivers/pinctrl/qcom/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
17 source "drivers/pinctrl/qcom/Kconfig.msm"
30 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
45 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
58 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
67 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
76 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
85 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
90 tristate "Qualcomm Technologies Inc SM8250 LPASS LPI pin controller driver"
94 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
[all …]
H A Dpinctrl-sm8250-lpass-lpi.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
11 #include "pinctrl-lpass-lpi.h"
130 .compatible = "qcom,sm8250-lpass-lpi-pinctrl",
139 .name = "qcom-sm8250-lpass-lpi-pinctrl",
147 MODULE_DESCRIPTION("QTI SM8250 LPI GPIO pin control driver");
H A Dpinctrl-sm8250.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
10 #include "pinctrl-msm.h"
76 .mux_bit = -1, \
79 .oe_bit = -1, \
80 .in_bit = -1, \
81 .out_bit = -1, \
82 .intr_enable_bit = -1, \
83 .intr_status_bit = -1, \
84 .intr_target_bit = -1, \
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dsm8250-sony-xperia-edo-pdx203.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include "sm8250-sony-xperia-edo.dtsi"
12 compatible = "sony,pdx203-generic", "qcom,sm8250";
13 chassis-type = "handset";
16 /delete-node/ &vreg_l7f_1p8;
19 clock-frequency = <400000>;
25 dlg,cs-gpios = <&tlmm 69 GPIO_ACTIVE_HIGH>;
26 vin5-supply = <&vreg_s1f_1p2>;
27 vin6-supply = <&vreg_s1f_1p2>;
[all …]
H A Dsm8250-sony-xperia-edo-pdx206.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include "sm8250-sony-xperia-edo.dtsi"
12 compatible = "sony,pdx206-generic", "qcom,sm8250";
13 chassis-type = "handset";
23 pinctrl-0 = <&focus_n &snapshot_n &vol_down_n &g_assist_n>;
25 g-assist-key {
29 debounce-interval = <15>;
30 linux,can-disable;
31 wakeup-source;
[all …]