Home
last modified time | relevance | path

Searched +full:msm8226 +full:- +full:pinctrl (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dqcom,msm8226-pinctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,msm8226-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. MSM8226 TLMM block
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
14 MSM8226 platform.
18 const: qcom,msm8226-pinctrl
28 interrupt-controller: true
30 '#interrupt-cells':
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dqcom-msm8226.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/interrupt-controller/arm-gic.h>
9 #include <dt-bindings/clock/qcom,gcc-msm8974.h>
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/power/qcom-rpmpd.h>
12 #include <dt-bindings/reset/qcom,gcc-msm8974.h>
15 #address-cells = <1>;
16 #size-cells = <1>;
17 interrupt-parent = <&intc>;
[all …]
Dqcom-apq8026-asus-sparrow.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include "qcom-msm8226.dtsi"
9 #include "qcom-pm8226.dtsi"
11 /delete-node/ &adsp_region;
16 chassis-type = "watch";
17 qcom,msm-id = <199 0x20000>;
18 qcom,board-id = <8 3005>;
20 reserved-memory {
23 no-map;
[all …]
Dqcom-apq8026-lg-lenok.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include "qcom-msm8226.dtsi"
9 #include "qcom-pm8226.dtsi"
11 /delete-node/ &adsp_region;
16 qcom,board-id = <132 0x0a>;
17 qcom,msm-id = <199 0x20000>;
25 stdout-path = "serial0:115200n8";
28 reserved-memory {
31 no-map;
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/i2c/
Dqcom,i2c-cci.yaml1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/i2c/qcom,i2c-cci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Loic Poulain <loic.poulain@linaro.org>
11 - Robert Foss <robert.foss@linaro.org>
16 - qcom,msm8226-cci
17 - qcom,msm8916-cci
18 - qcom,msm8974-cci
19 - qcom,msm8996-cci
[all …]
/Linux-v6.1/drivers/pinctrl/qcom/
DMakefile1 # 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_IPQ8064) += pinctrl-ipq8064.o
8 obj-$(CONFIG_PINCTRL_IPQ8074) += pinctrl-ipq8074.o
9 obj-$(CONFIG_PINCTRL_IPQ6018) += pinctrl-ipq6018.o
10 obj-$(CONFIG_PINCTRL_MSM8226) += pinctrl-msm8226.o
11 obj-$(CONFIG_PINCTRL_MSM8660) += pinctrl-msm8660.o
[all …]
Dpinctrl-msm8226.c1 // SPDX-License-Identifier: GPL-2.0-only
9 #include <linux/pinctrl/pinctrl.h>
11 #include "pinctrl-msm.h"
320 .mux_bit = -1, \
323 .oe_bit = -1, \
324 .in_bit = -1, \
325 .out_bit = -1, \
326 .intr_enable_bit = -1, \
327 .intr_status_bit = -1, \
328 .intr_target_bit = -1, \
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
21 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
30 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
39 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
48 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
57 This is the pinctrl, pinmux, pinconf and gpiolib driver for
68 This is the pinctrl, pinmux, pinconf and gpiolib driver for
79 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
81 Technologies Inc MSM8226 platform.
89 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/mmc/
Dsdhci-msm.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/mmc/sdhci-msm.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Qualcomm SDHCI controller (sdhci-msm)
11 - Bhupesh Sharma <bhupesh.sharma@linaro.org>
20 - enum:
21 - qcom,sdhci-msm-v4
23 - items:
24 - enum:
[all …]