Searched +full:sm8350 +full:- +full:tlmm (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,sm8350-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm8350-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. SM8350 TLMM block 10 - Vinod Koul <vkoul@kernel.org> 13 This binding describes the Top Level Mode Multiplexer (TLMM) block found 14 in the SM8350 platform. 17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 21 const: qcom,sm8350-tlmm [all …]
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | sm8350-hdk.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * Copyright (c) 2020-2021, Linaro Limited 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 10 #include "sm8350.dtsi" 13 model = "Qualcomm Technologies, Inc. SM8350 HDK"; 14 compatible = "qcom,sm8350-hdk", "qcom,sm8350"; 21 stdout-path = "serial0:115200n8"; 24 vph_pwr: vph-pwr-regulator { [all …]
|
D | sm8350-mtp.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 10 #include "sm8350.dtsi" 19 model = "Qualcomm Technologies, Inc. sm8350 MTP"; 20 compatible = "qcom,sm8350-mtp", "qcom,sm8350"; 27 stdout-path = "serial0:115200n8"; 30 vph_pwr: vph-pwr-regulator { 31 compatible = "regulator-fixed"; [all …]
|
D | sm8350.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/qcom,gcc-sm8350.h> 8 #include <dt-bindings/clock/qcom,rpmh.h> 9 #include <dt-bindings/interconnect/qcom,sm8350.h> 10 #include <dt-bindings/mailbox/qcom-ipcc.h> 11 #include <dt-bindings/power/qcom-aoss-qmp.h> 12 #include <dt-bindings/power/qcom-rpmpd.h> 13 #include <dt-bindings/soc/qcom,rpmh-rsc.h> 14 #include <dt-bindings/thermal/thermal.h> [all …]
|
/Linux-v5.15/drivers/pinctrl/qcom/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 21 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 29 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 37 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 45 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 53 the Qualcomm Technologies Inc. TLMM block found on the 63 the Qualcomm Technologies Inc. TLMM block found on the 73 Qualcomm Technologies Inc TLMM block found on the Qualcomm 82 Qualcomm TLMM block found in the Qualcomm 8660 platform. 90 Qualcomm TLMM block found in the Qualcomm 8960 platform. [all …]
|
D | pinctrl-sm8350.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2020-2021, Linaro Limited 12 #include "pinctrl-msm.h" 72 .mux_bit = -1, \ 75 .oe_bit = -1, \ 76 .in_bit = -1, \ 77 .out_bit = -1, \ 78 .intr_enable_bit = -1, \ 79 .intr_status_bit = -1, \ [all …]
|