Re: [PATCH v2] mach-snapdragon: Update fdtfile logic to work for RB1 and RB2

2025-06-03 Thread Casey Connolly
On Mon, 05 May 2025 18:13:33 +0530, Sumit Garg wrote: > RB1 and RB2 have three root compatibles where the last one can't be used > to decode fdtfile name (qcm* vs qrb*). So rather just rely on the first > compatible to retrieve the SoC name. > > Applied, thanks! [1/1] mach-snapdragon: Update

[PATCH v2] mach-snapdragon: Update fdtfile logic to work for RB1 and RB2

2025-05-05 Thread Sumit Garg
From: Sumit Garg RB1 and RB2 have three root compatibles where the last one can't be used to decode fdtfile name (qcm* vs qrb*). So rather just rely on the first compatible to retrieve the SoC name. Signed-off-by: Sumit Garg --- arch/arm/mach-snapdragon/board.c | 63 ++-