Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / interconnect / qcom,sdm845.txt
1 Qualcomm SDM845 Network-On-Chip interconnect driver binding
2 -----------------------------------------------------------
3
4 SDM845 interconnect providers support system bandwidth requirements through
5 RPMh hardware accelerators known as Bus Clock Manager (BCM). The provider is
6 able to communicate with the BCM through the Resource State Coordinator (RSC)
7 associated with each execution environment. Provider nodes must reside within
8 an RPMh device node pertaining to their RSC and each provider maps to a single
9 RPMh resource.
10
11 Required properties :
12 - compatible : shall contain only one of the following:
13                         "qcom,sdm845-rsc-hlos"
14 - #interconnect-cells : should contain 1
15
16 Examples:
17
18 apps_rsc: rsc {
19         rsc_hlos: interconnect {
20                 compatible = "qcom,sdm845-rsc-hlos";
21                 #interconnect-cells = <1>;
22         };
23 };
24