diff options
| author | Simon Glass <[email protected]> | 2023-02-13 08:56:35 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2023-02-14 09:43:27 -0700 |
| commit | c8ef3eed61796293b744d33739fe4f601af40a17 (patch) | |
| tree | b123d596575076c5444a23134a57ffee2cdbda5e /doc/device-tree-bindings/memory-controllers | |
| parent | e316fbabbf1fe505162e35044c7924cbca0d73fd (diff) | |
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 <[email protected]>
Diffstat (limited to 'doc/device-tree-bindings/memory-controllers')
| -rw-r--r-- | doc/device-tree-bindings/memory-controllers/k3-am654-ddrss.txt | 2 |
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 1e11edf7b19..792560a323a 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; }; |
