Skip to content

Commit 3d00daf

Browse files
committed
s32: soc: s32z2: update PSI5 clock sources
Update the PSI5 clock sources to support bitrates of 125 kbps and 189 kbps, corresponding to 4 MHz and 6 MHz, respectively. Signed-off-by: Cong Nguyen Huu <[email protected]>
1 parent 70a0fd9 commit 3d00daf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

s32/soc/s32z270/src/Clock_Ip_Cfg.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -945,9 +945,9 @@ static const Clock_Ip_DividerConfigType Clock_Ip_DividerConfigurations_0[CLOCK_I
945945
#if CLOCK_IP_CONFIGURED_DIVIDERS_0_NO > 23U
946946
{
947947
P0_PSI5_189K_CLK, /* name */
948-
3306U, /* value */
948+
8U, /* value */
949949
{
950-
2U,
950+
0U,
951951
}
952952
},
953953
#endif
@@ -1215,9 +1215,9 @@ static const Clock_Ip_DividerConfigType Clock_Ip_DividerConfigurations_0[CLOCK_I
12151215
#if CLOCK_IP_CONFIGURED_DIVIDERS_0_NO > 50U
12161216
{
12171217
P4_PSI5_189K_CLK, /* name */
1218-
3306U, /* value */
1218+
8U, /* value */
12191219
{
1220-
2U,
1220+
0U,
12211221
}
12221222
},
12231223
#endif

0 commit comments

Comments
 (0)