diff options
author | Bartosz Golaszewski <[email protected]> | 2023-02-09 10:57:52 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-13 16:34:36 -0700 |
commit | 26a4bf805c6cd88847dd045f6b29d8a20f02d8df (patch) | |
tree | 2174067130991179d349a562722e0fc4e8eede2c | |
parent | b302c64a3c0a005f39155e9aef5e99ad8a9abbb7 (diff) |
dt-bindings: arm: qcom: add the SoC ID for SA8775P
Add the SoC ID entry for SA8775P.
Signed-off-by: Bartosz Golaszewski <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Eric Chanudet <[email protected]>
Tested-by: Eric Chanudet <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | include/dt-bindings/arm/qcom,ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index aa95439708dc..c3c078a8c0da 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -229,6 +229,7 @@ #define QCOM_ID_SC7180P 495 #define QCOM_ID_SM6375 507 #define QCOM_ID_SM8550 519 +#define QCOM_ID_SA8775P 534 #define QCOM_ID_QRU1000 539 #define QCOM_ID_QDU1000 545 #define QCOM_ID_QDU1010 587 |