diff options
author | Thara Gopinath <thara.gopinath@linaro.org> | 2019-07-30 17:24:43 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-08-06 00:11:38 +0200 |
commit | 7e4b5f241a91e2e15cd1e19024c3b6a0664beadc (patch) | |
tree | 59aaabb58a32f0739d3f299f8c7949ca1eb27be2 /arch/arm64 | |
parent | arm64: dts: qcom: msm8996: Add Coresight support (diff) | |
download | linux-7e4b5f241a91e2e15cd1e19024c3b6a0664beadc.tar.xz linux-7e4b5f241a91e2e15cd1e19024c3b6a0664beadc.zip |
arm64: dts: qcom: Extend AOSS QMP node
AOSS hosts resources that can be used to warm up the SoC.
Add nodes for these resources.
Signed-off-by: Thara Gopinath <thara.gopinath@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index e12ecf4f6f18..9be6acb0650e 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -2893,6 +2893,14 @@ #clock-cells = <0>; #power-domain-cells = <1>; + + cx_cdev: cx { + #cooling-cells = <2>; + }; + + ebi_cdev: ebi { + #cooling-cells = <2>; + }; }; spmi_bus: spmi@c440000 { |