Commit ce187859 authored by Bjorn Andersson's avatar Bjorn Andersson
Browse files

soc: qcom: aoss: Add SM8250 compatible

parent 02d8ecc1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ power-domains.
		    "qcom,sc7180-aoss-qmp"
		    "qcom,sdm845-aoss-qmp"
		    "qcom,sm8150-aoss-qmp"
		    "qcom,sm8250-aoss-qmp"

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