diff options
author | David Dai <[email protected]> | 2019-01-16 18:11:01 +0200 |
---|---|---|
committer | Andy Gross <[email protected]> | 2019-02-01 20:16:27 -0600 |
commit | 5e8204893f62792ebeed88ae505cf658b216eaa0 (patch) | |
tree | 0fc1b7832f69d7bf457ca327d15229c66c704cf0 | |
parent | 4cce115f128ae6402cfbdda05cc654c5a9744c01 (diff) |
arm64: dts: sdm845: Add interconnect provider DT nodes
Add RSC (Resource State Coordinator) provider
dictating network-on-chip interconnect bus performance
found on SDM845-based platforms.
Signed-off-by: David Dai <[email protected]>
Signed-off-by: Georgi Djakov <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 0ec827394e92..2194794fe84d 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -2124,6 +2124,11 @@ }; }; }; + + rsc_hlos: interconnect { + compatible = "qcom,sdm845-rsc-hlos"; + #interconnect-cells = <1>; + }; }; intc: interrupt-controller@17a00000 { |