[PATCH RFC 0/2] Introduce ddr[3-4]-channel binding

From: Clément Le Goffic
Date: Thu Jun 26 2025 - 15:51:01 EST


This series aims to request comments for the ddr-channel binding as I'll
need them for the stm32-ddr-pmu driver.
The V1 of the driver and a start of discussion can be found here:
https://lore.kernel.org/r/20250623-ddrperfm-upstream-v1-0-7dffff168090@xxxxxxxxxxx

The first patch contains a base of binding, which I find sufficient for
my needs but perhaps you'll have suggestion for addition or rework as this is
mainly inspirate from lpddrX-channel binding.
As we can find the same property in the two channel binding maybe this can be
shared properties.

The second patch, that contains stm32-ddr-pmu binding, aims to provide an
example of usage of this ddr-channel bindings.
Note the "memory-channel" property which I mainly want to discuss about
and gather some feedbacks.

For your knowledge, the stm32-ddr-pmu driver (DDRPERFM peripheral) needs
the dram type information for its internal working with ddr events.

Signed-off-by: Clément Le Goffic <clement.legoffic@xxxxxxxxxxx>
---
Clément Le Goffic (2):
dt-bindings: memory: add jedec,ddr[3-4]-channel binding
dt-bindings: perf: stm32: introduce DDRPERFM dt-bindings

.../memory-controllers/ddr/jedec,ddr-channel.yaml | 53 +++++++++++++
.../devicetree/bindings/perf/st,stm32-ddr-pmu.yaml | 90 ++++++++++++++++++++++
2 files changed, 143 insertions(+)
---
base-commit: e34a79b96ab9d49ed8b605fee11099cf3efbb428
change-id: 20250626-ddr-bindings-dbe23bcfe299

Best regards,
--
Clément Le Goffic <clement.legoffic@xxxxxxxxxxx>