Skip to content

Commit 05a9956

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 1cdc97a commit 05a9956

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
@@ -940,9 +940,9 @@ static const Clock_Ip_DividerConfigType Clock_Ip_DividerConfigurations_0[CLOCK_I
940940
#if CLOCK_IP_CONFIGURED_DIVIDERS_0_NO > 23U
941941
{
942942
P0_PSI5_189K_CLK, /* name */
943-
3306U, /* value */
943+
8U, /* value */
944944
{
945-
2U,
945+
0U,
946946
}
947947
},
948948
#endif
@@ -1210,9 +1210,9 @@ static const Clock_Ip_DividerConfigType Clock_Ip_DividerConfigurations_0[CLOCK_I
12101210
#if CLOCK_IP_CONFIGURED_DIVIDERS_0_NO > 50U
12111211
{
12121212
P4_PSI5_189K_CLK, /* name */
1213-
3306U, /* value */
1213+
8U, /* value */
12141214
{
1215-
2U,
1215+
0U,
12161216
}
12171217
},
12181218
#endif

0 commit comments

Comments
 (0)