Loading Documentation/devicetree/bindings/soc/qcom/dcc.txt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ It can also perform CRC over the same configuration or memory space. Required properties: - compatible : name of the component used for driver matching, should be "qcom,dcc" or "qcom,dcc_v2" "qcom,dcc" or "qcom,dcc-v2" - reg : physical base address and length of the register set(s), SRAM and XPU of the component. Loading drivers/soc/qcom/dcc_v2.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1635,7 +1635,7 @@ static int dcc_remove(struct platform_device *pdev) } static const struct of_device_id msm_dcc_match[] = { { .compatible = "qcom,dcc_v2"}, { .compatible = "qcom,dcc-v2"}, {} }; Loading Loading
Documentation/devicetree/bindings/soc/qcom/dcc.txt +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ It can also perform CRC over the same configuration or memory space. Required properties: - compatible : name of the component used for driver matching, should be "qcom,dcc" or "qcom,dcc_v2" "qcom,dcc" or "qcom,dcc-v2" - reg : physical base address and length of the register set(s), SRAM and XPU of the component. Loading
drivers/soc/qcom/dcc_v2.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1635,7 +1635,7 @@ static int dcc_remove(struct platform_device *pdev) } static const struct of_device_id msm_dcc_match[] = { { .compatible = "qcom,dcc_v2"}, { .compatible = "qcom,dcc-v2"}, {} }; Loading