Re: [PATCH v2 31/32] board: qcs404-evb: drop board code

2023-12-21 Thread Sumit Garg
Hi Caleb, On Tue, 19 Dec 2023 at 21:34, Caleb Connolly wrote: > > This board is entirely supported by the generic arch code and DTS. The > board code used to handle turning on the vbus regulator, however this is > now handled via DT. > > With this, the board specific defconfig is also no longer n

Re: [PATCH v2 31/32] board: qcs404-evb: drop board code

2023-12-21 Thread Neil Armstrong
On 19/12/2023 17:04, Caleb Connolly wrote: This board is entirely supported by the generic arch code and DTS. The board code used to handle turning on the vbus regulator, however this is now handled via DT. With this, the board specific defconfig is also no longer needed, so drop it as well. Si

[PATCH v2 31/32] board: qcs404-evb: drop board code

2023-12-19 Thread Caleb Connolly
This board is entirely supported by the generic arch code and DTS. The board code used to handle turning on the vbus regulator, however this is now handled via DT. With this, the board specific defconfig is also no longer needed, so drop it as well. Signed-off-by: Caleb Connolly --- board/qualc