summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/misc
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/misc
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/misc')
-rw-r--r--doc/device-tree-bindings/misc/fs_loader.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/device-tree-bindings/misc/fs_loader.txt b/doc/device-tree-bindings/misc/fs_loader.txt
index 884fbf47c0..542be4b25a 100644
--- a/doc/device-tree-bindings/misc/fs_loader.txt
+++ b/doc/device-tree-bindings/misc/fs_loader.txt
@@ -20,28 +20,28 @@ ubi in device tree source as shown in below:
sata and ubi as shown in below:
Example for mmc:
fs_loader0: fs-loader@0 {
- u-boot,dm-pre-reloc;
+ bootph-all;
compatible = "u-boot,fs-loader";
phandlepart = <&mmc_0 1>;
};
Example for usb:
fs_loader1: fs-loader@1 {
- u-boot,dm-pre-reloc;
+ bootph-all;
compatible = "u-boot,fs-loader";
phandlepart = <&usb0 1>;
};
Example for sata:
fs_loader2: fs-loader@2 {
- u-boot,dm-pre-reloc;
+ bootph-all;
compatible = "u-boot,fs-loader";
phandlepart = <&sata0 1>;
};
Example for ubi:
fs_loader3: fs-loader@3 {
- u-boot,dm-pre-reloc;
+ bootph-all;
compatible = "u-boot,fs-loader";
mtdpart = "UBI",
ubivol = "ubi0";