Skip to content

Commit 8a181f9

Browse files
usbalbinburrbull
authored andcommitted
SAI - Fix fsdef for all devices
1 parent 831175f commit 8a181f9

21 files changed

+54
-12
lines changed

devices/patches/sai/fsdef-rw.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
"?FRCR":
2+
_modify:
3+
FSDEF:
4+
access: read-write

devices/patches/sai/h7.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
_include: fsdef-rw.yaml
12
"?CR1":
23
_modify:
34
SAI?EN:
@@ -11,7 +12,3 @@
1112
description: No fixed divider between MCLK and FS
1213
bitOffset: 19
1314
bitWidth: 1
14-
"?FRCR":
15-
_modify:
16-
FSDEF:
17-
access: read-write

devices/stm32h562.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ SAI1:
196196
_strip: SAI_
197197
_include:
198198
- fields/sai/sai.yaml
199+
- patches/sai/fsdef-rw.yaml
199200

200201
SBS:
201202
_strip: SBS_

devices/stm32h563.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ SAI1:
199199
_strip: SAI_
200200
_include:
201201
- fields/sai/sai.yaml
202+
- patches/sai/fsdef-rw.yaml
202203

203204
SBS:
204205
_strip: SBS_

devices/stm32h573.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ SAI1:
214214
_strip: SAI_
215215
_include:
216216
- fields/sai/sai.yaml
217+
- patches/sai/fsdef-rw.yaml
217218

218219
SBS:
219220
_strip: SBS_

devices/stm32h7r.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ RTC:
195195

196196
SAI1:
197197
_strip: SAI_
198+
_include:
199+
- patches/sai/fsdef-rw.yaml
198200

199201
SBS:
200202
_strip: SBS_

devices/stm32h7s.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ SAES:
218218

219219
SAI1:
220220
_strip: SAI_
221+
_include:
222+
- patches/sai/fsdef-rw.yaml
221223

222224
SBS:
223225
_strip: SBS_

devices/stm32mp153.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ RTC:
2929
- fields/rtc/v3/common.yaml
3030
- collect/rtc/alarm.yaml
3131

32+
SAI1:
33+
_strip: SAI_
34+
_include:
35+
- patches/sai/fsdef-rw.yaml
36+
3237
SPI?:
3338
_include: patches/spi/rxtxdr.yaml
3439

devices/stm32mp157.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ RTC:
3636
- fields/rtc/v3/common.yaml
3737
- collect/rtc/alarm.yaml
3838

39+
SAI1:
40+
_strip: SAI_
41+
_include:
42+
- patches/sai/fsdef-rw.yaml
43+
3944
SPI?:
4045
_include: patches/spi/rxtxdr.yaml
4146

devices/stm32n645.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ RTC:
140140

141141
SAI1:
142142
_strip: SAI_
143+
_include:
144+
- patches/sai/fsdef-rw.yaml
143145

144146
SDMMC1:
145147
_strip: SDMMC_

devices/stm32n647.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ RTC:
140140

141141
SAI1:
142142
_strip: SAI_
143+
_include:
144+
- patches/sai/fsdef-rw.yaml
143145

144146
SDMMC1:
145147
_strip: SDMMC_

devices/stm32n655.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ SAES:
152152

153153
SAI1:
154154
_strip: SAI_
155+
_include:
156+
- patches/sai/fsdef-rw.yaml
155157

156158
SDMMC1:
157159
_strip: SDMMC_

devices/stm32n657.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ SAES:
152152

153153
SAI1:
154154
_strip: SAI_
155+
_include:
156+
- patches/sai/fsdef-rw.yaml
155157

156158
SDMMC1:
157159
_strip: SDMMC_

devices/stm32u535.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ RTC:
200200
- fields/rtc/v3/common.yaml
201201
- collect/rtc/alarm.yaml
202202

203-
SAI1: {}
203+
SAI1:
204+
_include:
205+
- patches/sai/fsdef-rw.yaml
204206

205207
SDMMC:
206208
_strip: SDMMC_

devices/stm32u545.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ RTC:
214214

215215
SAES: {}
216216

217-
SAI1: {}
217+
SAI1:
218+
_include:
219+
- patches/sai/fsdef-rw.yaml
218220

219221
SDMMC:
220222
_strip: SDMMC_

devices/stm32u575.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ RTC:
266266

267267
SAES: {}
268268

269-
SAI1: {}
269+
SAI1:
270+
_include:
271+
- patches/sai/fsdef-rw.yaml
270272

271273
SDMMC1:
272274
_strip: SDMMC_

devices/stm32u585.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ RTC:
273273

274274
SAES: {}
275275

276-
SAI1: {}
276+
SAI1:
277+
_include:
278+
- patches/sai/fsdef-rw.yaml
277279

278280
SDMMC1:
279281
_strip: SDMMC_

devices/stm32u595.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ RTC:
220220
- fields/rtc/v3/common.yaml
221221
- collect/rtc/alarm.yaml
222222

223-
SAI1: {}
223+
SAI1:
224+
_include:
225+
- patches/sai/fsdef-rw.yaml
224226

225227
SDMMC1:
226228
_strip: SDMMC_

devices/stm32u599.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ RTC:
232232
- fields/rtc/v3/common.yaml
233233
- collect/rtc/alarm.yaml
234234

235-
SAI1: {}
235+
SAI1:
236+
_include:
237+
- patches/sai/fsdef-rw.yaml
236238

237239
SDMMC1:
238240
_strip: SDMMC_

devices/stm32u5a5.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ RTC:
234234

235235
SAES: {}
236236

237-
SAI1: {}
237+
SAI1:
238+
_include:
239+
- patches/sai/fsdef-rw.yaml
238240

239241
SDMMC1:
240242
_strip: SDMMC_

devices/stm32u5a9.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ RTC:
246246

247247
SAES: {}
248248

249-
SAI1: {}
249+
SAI1:
250+
_include:
251+
- patches/sai/fsdef-rw.yaml
250252

251253
SDMMC1:
252254
_strip: SDMMC_

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy