Commit e161ce8e authored by Vinod Koul's avatar Vinod Koul Committed by Bjorn Andersson
Browse files

soc: qcom: aoss: Add SM8350 compatible



Add SM8350 compatible to the qcom_aoss binding and driver.

Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210127123054.263231-3-vkoul@kernel.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 43eb76a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ power-domains.
		    "qcom,sdm845-aoss-qmp"
		    "qcom,sm8150-aoss-qmp"
		    "qcom,sm8250-aoss-qmp"
		    "qcom,sm8350-aoss-qmp"

- reg:
	Usage: required
+1 −0
Original line number Diff line number Diff line
@@ -600,6 +600,7 @@ static const struct of_device_id qmp_dt_match[] = {
	{ .compatible = "qcom,sdm845-aoss-qmp", },
	{ .compatible = "qcom,sm8150-aoss-qmp", },
	{ .compatible = "qcom,sm8250-aoss-qmp", },
	{ .compatible = "qcom,sm8350-aoss-qmp", },
	{}
};
MODULE_DEVICE_TABLE(of, qmp_dt_match);