Searched +full:ipq5332 +full:- +full:tlmm (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,ipq5332-tlmm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,ipq5332-tlmm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm IPQ5332 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 IPQ5332 SoC. 17 - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 21 const: qcom,ipq5332-tlmm [all …]
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq5332-rdp-common.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * IPQ5332 RDP board common device tree source 5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. 8 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include "ipq5332.dtsi" 20 stdout-path = "serial0"; 23 gpio-keys { 24 compatible = "gpio-keys"; [all …]
|
H A D | ipq5332-rdp441.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * IPQ5332 AP-MI01.2 board device tree source 5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. 8 /dts-v1/; 10 #include "ipq5332-rdp-common.dtsi" 13 model = "Qualcomm Technologies, Inc. IPQ5332 MI01.2"; 14 compatible = "qcom,ipq5332-ap-mi01.2", "qcom,ipq5332"; 18 clock-frequency = <400000>; 19 pinctrl-0 = <&i2c_1_pins>; 20 pinctrl-names = "default"; [all …]
|
H A D | ipq5332-rdp474.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * IPQ5332 RDP474 board device tree source 5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. 8 /dts-v1/; 10 #include "ipq5332-rdp-common.dtsi" 13 model = "Qualcomm Technologies, Inc. IPQ5332 MI01.9"; 14 compatible = "qcom,ipq5332-ap-mi01.9", "qcom,ipq5332"; 18 clock-frequency = <400000>; 19 pinctrl-0 = <&i2c_1_pins>; 20 pinctrl-names = "default"; [all …]
|
H A D | ipq5332.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * IPQ5332 device tree source 5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. 8 #include <dt-bindings/clock/qcom,apss-ipq.h> 9 #include <dt-bindings/clock/qcom,ipq5332-gcc.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 interrupt-parent = <&intc>; 14 #address-cells = <2>; 15 #size-cells = <2>; 18 sleep_clk: sleep-clk { [all …]
|
H A D | ipq5332-rdp468.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * IPQ5332 RDP468 board device tree source 5 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. 8 /dts-v1/; 10 #include "ipq5332-rdp-common.dtsi" 13 model = "Qualcomm Technologies, Inc. IPQ5332 MI01.6"; 14 compatible = "qcom,ipq5332-ap-mi01.6", "qcom,ipq5332"; 18 pinctrl-0 = <&spi_0_data_clk_pins &spi_0_cs_pins>; 19 pinctrl-names = "default"; 23 compatible = "micron,n25q128a11", "jedec,spi-nor"; [all …]
|
H A D | ipq5332-rdp442.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * IPQ5332 RDP442 board device tree source 8 /dts-v1/; 10 #include "ipq5332-rdp-common.dtsi" 13 model = "Qualcomm Technologies, Inc. IPQ5332 MI01.3"; 14 compatible = "qcom,ipq5332-ap-mi01.3", "qcom,ipq5332"; 18 clock-frequency = <400000>; 19 pinctrl-0 = <&i2c_1_pins>; 20 pinctrl-names = "default"; 25 pinctrl-0 = <&spi_0_data_clk_pins &spi_0_cs_pins>; [all …]
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | Kconfig.msm | 1 # SPDX-License-Identifier: GPL-2.0-only 9 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 16 Qualcomm TLMM block found in the Qualcomm APQ8084 platform. 23 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform. 30 the Qualcomm Technologies Inc. TLMM block found on the 39 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 42 tristate "Qualcomm Technologies Inc IPQ5332 pin controller driver" 46 Qualcomm Technologies Inc TLMM block found on the Qualcomm 47 Technologies Inc IPQ5332 platform. 54 the Qualcomm Technologies Inc. TLMM block found on the [all …]
|
H A D | pinctrl-ipq5332.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. 10 #include "pinctrl-msm.h" 826 { .compatible = "qcom,ipq5332-tlmm", }, 833 .name = "ipq5332-tlmm", 852 MODULE_DESCRIPTION("QTI IPQ5332 TLMM driver");
|
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |