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>; + };