Searched +full:sm7150 +full:- +full:mc +full:- +full:virt (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/interconnect/ |
H A D | qcom,sm7150-rpmh.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interconnect/qcom,sm7150-rpmh.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm RPMh Network-On-Chip Interconnect on SM7150 10 - Danila Tikhonov <danila@jiaxyga.com> 16 See also:: include/dt-bindings/interconnect/qcom,sm7150-rpmh.h 19 - $ref: qcom,rpmh-common.yaml# 24 - qcom,sm7150-aggre1-noc 25 - qcom,sm7150-aggre2-noc [all …]
|
/linux/drivers/interconnect/qcom/ |
H A D | sm7150.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 #include <linux/interconnect-provider.h> 13 #include <dt-bindings/interconnect/qcom,sm7150-rpmh.h> 15 #include "bcm-voter.h" 16 #include "icc-rpmh.h" 17 #include "sm7150.h" 20 .name = "qhm-a1noc-cfg", 1717 { .compatible = "qcom,sm7150-aggre1-noc", .data = &sm7150_aggre1_noc }, 1718 { .compatible = "qcom,sm7150-aggre2-noc", .data = &sm7150_aggre2_noc }, 1719 { .compatible = "qcom,sm7150-camnoc-virt", .data = &sm7150_camnoc_virt }, [all …]
|