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

Commit 9d879fbf authored by Sunil Khatri's avatar Sunil Khatri Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: Update CX table to support sm6150



Update the CX match table to support sm6150 target.

Change-Id: If80b552acfd377e4c7e376ce9cc04503e7176f79
Signed-off-by: default avatarSunil Khatri <sunilkh@codeaurora.org>
parent 786e83fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ an interrupt to cDSP block to throttle cDSP's fmax.

Required properties:

- compatible : name of the component used for driver matching, should be
	       "qcom,cx-ipeak-sdm660"
- compatible : name of the component used for driver matching, should be one
	       "qcom,cx-ipeak-sdm660", "qcom,cx-ipeak-sm6150"

- reg : physical base address and length of the register set(s), SRAM and XPU
	of the component.
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ static int cx_ipeak_probe(struct platform_device *pdev)

static const struct of_device_id cx_ipeak_match_table[] = {
	{ .compatible = "qcom,cx-ipeak-sdm660"},
	{ .compatible = "qcom,cx-ipeak-sm6150"},
	{}
};