Skip to content

Commit 97dcd1e

Browse files
Christophe Kerellokrzk
authored andcommitted
dt-bindings: memory-controller: st,stm32: add MP25 support
Add a new compatible string to support MP25 SoC. On MP1 SoC, RNB signal (NAND controller signal) and NWAIT signal (PSRAM controller signal) have been integrated together in the SoC. That means that the NAND controller and the PSRAM controller (if the signal is used) can not be used at the same time. On MP25 SoC, the 2 signals can be used outside the SoC, so there is no more restrictions. MP1 SoC also embeds revision 1.1 of the FMC2 IP when MP25 SoC embeds revision 2.0 of the FMC2 IP. MP25 SoC is also using PSCI OS-initiated mode, so allow a single 'power-domains' entry for STM32 FMC2. As MP1 will move on PSCI OS-initiated mode, add this property as optional for all FMC2 variants. Signed-off-by: Christophe Kerello <christophe.kerello@foss.st.com> Link: https://lore.kernel.org/r/20240226101428.37791-2-christophe.kerello@foss.st.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 719e366 commit 97dcd1e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/devicetree/bindings/memory-controllers/st,stm32-fmc2-ebi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ maintainers:
2323

2424
properties:
2525
compatible:
26-
const: st,stm32mp1-fmc2-ebi
26+
enum:
27+
- st,stm32mp1-fmc2-ebi
28+
- st,stm32mp25-fmc2-ebi
2729

2830
reg:
2931
maxItems: 1
@@ -34,6 +36,9 @@ properties:
3436
resets:
3537
maxItems: 1
3638

39+
power-domains:
40+
maxItems: 1
41+
3742
"#address-cells":
3843
const: 2
3944

0 commit comments

Comments
 (0)