mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
Merge branch 'icc-misc' into icc-next
* icc-misc interconnect: Do not create empty devres on missing interconnects interconnect: Move MODULE_DEVICE_TABLE next to the table itself dt-bindings: interconnect: qcom,sdm660: Disallow clocks when appropriate dt-bindings: interconnect: qcom,sm6115: Drop incorrect children if:then: block dt-bindings: interconnect: qcom,sm6115: Restrict children and clocks interconnect: qcom: Fix indentation interconnect: qcom: Restrict drivers per ARM/ARM64 Signed-off-by: Georgi Djakov <djakov@kernel.org>
This commit is contained in:
commit
94fe92d2f6
|
|
@ -79,6 +79,19 @@ allOf:
|
|||
- const: aggre2_usb3_axi
|
||||
- const: cfg_noc_usb2_axi
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- qcom,sdm660-bimc
|
||||
- qcom,sdm660-cnoc
|
||||
- qcom,sdm660-gnoc
|
||||
- qcom,sdm660-snoc
|
||||
then:
|
||||
properties:
|
||||
clocks: false
|
||||
clock-names: false
|
||||
|
||||
examples:
|
||||
- |
|
||||
#include <dt-bindings/clock/qcom,gcc-sdm660.h>
|
||||
|
|
|
|||
|
|
@ -62,23 +62,33 @@ allOf:
|
|||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,sm6115-cnoc
|
||||
const: qcom,sm6115-bimc
|
||||
then:
|
||||
properties:
|
||||
clocks: false
|
||||
clock-names: false
|
||||
patternProperties:
|
||||
'^interconnect-[a-z0-9]+$': false
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,sm6115-cnoc
|
||||
then:
|
||||
properties:
|
||||
clocks:
|
||||
items:
|
||||
- description: USB-NoC AXI clock
|
||||
|
||||
clock-names:
|
||||
items:
|
||||
- const: usb_axi
|
||||
patternProperties:
|
||||
'^interconnect-[a-z0-9]+$': false
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
const: qcom,sm6115-snoc
|
||||
|
||||
then:
|
||||
properties:
|
||||
clocks:
|
||||
|
|
@ -87,7 +97,6 @@ allOf:
|
|||
- description: UFS-NoC AXI clock.
|
||||
- description: USB-NoC AXI clock.
|
||||
- description: IPA clock.
|
||||
|
||||
clock-names:
|
||||
items:
|
||||
- const: cpu_axi
|
||||
|
|
@ -95,20 +104,6 @@ allOf:
|
|||
- const: usb_axi
|
||||
- const: ipa
|
||||
|
||||
- if:
|
||||
properties:
|
||||
compatible:
|
||||
enum:
|
||||
- qcom,sm6115-bimc
|
||||
- qcom,sm6115-clk-virt
|
||||
- qcom,sm6115-mmrt-virt
|
||||
- qcom,sm6115-mmnrt-virt
|
||||
|
||||
then:
|
||||
properties:
|
||||
clocks: false
|
||||
clock-names: false
|
||||
|
||||
unevaluatedProperties: false
|
||||
|
||||
examples:
|
||||
|
|
@ -149,4 +144,6 @@ examples:
|
|||
compatible = "qcom,sm6115-cnoc";
|
||||
reg = <0x01900000 0x8200>;
|
||||
#interconnect-cells = <1>;
|
||||
clocks = <&gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>;
|
||||
clock-names = "usb_axi";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -432,7 +432,7 @@ struct icc_path *devm_of_icc_get(struct device *dev, const char *name)
|
|||
return ERR_PTR(-ENOMEM);
|
||||
|
||||
path = of_icc_get(dev, name);
|
||||
if (!IS_ERR(path)) {
|
||||
if (!IS_ERR_OR_NULL(path)) {
|
||||
*ptr = path;
|
||||
devres_add(dev, ptr);
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -9,22 +9,24 @@ config INTERCONNECT_QCOM_BCM_VOTER
|
|||
tristate
|
||||
|
||||
config INTERCONNECT_QCOM_ELIZA
|
||||
tristate "Qualcomm Eliza interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on Eliza-based
|
||||
platforms.
|
||||
tristate "Qualcomm Eliza interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on Eliza-based
|
||||
platforms.
|
||||
|
||||
config INTERCONNECT_QCOM_GLYMUR
|
||||
tristate "Qualcomm Glymur interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on glymur-based
|
||||
platforms.
|
||||
tristate "Qualcomm Glymur interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on glymur-based
|
||||
platforms.
|
||||
|
||||
config INTERCONNECT_QCOM_HAWI
|
||||
tristate "Qualcomm HAWI interconnect driver"
|
||||
|
|
@ -38,6 +40,7 @@ config INTERCONNECT_QCOM_HAWI
|
|||
config INTERCONNECT_QCOM_KAANAPALI
|
||||
tristate "Qualcomm Kaanapali interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -48,6 +51,7 @@ config INTERCONNECT_QCOM_MSM8909
|
|||
tristate "Qualcomm MSM8909 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on QCOM_SMD_RPM
|
||||
depends on ARM || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_SMD_RPM
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on msm8909-based
|
||||
|
|
@ -84,6 +88,7 @@ config INTERCONNECT_QCOM_MSM8953
|
|||
tristate "Qualcomm MSM8953 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on QCOM_SMD_RPM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_SMD_RPM
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on msm8953-based
|
||||
|
|
@ -93,6 +98,7 @@ config INTERCONNECT_QCOM_MSM8974
|
|||
tristate "Qualcomm MSM8974 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on QCOM_SMD_RPM
|
||||
depends on ARM || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_SMD_RPM
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on msm8974-based
|
||||
|
|
@ -102,6 +108,7 @@ config INTERCONNECT_QCOM_MSM8976
|
|||
tristate "Qualcomm MSM8976 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on QCOM_SMD_RPM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_SMD_RPM
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on msm8976-based
|
||||
|
|
@ -111,6 +118,7 @@ config INTERCONNECT_QCOM_MSM8996
|
|||
tristate "Qualcomm MSM8996 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on QCOM_SMD_RPM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_SMD_RPM
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on msm8996-based
|
||||
|
|
@ -130,6 +138,7 @@ config INTERCONNECT_QCOM_NORD
|
|||
config INTERCONNECT_QCOM_OSM_L3
|
||||
tristate "Qualcomm OSM L3 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM || COMPILE_TEST
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
help
|
||||
Say y here to support the Operating State Manager (OSM) interconnect
|
||||
driver which controls the scaling of L3 caches on Qualcomm SoCs.
|
||||
|
|
@ -138,6 +147,7 @@ config INTERCONNECT_QCOM_QCM2290
|
|||
tristate "Qualcomm QCM2290 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on QCOM_SMD_RPM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_SMD_RPM
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on qcm2290-based
|
||||
|
|
@ -147,6 +157,7 @@ config INTERCONNECT_QCOM_QCS404
|
|||
tristate "Qualcomm QCS404 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on QCOM_SMD_RPM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_SMD_RPM
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on qcs404-based
|
||||
|
|
@ -155,6 +166,7 @@ config INTERCONNECT_QCOM_QCS404
|
|||
config INTERCONNECT_QCOM_QCS615
|
||||
tristate "Qualcomm QCS615 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -164,6 +176,7 @@ config INTERCONNECT_QCOM_QCS615
|
|||
config INTERCONNECT_QCOM_QCS8300
|
||||
tristate "Qualcomm QCS8300 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -175,6 +188,7 @@ config INTERCONNECT_QCOM_QCS8300
|
|||
config INTERCONNECT_QCOM_QDU1000
|
||||
tristate "Qualcomm QDU1000/QRU1000 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -198,6 +212,7 @@ config INTERCONNECT_QCOM_RPMH
|
|||
config INTERCONNECT_QCOM_SA8775P
|
||||
tristate "Qualcomm SA8775P interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -207,6 +222,7 @@ config INTERCONNECT_QCOM_SA8775P
|
|||
config INTERCONNECT_QCOM_SAR2130P
|
||||
tristate "Qualcomm SAR2130P interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -216,6 +232,7 @@ config INTERCONNECT_QCOM_SAR2130P
|
|||
config INTERCONNECT_QCOM_SC7180
|
||||
tristate "Qualcomm SC7180 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -225,6 +242,7 @@ config INTERCONNECT_QCOM_SC7180
|
|||
config INTERCONNECT_QCOM_SC7280
|
||||
tristate "Qualcomm SC7280 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -234,6 +252,7 @@ config INTERCONNECT_QCOM_SC7280
|
|||
config INTERCONNECT_QCOM_SC8180X
|
||||
tristate "Qualcomm SC8180X interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -243,6 +262,7 @@ config INTERCONNECT_QCOM_SC8180X
|
|||
config INTERCONNECT_QCOM_SC8280XP
|
||||
tristate "Qualcomm SC8280XP interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -252,6 +272,7 @@ config INTERCONNECT_QCOM_SC8280XP
|
|||
config INTERCONNECT_QCOM_SDM660
|
||||
tristate "Qualcomm SDM660 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
depends on QCOM_SMD_RPM
|
||||
select INTERCONNECT_QCOM_SMD_RPM
|
||||
help
|
||||
|
|
@ -261,6 +282,7 @@ config INTERCONNECT_QCOM_SDM660
|
|||
config INTERCONNECT_QCOM_SDM670
|
||||
tristate "Qualcomm SDM670 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -270,6 +292,7 @@ config INTERCONNECT_QCOM_SDM670
|
|||
config INTERCONNECT_QCOM_SDM845
|
||||
tristate "Qualcomm SDM845 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -279,6 +302,7 @@ config INTERCONNECT_QCOM_SDM845
|
|||
config INTERCONNECT_QCOM_SDX55
|
||||
tristate "Qualcomm SDX55 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -288,6 +312,7 @@ config INTERCONNECT_QCOM_SDX55
|
|||
config INTERCONNECT_QCOM_SDX65
|
||||
tristate "Qualcomm SDX65 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -297,6 +322,7 @@ config INTERCONNECT_QCOM_SDX65
|
|||
config INTERCONNECT_QCOM_SDX75
|
||||
tristate "Qualcomm SDX75 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -316,6 +342,7 @@ config INTERCONNECT_QCOM_SM6115
|
|||
tristate "Qualcomm SM6115 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on QCOM_SMD_RPM
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_SMD_RPM
|
||||
help
|
||||
This is a driver for the Qualcomm Network-on-Chip on sm6115-based
|
||||
|
|
@ -324,6 +351,7 @@ config INTERCONNECT_QCOM_SM6115
|
|||
config INTERCONNECT_QCOM_SM6350
|
||||
tristate "Qualcomm SM6350 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -333,6 +361,7 @@ config INTERCONNECT_QCOM_SM6350
|
|||
config INTERCONNECT_QCOM_SM7150
|
||||
tristate "Qualcomm SM7150 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -342,6 +371,7 @@ config INTERCONNECT_QCOM_SM7150
|
|||
config INTERCONNECT_QCOM_MILOS
|
||||
tristate "Qualcomm Milos interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -351,6 +381,7 @@ config INTERCONNECT_QCOM_MILOS
|
|||
config INTERCONNECT_QCOM_SM8150
|
||||
tristate "Qualcomm SM8150 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -360,6 +391,7 @@ config INTERCONNECT_QCOM_SM8150
|
|||
config INTERCONNECT_QCOM_SM8250
|
||||
tristate "Qualcomm SM8250 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -369,6 +401,7 @@ config INTERCONNECT_QCOM_SM8250
|
|||
config INTERCONNECT_QCOM_SM8350
|
||||
tristate "Qualcomm SM8350 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -378,6 +411,7 @@ config INTERCONNECT_QCOM_SM8350
|
|||
config INTERCONNECT_QCOM_SM8450
|
||||
tristate "Qualcomm SM8450 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -387,6 +421,7 @@ config INTERCONNECT_QCOM_SM8450
|
|||
config INTERCONNECT_QCOM_SM8550
|
||||
tristate "Qualcomm SM8550 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -396,6 +431,7 @@ config INTERCONNECT_QCOM_SM8550
|
|||
config INTERCONNECT_QCOM_SM8650
|
||||
tristate "Qualcomm SM8650 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -405,6 +441,7 @@ config INTERCONNECT_QCOM_SM8650
|
|||
config INTERCONNECT_QCOM_SM8750
|
||||
tristate "Qualcomm SM8750 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
@ -414,6 +451,7 @@ config INTERCONNECT_QCOM_SM8750
|
|||
config INTERCONNECT_QCOM_X1E80100
|
||||
tristate "Qualcomm X1E80100 interconnect driver"
|
||||
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
help
|
||||
|
|
|
|||
|
|
@ -1307,6 +1307,7 @@ static const struct of_device_id msm8953_noc_of_match[] = {
|
|||
{ .compatible = "qcom,msm8953-snoc-mm", .data = &msm8953_snoc_mm },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, msm8953_noc_of_match);
|
||||
|
||||
static struct platform_driver msm8953_noc_driver = {
|
||||
.probe = qnoc_probe,
|
||||
|
|
@ -1318,6 +1319,5 @@ static struct platform_driver msm8953_noc_driver = {
|
|||
};
|
||||
|
||||
module_platform_driver(msm8953_noc_driver);
|
||||
MODULE_DEVICE_TABLE(of, msm8953_noc_of_match);
|
||||
MODULE_DESCRIPTION("Qualcomm MSM8953 NoC driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user