mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
dt-bindings: interconnect: update interconnect bindings
Update the interconnect device bindings. These devices can be used to describe any RPM and NoC based interconnect devices. Change-Id: Icbeefc5dcbe0b1f8d0db8d429c7db3a4da20b71c
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
8c41e5b755
commit
3fd626f927
@@ -15,6 +15,12 @@ reg : specifies the physical base address and size of registers
|
||||
clocks : list of phandles and specifiers to all interconnect bus clocks
|
||||
clock-names : clock names should include both "bus" and "bus_a"
|
||||
|
||||
The following are optional properties:
|
||||
|
||||
qcom,util-factor : Parameter that represents the DDR utilization factor
|
||||
to be used in aggregation scheme. It is represented as
|
||||
actual util-factor * 100.
|
||||
|
||||
Examples:
|
||||
|
||||
soc {
|
||||
@@ -22,6 +28,7 @@ soc {
|
||||
system_noc: interconnect@1880000 {
|
||||
reg = <0x1880000 0x5f080>;
|
||||
compatible = "qcom,holi-system_noc";
|
||||
qcom,util-factor = <142>;
|
||||
#interconnect-cells = <1>;
|
||||
clock-names = "bus", "bus_a";
|
||||
clocks = <&rpmcc RPM_SMD_SNOC_CLK>,
|
||||
|
||||
Reference in New Issue
Block a user