diff options
author | Melody Olvera <[email protected]> | 2023-03-06 15:11:57 -0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-15 19:28:50 -0700 |
commit | 9559342891be54d9ffd13061022d9e5d24b2577a (patch) | |
tree | 8a6fcc78856317a7acf4d1dfd3aa9c5cc8f6df9d | |
parent | bbf97c274da60fcfbb8ebde70a1c3abc6102c709 (diff) |
dt-bindings: soc: qcom: aoss: Document QDU1000/QRU1000 compatible
Add compatible for QDU1000 and QRU1000 aoss devices.
Signed-off-by: Melody Olvera <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml index ab607efbb64c..798f15588ee2 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml @@ -25,6 +25,7 @@ properties: compatible: items: - enum: + - qcom,qdu1000-aoss-qmp - qcom,sc7180-aoss-qmp - qcom,sc7280-aoss-qmp - qcom,sc8180x-aoss-qmp |