Skip to content

Commit ce18785

Browse files
committed
soc: qcom: aoss: Add SM8250 compatible
Add SM8250 compatible to the qcom_aoss binding and driver. Acked-by: Rob Herring <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 02d8ecc commit ce18785

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ power-domains.
1919
"qcom,sc7180-aoss-qmp"
2020
"qcom,sdm845-aoss-qmp"
2121
"qcom,sm8150-aoss-qmp"
22+
"qcom,sm8250-aoss-qmp"
2223

2324
- reg:
2425
Usage: required

drivers/soc/qcom/qcom_aoss.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ static const struct of_device_id qmp_dt_match[] = {
599599
{ .compatible = "qcom,sc7180-aoss-qmp", },
600600
{ .compatible = "qcom,sdm845-aoss-qmp", },
601601
{ .compatible = "qcom,sm8150-aoss-qmp", },
602+
{ .compatible = "qcom,sm8250-aoss-qmp", },
602603
{}
603604
};
604605
MODULE_DEVICE_TABLE(of, qmp_dt_match);

0 commit comments

Comments
 (0)