Searched +full:sc8180x +full:- +full:tlmm (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,sc8180x-tlmm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,sc8180x-tlmm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. SC8180X TLMM block 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 13 Top Level Mode Multiplexer pin controller in Qualcomm SC8180X SoC. 16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 20 const: qcom,sc8180x-tlmm 25 reg-names: [all …]
|
/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-sc8180x.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2020-2021, Linaro Ltd. 11 #include "pinctrl-msm.h" 26 * ACPI DSDT has one single memory resource for TLMM. The offsets below are 95 .mux_bit = -1, \ 98 .oe_bit = -1, \ 99 .in_bit = -1, \ 100 .out_bit = -1, \ 101 .intr_enable_bit = -1, \ [all …]
|