Merge "ARM: dts: qcom: Correct CPU masks for sun platforms"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
d8d174217f
@@ -1811,6 +1811,9 @@
|
|||||||
phy-names = "ufsphy";
|
phy-names = "ufsphy";
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
|
|
||||||
|
qcom,prime-mask = <0xc0>;
|
||||||
|
qcom,silver-mask = <0x3f>;
|
||||||
|
|
||||||
lanes-per-direction = <2>;
|
lanes-per-direction = <2>;
|
||||||
dev-ref-clk-freq = <0>; /* 19.2 MHz */
|
dev-ref-clk-freq = <0>; /* 19.2 MHz */
|
||||||
clock-names =
|
clock-names =
|
||||||
@@ -1911,22 +1914,26 @@
|
|||||||
|
|
||||||
iommus = <&apps_smmu 0x60 0x0>;
|
iommus = <&apps_smmu 0x60 0x0>;
|
||||||
qcom,iommu-dma = "fastmap";
|
qcom,iommu-dma = "fastmap";
|
||||||
|
qcom,iommu-dma-addr-pool = <0x1000 0xFFFFF000>;
|
||||||
shared-ice-cfg = <&ice_cfg>;
|
shared-ice-cfg = <&ice_cfg>;
|
||||||
|
dma-coherent;
|
||||||
|
|
||||||
qcom,bypass-pbl-rst-wa;
|
qcom,bypass-pbl-rst-wa;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
qos0 {
|
qos0 {
|
||||||
mask = <0xfc>;
|
mask = <0xc0>;
|
||||||
vote = <44>;
|
vote = <44>;
|
||||||
perf;
|
perf;
|
||||||
cpu_freq_vote = <2 5 7>;
|
/* Set CPU6 to fmax, and CPU[6-7] will run at fmax */
|
||||||
|
cpu_freq_vote = <6>;
|
||||||
};
|
};
|
||||||
|
|
||||||
qos1 {
|
qos1 {
|
||||||
mask = <0x03>;
|
mask = <0x3f>;
|
||||||
vote = <44>;
|
vote = <44>;
|
||||||
|
/* Set CPU0 to fmax, and CPU[0-5] will run at fmax */
|
||||||
cpu_freq_vote = <0>;
|
cpu_freq_vote = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user