Revert "dt-bindings: Document qcom,initial-movable-zone-size property"
This reverts commit 18f2c74330
.
Change-Id: I7130537e2d1c7f761683b1161b0eaee875a7d811
Signed-off-by: Linux Image Build Automation <quic_ibautomat@quicinc.com>
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||||
%YAML 1.2
|
%YAML 1.2
|
||||||
---
|
---
|
||||||
$id: "http://devicetree.org/schemas/virtio/qcom,virtio-mem.yaml#"
|
$id: "http://devicetree.org/schemas/soc/qcom/qcom,secure-buffer.yaml#"
|
||||||
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
||||||
|
|
||||||
title: Qualcomm Technologies, Inc. Virtio-Mem
|
title: Qualcomm Technologies, Inc. Virtio-Mem bindings
|
||||||
|
|
||||||
maintainers:
|
|
||||||
- Patrick Daly <quic_pdaly@quicinc.com>
|
|
||||||
|
|
||||||
description: |
|
description: |
|
||||||
QTI virtio mem driver supports Guest initiated memory hotplug operations
|
QTI virtio mem driver supports Guest initiated memory hotplug operations
|
||||||
@@ -19,7 +16,6 @@ properties:
|
|||||||
- const: qcom,virtio-mem
|
- const: qcom,virtio-mem
|
||||||
|
|
||||||
qcom,block-size:
|
qcom,block-size:
|
||||||
$ref: '/schemas/types.yaml#/definitions/uint32'
|
|
||||||
description:
|
description:
|
||||||
Minimum transfer size in bytes. Should be multiple of PAGE_SIZE.
|
Minimum transfer size in bytes. Should be multiple of PAGE_SIZE.
|
||||||
|
|
||||||
@@ -35,11 +31,6 @@ properties:
|
|||||||
is allowed to choose when adding hotpluggable memory for this
|
is allowed to choose when adding hotpluggable memory for this
|
||||||
device.
|
device.
|
||||||
|
|
||||||
qcom,initial-movable-zone-size:
|
|
||||||
$ref: '/schemas/types.yaml#/definitions/uint32'
|
|
||||||
description: |
|
|
||||||
Initial size of movable zone.
|
|
||||||
|
|
||||||
qcom,memory-encryption:
|
qcom,memory-encryption:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: |
|
description: |
|
||||||
@@ -48,17 +39,14 @@ properties:
|
|||||||
|
|
||||||
required:
|
required:
|
||||||
- compatible
|
- compatible
|
||||||
- qcom,max-size
|
- qcom,size
|
||||||
- qcom,ipa-range
|
- qcom,ipa-range
|
||||||
- qcom,block-size
|
- qcom,block-size
|
||||||
|
|
||||||
additionalProperties: false
|
example:
|
||||||
|
virtio_mem_device@0x60000000 {
|
||||||
examples:
|
compatible = "qcom,virtio-mem";
|
||||||
- |+
|
qcom,block_size = <0x400000>;
|
||||||
virtio_mem_device@0x60000000 {
|
qcom,size = <0x0 0x10000000>;
|
||||||
compatible = "qcom,virtio-mem";
|
qcom,ipa-range = <0x0 0x0 0xf 0xffffffff>;
|
||||||
qcom,block-size = <0x400000>;
|
};
|
||||||
qcom,max-size = <0x0 0x10000000>;
|
|
||||||
qcom,ipa-range = <0x0 0x0 0xf 0xffffffff>;
|
|
||||||
};
|
|
||||||
|
Reference in New Issue
Block a user