Skip to content

Commit 73147be

Browse files
committed
Merge tag 'stm32-bus-firewall-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into soc/drivers
STM32 Firewall bus for v6.19, round 1 Highlights: ---------- The STM32MP21x platforms have a slightly different RIFSC. Add support for these platforms. Also, the RIF is a complex firewall framework which can be tricky to debug. To facilitate the latter, add a debugfs entry that can be used to display the whole RIFSC firewall configuration at runtime. * tag 'stm32-bus-firewall-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32: bus: rifsc: add debugfs entry to dump the firewall configuration dt-bindings: bus: add stm32mp21 RIFSC compatible Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents c0401dc + 3bae474 commit 73147be

2 files changed

Lines changed: 599 additions & 6 deletions

File tree

Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,18 @@ select:
3333
properties:
3434
compatible:
3535
contains:
36-
const: st,stm32mp25-rifsc
36+
enum:
37+
- st,stm32mp21-rifsc
38+
- st,stm32mp25-rifsc
3739
required:
3840
- compatible
3941

4042
properties:
4143
compatible:
4244
items:
43-
- const: st,stm32mp25-rifsc
45+
- enum:
46+
- st,stm32mp21-rifsc
47+
- st,stm32mp25-rifsc
4448
- const: simple-bus
4549

4650
reg:

0 commit comments

Comments
 (0)