From: Quentin Schulz <quentin.schulz@xxxxxxxxx> Should say "a DTSpec" instead, so let's fix that. Signed-off-by: Quentin Schulz <quentin.schulz@xxxxxxxxx> --- source/chapter5-flattened-format.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/chapter5-flattened-format.rst b/source/chapter5-flattened-format.rst index 03d1217e51feba926bdafecbaad4987cc88b59bc..c52b175f7e0a380b1150232308ae64e251a82339 100644 --- a/source/chapter5-flattened-format.rst +++ b/source/chapter5-flattened-format.rst @@ -121,7 +121,7 @@ big-endian format. ``version`` This field shall contain the version of the devicetree data structure. The version is 17 if using the structure as defined in - this document. An |spec| boot program may provide the devicetree of + this document. A |spec| boot program may provide the devicetree of a later version, in which case this field shall contain the version number defined in whichever later document gives the details of that version. @@ -410,6 +410,6 @@ ensure that the devicetree as a whole is loaded at an address aligned to the largest alignment of any of the subblocks, that is, to an 8-byte boundary. A |spec|-compliant boot program shall load the devicetree blob at such an aligned address -before passing it to the client program. If an |spec| client program +before passing it to the client program. If a |spec| client program relocates the devicetree blob in memory, it should only do so to another 8-byte aligned address. --- base-commit: 5688e1c0b961d2ca5a32e3b624a9f4a9b433184f change-id: 20250204-typo-dtspec-2e532ec3550c Best regards, -- Quentin Schulz <quentin.schulz@xxxxxxxxx>