Message ID | 20241016151528.2893599-2-quic_mmanikan@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Add IPQ5424 and IPQ5404 SOC IDs | expand |
On Wed, Oct 16, 2024 at 08:45:26PM +0530, Manikanta Mylavarapu wrote: > Add the ID for Qualcomm IPQ5424/IPQ5404 SoC. > > Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com> > --- > include/dt-bindings/arm/qcom,ids.h | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h index 8332f8d82f96..b6940f098b49 100644 --- a/include/dt-bindings/arm/qcom,ids.h +++ b/include/dt-bindings/arm/qcom,ids.h @@ -276,6 +276,8 @@ #define QCOM_ID_QCM8550 604 #define QCOM_ID_IPQ5300 624 #define QCOM_ID_IPQ5321 650 +#define QCOM_ID_IPQ5424 651 +#define QCOM_ID_IPQ5404 671 #define QCOM_ID_QCS8300 674 #define QCOM_ID_QCS8275 675
Add the ID for Qualcomm IPQ5424/IPQ5404 SoC. Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com> --- include/dt-bindings/arm/qcom,ids.h | 2 ++ 1 file changed, 2 insertions(+)