ARM: dts: msm: Add new nodes for dynamic irq affinity for cape
Add below 2 DT properties to switch ufs irq affinity dynamically *qcom,prime-mask. *qcom,silver-mask. Change-Id: I460d776e5f6ff0d76d8ab93ad990a066cd4859f0
This commit is contained in:
@@ -47,6 +47,8 @@ Optional properties:
|
||||
- vddp-ref-clk-supply : phandle to UFS device ref_clk pad power supply
|
||||
- vddp-ref-clk-max-microamp : specifies max. load that can be drawn from this supply
|
||||
- resets : specifies the PHY reset in the UFS controller
|
||||
- qcom,prime-mask : the cpu mask of prime core.
|
||||
- qcom,silver-mask: the cpu mask of silver core.
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
@@ -1917,6 +1917,8 @@
|
||||
phy-names = "ufsphy";
|
||||
#reset-cells = <1>;
|
||||
|
||||
qcom,prime-mask = <0x70>;
|
||||
qcom,silver-mask = <0x0f>;
|
||||
lanes-per-direction = <2>;
|
||||
dev-ref-clk-freq = <0>; /* 19.2 MHz */
|
||||
clock-names =
|
||||
|
||||
Reference in New Issue
Block a user