soc: ti: cc13/26xx: clean up include hierarchy

Removes duplicate code and inconsistencies in the naming of the
cc13xx_cc26xx devicetree and RTC driver hierarchy and alignes it with
the actual TI product series naming hierarchy.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
This commit is contained in:
Florian Grandel 2023-07-06 15:52:16 +02:00 committed by Chris Friedt
commit 38e2eb8fe6
11 changed files with 15 additions and 39 deletions

View file

@ -8,7 +8,7 @@
#include <driverlib/setup.h>
static int ti_cc13x2_cc26x2_init(void)
static int ti_cc13x7_cc26x7_init(void)
{
/* Performs necessary trim of the device. */
@ -17,4 +17,4 @@ static int ti_cc13x2_cc26x2_init(void)
return 0;
}
SYS_INIT(ti_cc13x2_cc26x2_init, PRE_KERNEL_1, 0);
SYS_INIT(ti_cc13x7_cc26x7_init, PRE_KERNEL_1, 0);