ARM: dts: msm: Add property to max limit RT axi bw votes
Add cam-max-rt-axi-bw property to provide a max limiting value for RT axi bw votes. CRs-Fixed: 3780345 Change-Id: I14e330e02a0d2a9e978470b2c40ea4fe0e747749 Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
This commit is contained in:
committed by
Camera Software Integration
parent
16c0f0f59d
commit
cc0099d021
@@ -97,6 +97,11 @@ First Level Node - CAM CPAS device
|
|||||||
Value type: <u64>
|
Value type: <u64>
|
||||||
Definition: Min camnoc axi bw for the given target.
|
Definition: Min camnoc axi bw for the given target.
|
||||||
|
|
||||||
|
- cam-max-rt-axi-bw
|
||||||
|
Usage: optional
|
||||||
|
Value type: <u64>
|
||||||
|
Definition: Max RT axi bw allowed to be voted for the given target.
|
||||||
|
|
||||||
- regulator-names
|
- regulator-names
|
||||||
Usage: required
|
Usage: required
|
||||||
Value type: <string>
|
Value type: <string>
|
||||||
|
@@ -1617,6 +1617,7 @@
|
|||||||
interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>,
|
interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>,
|
||||||
<GIC_SPI 271 IRQ_TYPE_EDGE_RISING>;
|
<GIC_SPI 271 IRQ_TYPE_EDGE_RISING>;
|
||||||
camnoc-axi-min-ib-bw = <3000000000>;
|
camnoc-axi-min-ib-bw = <3000000000>;
|
||||||
|
cam-max-rt-axi-bw = <0x3 0x60447100>;
|
||||||
regulator-names = "top-gdsc";
|
regulator-names = "top-gdsc";
|
||||||
top-gdsc-supply = <&cam_cc_titan_top_gdsc>;
|
top-gdsc-supply = <&cam_cc_titan_top_gdsc>;
|
||||||
clock-names =
|
clock-names =
|
||||||
|
Reference in New Issue
Block a user