On 07/01/2025 16:31, neil.armstrong@xxxxxxxxxx wrote: > On 07/01/2025 16:27, Krzysztof Kozlowski wrote: >> Enable necessary drivers for booting Qualcomm SM8750 based boards like >> MTP8750 and QRD8750. The clock controller (GCC), interconnect and >> pinctrl drivers are considered necessary for early boot debugging, e.g. >> via serial console, thus make them built-in. >> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> >> --- >> arch/arm64/configs/defconfig | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig >> index 5e88321aa603..0812bd9df09b 100644 >> --- a/arch/arm64/configs/defconfig >> +++ b/arch/arm64/configs/defconfig >> @@ -636,6 +636,7 @@ CONFIG_PINCTRL_SM8350=y >> CONFIG_PINCTRL_SM8450=y >> CONFIG_PINCTRL_SM8550=y >> CONFIG_PINCTRL_SM8650=y >> +CONFIG_PINCTRL_SM8750=y >> CONFIG_PINCTRL_X1E80100=y >> CONFIG_PINCTRL_QCOM_SPMI_PMIC=y >> CONFIG_PINCTRL_LPASS_LPI=m >> @@ -1344,6 +1345,7 @@ CONFIG_SC_CAMCC_7280=m >> CONFIG_SA_CAMCC_8775P=m >> CONFIG_QDU_GCC_1000=y >> CONFIG_SC_CAMCC_8280XP=m >> +CONFIG_SA_DISPCC_8775P=m > > This looks a spurious change Indeed, thanks. Best regards, Krzysztof