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:
Linux Image Build Automation
2024-08-15 20:19:02 -07:00
parent c8686bdc04
commit 6b3c53ad88

View File

@@ -1,13 +1,10 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%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#"
title: Qualcomm Technologies, Inc. Virtio-Mem
maintainers:
- Patrick Daly <quic_pdaly@quicinc.com>
title: Qualcomm Technologies, Inc. Virtio-Mem bindings
description: |
QTI virtio mem driver supports Guest initiated memory hotplug operations
@@ -19,7 +16,6 @@ properties:
- const: qcom,virtio-mem
qcom,block-size:
$ref: '/schemas/types.yaml#/definitions/uint32'
description:
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
device.
qcom,initial-movable-zone-size:
$ref: '/schemas/types.yaml#/definitions/uint32'
description: |
Initial size of movable zone.
qcom,memory-encryption:
type: boolean
description: |
@@ -48,17 +39,14 @@ properties:
required:
- compatible
- qcom,max-size
- qcom,size
- qcom,ipa-range
- qcom,block-size
additionalProperties: false
examples:
- |+
virtio_mem_device@0x60000000 {
compatible = "qcom,virtio-mem";
qcom,block-size = <0x400000>;
qcom,max-size = <0x0 0x10000000>;
qcom,ipa-range = <0x0 0x0 0xf 0xffffffff>;
};
example:
virtio_mem_device@0x60000000 {
compatible = "qcom,virtio-mem";
qcom,block_size = <0x400000>;
qcom,size = <0x0 0x10000000>;
qcom,ipa-range = <0x0 0x0 0xf 0xffffffff>;
};