Searched +full:msm8939 +full:- +full:bimc (Results 1 – 3 of 3) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/interconnect/ |
D | qcom,msm8939.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interconnect/qcom,msm8939.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm MSM8939 Network-On-Chip interconnect 10 - Konrad Dybcio <konradybcio@kernel.org> 13 The Qualcomm MSM8939 interconnect providers support adjusting the 17 - $ref: qcom,rpm-common.yaml# 22 - qcom,msm8939-bimc 23 - qcom,msm8939-pcnoc [all …]
|
/linux-6.8/arch/arm64/boot/dts/qcom/ |
D | msm8939.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2020-2023, Linaro Limited 7 #include <dt-bindings/clock/qcom,gcc-msm8939.h> 8 #include <dt-bindings/clock/qcom,rpmcc.h> 9 #include <dt-bindings/interconnect/qcom,msm8939.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/power/qcom-rpmpd.h> 12 #include <dt-bindings/reset/qcom,gcc-msm8939.h> 13 #include <dt-bindings/soc/qcom,apr.h> [all …]
|
/linux-6.8/drivers/interconnect/qcom/ |
D | msm8939.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <linux/interconnect-provider.h> 16 #include <dt-bindings/interconnect/qcom,msm8939.h> 18 #include "icc-rpm.h" 120 .mas_rpm_id = -1, 121 .slv_rpm_id = -1, 137 .mas_rpm_id = -1, 153 .mas_rpm_id = -1, 154 .slv_rpm_id = -1, 172 .mas_rpm_id = -1, [all …]
|