diff mbox series

[dt-schema,1/2] schemas: chosen: Generalize linux,elfcorehdr and linux,usable-memory-range

Message ID 20210901151310.2484003-1-geert+renesas@glider.be
State New
Headers show
Series [dt-schema,1/2] schemas: chosen: Generalize linux,elfcorehdr and linux,usable-memory-range | expand

Commit Message

Geert Uytterhoeven Sept. 1, 2021, 3:13 p.m. UTC
The properties "linux,elfcorehdr" and "linux,usable-memory-range" are no
longer limited to arm64.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 schemas/chosen.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Rob Herring Sept. 3, 2021, 9:15 p.m. UTC | #1
On Wed, 01 Sep 2021 17:13:09 +0200, Geert Uytterhoeven wrote:
> The properties "linux,elfcorehdr" and "linux,usable-memory-range" are no

> longer limited to arm64.

> 

> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

> ---

>  schemas/chosen.yaml | 12 ++++++------

>  1 file changed, 6 insertions(+), 6 deletions(-)

> 


Applied both, thanks!
diff mbox series

Patch

diff --git a/schemas/chosen.yaml b/schemas/chosen.yaml
index b93cd1dfd7d26bda..78b87cb1b2b7fb87 100644
--- a/schemas/chosen.yaml
+++ b/schemas/chosen.yaml
@@ -78,17 +78,17 @@  properties:
     $ref: types.yaml#/definitions/uint64-array
     maxItems: 2
     description:
-      This property (currently used only on arm64) holds the memory range,
-      the address and the size, of the elf core header which mainly describes
-      the panicked kernel\'s memory layout as PT_LOAD segments of elf format.
+      This property holds the memory range, the address and the size, of the
+      elf core header which mainly describes the panicked kernel\'s memory
+      layout as PT_LOAD segments of elf format.
 
   linux,usable-memory-range:
     $ref: types.yaml#/definitions/uint64-array
     maxItems: 2
     description: |
-      This property (arm64 only) holds a base address and size, describing a
-      limited region in which memory may be considered available for use by
-      the kernel. Memory outside of this range is not available for use.
+      This property holds a base address and size, describing a limited region
+      in which memory may be considered available for use by the kernel. Memory
+      outside of this range is not available for use.
 
       This property describes a limitation: memory within this range is only
       valid when also described through another mechanism that the kernel