Re: [PATCH v7 7/8] arm64: defconfig: Enable TC9563 PWRCTL driver

From: Krishna Chaitanya Chundru

Date: Wed Oct 29 2025 - 23:39:11 EST



On 10/30/2025 5:34 AM, Dmitry Baryshkov wrote:
On Wed, Oct 29, 2025 at 05:00:00PM +0530, Krishna Chaitanya Chundru wrote:
Enable TC9563 PCIe switch pwrctl driver by default. This is needed
to power the PCIe switch which is present in Qualcomm RB3gen2 platform.
Without this the switch will not powered up and we can't use the
endpoints connected to the switch.

Signed-off-by: Krishna Chaitanya Chundru <krishna.chundru@xxxxxxxxxxxxxxxx>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

There is some broken logic in your commit order. How comes defconfig
changes come before the driver which actually defines that Kconfig
entry?

Please reorder your patches _logically_:
- DT bindings
- driver changes
- DTS changes
- defconfig changes

Ack.

- Krishna Chaitanya.