Re: [PATCH v2 2/5] board: phytec: Fix function definitions in AM6x SOM detection

2024-05-22 Thread Dhruva Gole
On May 22, 2024 at 09:55:02 +0200, Wadim Egorov wrote: > Functions are declared as phytec_am6* and not phytec_am62*. > Update the definitions to match the declarations. > > Fixes: 9d152c23279c ("board: phytec: Add SOM detection for AM6x") > > Signed-off-by: Wadim Egorov > Tested-by: John Ma >

[PATCH v2 2/5] board: phytec: Fix function definitions in AM6x SOM detection

2024-05-22 Thread Wadim Egorov
Functions are declared as phytec_am6* and not phytec_am62*. Update the definitions to match the declarations. Fixes: 9d152c23279c ("board: phytec: Add SOM detection for AM6x") Signed-off-by: Wadim Egorov Tested-by: John Ma --- board/phytec/common/am6_som_detection.c | 18 +- 1