[PATCH v4 09/20] dt-bindings: memory: SDRAM channel: standardise node name
Clément Le Goffic
clement.legoffic at foss.st.com
Wed Jul 23 06:05:53 PDT 2025
Add a pattern for sdram channel node name.
Signed-off-by: Clément Le Goffic <clement.legoffic at foss.st.com>
---
.../bindings/memory-controllers/ddr/jedec,sdram-channel.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,sdram-channel.yaml b/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,sdram-channel.yaml
index 866af40b654d..5cdd8ef45100 100644
--- a/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,sdram-channel.yaml
+++ b/Documentation/devicetree/bindings/memory-controllers/ddr/jedec,sdram-channel.yaml
@@ -17,6 +17,9 @@ maintainers:
- Julius Werner <jwerner at chromium.org>
properties:
+ $nodename:
+ pattern: "sdram-channel-[0-9]+$"
+
compatible:
enum:
- jedec,ddr4-channel
@@ -118,7 +121,7 @@ additionalProperties: false
examples:
- |
- lpddr-channel0 {
+ sdram-channel-0 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "jedec,lpddr3-channel";
@@ -133,7 +136,7 @@ examples:
};
};
- lpddr-channel1 {
+ sdram-channel-1 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "jedec,lpddr4-channel";
--
2.43.0
More information about the linux-arm-kernel
mailing list