ARM: dts: qcom: Rename property to 'gunyah'
Some DT nodes is generated by hypervisor, the change is to rename these parts from 'haven' to 'gunyah'. Change-Id: I2182a760abd330f5690d67282dc0d875dbcecebe
This commit is contained in:
		
				
					committed by
					
						
						Gerrit - the friendly Code Review server
					
				
			
			
				
	
			
			
			
						parent
						
							4fb0de7d3c
						
					
				
				
					commit
					be7a0f1d5c
				
			@@ -23,7 +23,7 @@ properties:
 | 
			
		||||
  compatible:
 | 
			
		||||
    Usage: required
 | 
			
		||||
    Value type: <string>
 | 
			
		||||
    Definition: Must be "qcom,hh-watchdog"
 | 
			
		||||
    Definition: Must be "qcom,gh-watchdog"
 | 
			
		||||
 | 
			
		||||
  interrupts:
 | 
			
		||||
     Usage: required
 | 
			
		||||
@@ -33,7 +33,7 @@ properties:
 | 
			
		||||
example:
 | 
			
		||||
  - |
 | 
			
		||||
    wdog_gh: qcom,wdt_gh {
 | 
			
		||||
		    compatible = "qcom,hh-watchdog";
 | 
			
		||||
		    compatible = "qcom,gh-watchdog";
 | 
			
		||||
		    interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>;
 | 
			
		||||
	    };
 | 
			
		||||
...
 | 
			
		||||
 
 | 
			
		||||
@@ -16,8 +16,8 @@ properties:
 | 
			
		||||
  compatible:
 | 
			
		||||
    oneOf:
 | 
			
		||||
        items:
 | 
			
		||||
          - const: qcom,haven-hypervisor-1.0
 | 
			
		||||
          - const: qcom,haven-hypervisor
 | 
			
		||||
          - const: qcom,gunyah-hypervisor-1.0
 | 
			
		||||
          - const: qcom,gunyah-hypervisor
 | 
			
		||||
 | 
			
		||||
    properties:
 | 
			
		||||
      "#address-cells":
 | 
			
		||||
@@ -44,12 +44,12 @@ properties:
 | 
			
		||||
    oneOf:
 | 
			
		||||
        description: |+
 | 
			
		||||
          Must contain the VM-ID compatible string, which is provisionally
 | 
			
		||||
          specified as "qcom,haven-vm-id". This should be preceded by
 | 
			
		||||
          specified as "qcom,gunyah-vm-id". This should be preceded by
 | 
			
		||||
          a string that specifies the VM ID API version, which is currently
 | 
			
		||||
          1.0, thus "qcom,haven-vm-id-1.0".
 | 
			
		||||
          1.0, thus "qcom,gunyah-vm-id-1.0".
 | 
			
		||||
        items:
 | 
			
		||||
          - const: qcom,haven-vm-id-1.0
 | 
			
		||||
          - const: qcom,haven-vm-id
 | 
			
		||||
          - const: qcom,gunyah-vm-id-1.0
 | 
			
		||||
          - const: qcom,gunyah-vm-id
 | 
			
		||||
 | 
			
		||||
    properties:
 | 
			
		||||
      qcom,vendor:
 | 
			
		||||
@@ -98,7 +98,7 @@ properties:
 | 
			
		||||
        items:
 | 
			
		||||
          - const: qcom,resource-manager-1-0
 | 
			
		||||
          - const: qcom,resource-manager
 | 
			
		||||
          - const: qcom,haven-message-queue
 | 
			
		||||
          - const: qcom,gunyah-message-queue
 | 
			
		||||
          - const: qcom,haven-capability
 | 
			
		||||
 | 
			
		||||
        interrupts:
 | 
			
		||||
@@ -148,12 +148,12 @@ examples:
 | 
			
		||||
    hypervisor {
 | 
			
		||||
        #address-cells = <2>;
 | 
			
		||||
        #size-cells = <0>;
 | 
			
		||||
        compatible = "qcom,haven-hypervisor-1.0", "qcom,haven-hypervisor",
 | 
			
		||||
        compatible = "qcom,gunyah-hypervisor-1.0", "qcom,gunyah-hypervisor",
 | 
			
		||||
                     "simple-bus";
 | 
			
		||||
        name = "hypervisor";
 | 
			
		||||
 | 
			
		||||
        qcom,gunyah-vm {
 | 
			
		||||
            compatible = "qcom,haven-vm-id-1.0", "qcom,haven-vm-id";
 | 
			
		||||
            compatible = "qcom,gunyah-vm-id-1.0", "qcom,gunyah-vm-id";
 | 
			
		||||
            qcom,vendor = "Qualcomm Technologies, Inc.";
 | 
			
		||||
            qcom,vmid = <45>;
 | 
			
		||||
            qcom,owner-vmid = <3>;
 | 
			
		||||
@@ -161,7 +161,7 @@ examples:
 | 
			
		||||
 | 
			
		||||
        qcom,resource-manager-rpc@0000000000000001 {
 | 
			
		||||
            compatible = "qcom,resource-manager-1-0", "qcom,resource-manager",
 | 
			
		||||
                          "qcom,haven-message-queue", "qcom,haven-capability";
 | 
			
		||||
                          "qcom,gunyah-message-queue", "qcom,haven-capability";
 | 
			
		||||
            interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>, /* TX full IRQ */
 | 
			
		||||
                         <GIC_SPI 4 IRQ_TYPE_EDGE_RISING>; /* RX empty IRQ */
 | 
			
		||||
            reg = <0x00000000 0x00000000>, <0x00000000 0x00000001>;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user