From 6b3c53ad886a788e0689c82c89e62c3e9006c5f3 Mon Sep 17 00:00:00 2001 From: Linux Image Build Automation Date: Thu, 15 Aug 2024 20:19:02 -0700 Subject: [PATCH] Revert "dt-bindings: Document qcom,initial-movable-zone-size property" This reverts commit 18f2c74330f0e51b02a056ec8ccc79e6911f1370. Change-Id: I7130537e2d1c7f761683b1161b0eaee875a7d811 Signed-off-by: Linux Image Build Automation --- bindings/virtio/qcom,virtio-mem.yaml | 32 +++++++++------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/bindings/virtio/qcom,virtio-mem.yaml b/bindings/virtio/qcom,virtio-mem.yaml index a640cd9f..0239476f 100644 --- a/bindings/virtio/qcom,virtio-mem.yaml +++ b/bindings/virtio/qcom,virtio-mem.yaml @@ -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 +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>; + };