Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72eed1ad authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: Change compatible name of dcc_v2 to dcc-v2"

parents 823d8afb a96fa6d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+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
@@ -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"},
	{}
};