diff options
author | Rob Herring <robh@kernel.org> | 2023-10-13 15:08:49 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-10-24 11:41:29 -0500 |
commit | b32dcf23a03eb170dfaa482fc28d4b01d39eda80 (patch) | |
tree | d581a32f6940e78404810b88b0557c1a05678c1a /Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt | |
parent | 2e6fc0b81555c1d51b0a33c54aa31d2c22a4644f (diff) |
dt-bindings: Drop kernel copy of common reserved-memory bindings
The common reserved-memory bindings have recently been copied from the
kernel tree into dtschema. The preference is to host common, stable
bindings in dtschema. As reserved-memory is documented in the DT Spec,
it meets the criteria.
The v2023.09 version of dtschema is what contains the reserved-memory
schemas we depend on, so bump the minimum version to that. Otherwise,
references to these schemas will generate errors.
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20231013200851.347042-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt')
-rw-r--r-- | Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt b/Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt index 1810701a8509..8ce72996d500 100644 --- a/Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt +++ b/Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt @@ -1 +1 @@ -This file has been moved to reserved-memory.yaml. +This file has been moved to reserved-memory.yaml in the dtschema repository. |