On 11/01/2023 15:48, Kathiravan Thirumoorthy wrote: > > On 1/10/2023 5:43 PM, devi priya wrote: >> Enables clk & pinctrl related configs >> >> Co-developed-by: Anusha Rao <quic_anusha@xxxxxxxxxxx> >> Signed-off-by: Anusha Rao <quic_anusha@xxxxxxxxxxx> >> Signed-off-by: devi priya <quic_devipriy@xxxxxxxxxxx> >> --- >> arch/arm64/configs/defconfig | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig >> index 851e8f9be06d..e0ae0996d5ad 100644 >> --- a/arch/arm64/configs/defconfig >> +++ b/arch/arm64/configs/defconfig >> @@ -545,6 +545,7 @@ CONFIG_PINCTRL_IMX93=y >> CONFIG_PINCTRL_MSM=y >> CONFIG_PINCTRL_IPQ8074=y >> CONFIG_PINCTRL_IPQ6018=y >> +CONFIG_PINCTRL_IPQ9574=y > Please move this after IPQ8074, to keep it in ascending order. We can > move the IPQ6018 config before IPQ8074. This must match savedefconfig order, not alphabetical. Best regards, Krzysztof