[PATCH] arm64: defconfig: Enable GCC and interconnect for QDU1000/QRU1000

Komal Bajaj posted 1 patch 2 years, 3 months ago
There is a newer version of this series
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
[PATCH] arm64: defconfig: Enable GCC and interconnect for QDU1000/QRU1000
Posted by Komal Bajaj 2 years, 3 months ago
Add the QDU1000/QRU1000 GCC and interconnect drivers as built-in.
These are necessary for the Qualcomm QDU1000/QRU1000 platform to boot
to shell.

Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a25d783dfb95..1228e1c4d85d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1189,6 +1189,7 @@ CONFIG_MSM_GCC_8998=y
 CONFIG_QCM_GCC_2290=y
 CONFIG_QCM_DISPCC_2290=m
 CONFIG_QCS_GCC_404=y
+CONFIG_QDU_GCC_1000=y
 CONFIG_SA_GCC_8775P=y
 CONFIG_SC_DISPCC_8280XP=m
 CONFIG_SA_GPUCC_8775P=m
@@ -1445,6 +1446,7 @@ CONFIG_INTERCONNECT_QCOM_MSM8996=m
 CONFIG_INTERCONNECT_QCOM_OSM_L3=m
 CONFIG_INTERCONNECT_QCOM_QCM2290=m
 CONFIG_INTERCONNECT_QCOM_QCS404=m
+CONFIG_INTERCONNECT_QCOM_QDU1000=y
 CONFIG_INTERCONNECT_QCOM_SA8775P=y
 CONFIG_INTERCONNECT_QCOM_SC7180=y
 CONFIG_INTERCONNECT_QCOM_SC7280=y
--
2.41.0
Re: [PATCH] arm64: defconfig: Enable GCC and interconnect for QDU1000/QRU1000
Posted by Konrad Dybcio 2 years, 3 months ago
On 22.08.2023 15:23, Komal Bajaj wrote:
> Add the QDU1000/QRU1000 GCC and interconnect drivers as built-in.
> These are necessary for the Qualcomm QDU1000/QRU1000 platform to boot
> to shell.
> 
> Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
> ---
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad
Re: [PATCH] arm64: defconfig: Enable GCC and interconnect for QDU1000/QRU1000
Posted by Komal Bajaj 1 year, 10 months ago

On 8/22/2023 7:54 PM, Konrad Dybcio wrote:
> On 22.08.2023 15:23, Komal Bajaj wrote:
>> Add the QDU1000/QRU1000 GCC and interconnect drivers as built-in.
>> These are necessary for the Qualcomm QDU1000/QRU1000 platform to boot
>> to shell.
>>
>> Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
>> ---
> Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> 
> Konrad

Can you please apply this patch?

Thanks
Komal
Re: [PATCH] arm64: defconfig: Enable GCC and interconnect for QDU1000/QRU1000
Posted by Krzysztof Kozlowski 1 year, 10 months ago
On 09/02/2024 14:53, Komal Bajaj wrote:
> 
> 
> On 8/22/2023 7:54 PM, Konrad Dybcio wrote:
>> On 22.08.2023 15:23, Komal Bajaj wrote:
>>> Add the QDU1000/QRU1000 GCC and interconnect drivers as built-in.
>>> These are necessary for the Qualcomm QDU1000/QRU1000 platform to boot
>>> to shell.
>>>
>>> Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
>>> ---
>> Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
>>
>> Konrad
> 
> Can you please apply this patch?

You did not send it to proper folks and lists, so I would say: it cannot
be applied. You can easily check: go to MSM patchwork and look for this
patch.

The rule is the same for all SoC architectures - the SoC-related
defconfig changes go via SoC tree, so please follow CC-list for MSM and
resend with correct addresses.

Best regards,
Krzysztof