summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/memory-controllers
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-13 18:56:35 +0300
committerSimon Glass <sjg@chromium.org>2023-02-14 19:43:27 +0300
commitc8ef3eed61796293b744d33739fe4f601af40a17 (patch)
treeb123d596575076c5444a23134a57ffee2cdbda5e /doc/device-tree-bindings/memory-controllers
parente316fbabbf1fe505162e35044c7924cbca0d73fd (diff)
downloadu-boot-c8ef3eed61796293b744d33739fe4f601af40a17.tar.xz
dm: doc: Update device tree binding docs for new schema
Now that Linux has accepted these tags, move U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/device-tree-bindings/memory-controllers')
-rw-r--r--doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt b/doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt
index 1e11edf7b1..792560a323 100644
--- a/doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt
+++ b/doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt
@@ -42,5 +42,5 @@ Example (AM65x):
reg-names = "ss", "ctl", "phy";
clocks = <&k3_clks 20 0>;
power-domains = <&k3_pds 20>;
- u-boot,dm-spl;
+ bootph-pre-ram;
};