Searched +full:sdm670 +full:- +full:tlmm (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,sdm670-tlmm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,sdm670-tlmm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. SDM670 TLMM block 10 - Richard Acayan <mailingradian@gmail.com> 13 The Top Level Mode Multiplexer (TLMM) block found in the SDM670 platform. 16 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 20 const: qcom,sdm670-tlmm 28 gpio-reserved-ranges: [all …]
|
/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-sdm670.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. 11 #include "pinctrl-msm.h" 71 .mux_bit = -1, \ 72 .pull_bit = -1, \ 73 .drv_bit = -1, \ 74 .oe_bit = -1, \ 75 .in_bit = -1, \ 76 .out_bit = -1, \ 77 .intr_enable_bit = -1, \ [all …]
|