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

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

Merge "soc: qcom: Update CX table to support sm6150"

parents e5365f1b 9d879fbf
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"},
	{}
};