Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: dt-bindings: qcom: apr: deprecate qcom,apr-domain property

replace usage of qcom,apr-domain property with qcom,domain property so
that bindings and driver can be reused.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210927135559.738-3-srinivas.kandagatla@linaro.org

authored by

Srinivas Kandagatla and committed by
Bjorn Andersson
1ff63d54 985f62a9

+17 -2
+17 -2
Documentation/devicetree/bindings/soc/qcom/qcom,apr.yaml
··· 31 31 5 = Application processor Domain 32 32 6 = Modem2 Domain 33 33 7 = Application Processor2 Domain 34 + deprecated: true 35 + 36 + qcom,domain: 37 + $ref: /schemas/types.yaml#/definitions/uint32 38 + minimum: 1 39 + maximum: 7 40 + description: 41 + Selects the processor domain for apr 42 + 1 = APR simulator 43 + 2 = PC Domain 44 + 3 = Modem Domain 45 + 4 = ADSP Domain 46 + 5 = Application processor Domain 47 + 6 = Modem2 Domain 48 + 7 = Application Processor2 Domain 34 49 35 50 '#address-cells': 36 51 const: 1 ··· 111 96 112 97 required: 113 98 - compatible 114 - - qcom,apr-domain 99 + - qcom,domain 115 100 116 101 additionalProperties: false 117 102 ··· 120 105 #include <dt-bindings/soc/qcom,apr.h> 121 106 apr { 122 107 compatible = "qcom,apr-v2"; 123 - qcom,apr-domain = <APR_DOMAIN_ADSP>; 108 + qcom,domain = <APR_DOMAIN_ADSP>; 124 109 #address-cells = <1>; 125 110 #size-cells = <0>; 126 111