Merge "dt-bindings: IMEM: Correct YAML formatting"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
c9fe49006e
@@ -26,67 +26,34 @@ properties:
|
|||||||
const: 1
|
const: 1
|
||||||
|
|
||||||
ranges: true
|
ranges: true
|
||||||
description:
|
|
||||||
Includes the child address, parent address, & ength. The child address is
|
|
||||||
assumed to be 0.
|
|
||||||
|
|
||||||
patternProperties:
|
patternProperties:
|
||||||
"[a-zA-Z0-9]@[a-z0-9]"
|
"^[a-zA-Z0-9]@[a-z0-9]+$":
|
||||||
type: object
|
type: object
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
oneOf:
|
enum:
|
||||||
- const: qcom,msm-imem-pil
|
- qcom,msm-imem-pil
|
||||||
description: Peripheral Image Loader (PIL)
|
- qcom,msm-imem-boot_stats
|
||||||
|
- qcom,msm-imem-cache_erp
|
||||||
- const: qcom,msm-imem-boot_stats
|
- qcom,msm-imem-mem_dump_table
|
||||||
description: Bootloader Stats
|
- qcom,msm-imem-restart_reason
|
||||||
|
- qcom,msm-imem-dload-type
|
||||||
- const: qcom,msm-imem-cache_erp
|
- qcom,msm-imem-download_mode
|
||||||
description: Cache error reporting
|
- qcom,msm-imem-emergency_download_mode
|
||||||
|
- qcom,msm-imem-kaslr_offset
|
||||||
- const: qcom,msm-imem-mem_dump_table
|
- qcom,msm-imem-minidump
|
||||||
desciption: Memory Dump table
|
- qcom,msm-imem-diag-dload
|
||||||
|
- qcom,msm-imem-pil-disable-timeout
|
||||||
- const: qcom,msm-imem-restart_reason
|
- qcom,msm-imem-mss-dsm
|
||||||
description: Device restart reason
|
|
||||||
|
|
||||||
- const: qcom,msm-imem-dload-type
|
|
||||||
description: Download Mode Type
|
|
||||||
|
|
||||||
- const: qcom,msm-imem-download_mode
|
|
||||||
description: Download Mode
|
|
||||||
|
|
||||||
- const: qcom,msm-imem-emergency_download_mode
|
|
||||||
description: Emergency Download Mode
|
|
||||||
|
|
||||||
- const: qcom,msm-imem-kaslr_offset
|
|
||||||
description: Kernel Address Space Layout Randomization (KASLR) offset
|
|
||||||
|
|
||||||
- const: qcom,msm-imem-minidump
|
|
||||||
description: Subsystem Restart's (SSR) Minidump Offset
|
|
||||||
|
|
||||||
- const: qcom,msm-imem-diag-dload
|
|
||||||
description: USB Diag download mode region
|
|
||||||
|
|
||||||
- const: qcom,msm-imem-pil-disable-timeout
|
|
||||||
description: Offset to set PIL debug cookie
|
|
||||||
|
|
||||||
- const: qcom,msm-imem-mss-dsm
|
|
||||||
description: Modem DSM memory region info
|
|
||||||
|
|
||||||
reg:
|
|
||||||
description: Start address and the size of the region
|
|
||||||
|
|
||||||
required:
|
|
||||||
- compatible
|
|
||||||
- reg
|
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- reg
|
- reg
|
||||||
|
|
||||||
|
additionalProperties: false
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
qcom,msm-imem {
|
qcom,msm-imem {
|
||||||
|
Reference in New Issue
Block a user