summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/pci/x86-pci.txt
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/pci/x86-pci.txt
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/pci/x86-pci.txt')
-rw-r--r--doc/device-tree-bindings/pci/x86-pci.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/device-tree-bindings/pci/x86-pci.txt b/doc/device-tree-bindings/pci/x86-pci.txt
index cf4e5ed595..e6d4b37535 100644
--- a/doc/device-tree-bindings/pci/x86-pci.txt
+++ b/doc/device-tree-bindings/pci/x86-pci.txt
@@ -31,7 +31,7 @@ pci {
compatible = "pci-x86";
#address-cells = <3>;
#size-cells = <2>;
- u-boot,dm-pre-reloc;
+ bootph-all;
ranges = <0x02000000 0x0 0xc0000000 0xc0000000 0 0x10000000
0x42000000 0x0 0xb0000000 0xb0000000 0 0x10000000
0x01000000 0x0 0x1000 0x1000 0 0xefff>;
@@ -41,7 +41,7 @@ pci {
serial: serial@18,2 {
reg = <0x0200c210 0 0 0 0>;
- u-boot,dm-pre-reloc;
+ bootph-all;
compatible = "intel,apl-ns16550";
early-regs = <0xde000000 0x20>;
reg-shift = <2>;