Searched +full:sdm630 +full:- +full:pinctrl (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,sdm630-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,sdm630-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SDM630 and SDM660 TLMM pin controller 10 - Bjorn Andersson <andersson@kernel.org> 11 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 14 Top Level Mode Multiplexer pin controller in Qualcomm SDM630 and SDM660 SoC. 17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 22 - qcom,sdm630-pinctrl [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm630-sony-xperia-nile.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/input/gpio-keys.h> 13 #include <dt-bindings/leds/common.h> 17 qcom,msm-id = <318 0>; 18 qcom,board-id = <8 1>; 19 qcom,pmic-id = <0x1001b 0x101011a 0x00 0x00 0x1001b 0x201011a 0x00 0x00>; 21 /* This part enables graphical output via bootloader-enabled display */ 25 #address-cells = <2>; [all …]
|
/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-sdm660.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include "pinctrl-msm.h" 78 .mux_bit = -1, \ 81 .oe_bit = -1, \ 82 .in_bit = -1, \ 83 .out_bit = -1, \ 84 .intr_enable_bit = -1, \ 85 .intr_status_bit = -1, \ 86 .intr_target_bit = -1, \ 87 .intr_raw_status_bit = -1, \ [all …]
|