Merge "ARM: dts: qcom: Correct CPU masks for sun platforms"

This commit is contained in:
qctecmdr
2023-11-09 07:43:35 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1811,6 +1811,9 @@
phy-names = "ufsphy";
#reset-cells = <1>;
qcom,prime-mask = <0xc0>;
qcom,silver-mask = <0x3f>;
lanes-per-direction = <2>;
dev-ref-clk-freq = <0>; /* 19.2 MHz */
clock-names =
@@ -1911,22 +1914,26 @@
iommus = <&apps_smmu 0x60 0x0>;
qcom,iommu-dma = "fastmap";
qcom,iommu-dma-addr-pool = <0x1000 0xFFFFF000>;
shared-ice-cfg = <&ice_cfg>;
dma-coherent;
qcom,bypass-pbl-rst-wa;
status = "disabled";
qos0 {
mask = <0xfc>;
mask = <0xc0>;
vote = <44>;
perf;
cpu_freq_vote = <2 5 7>;
/* Set CPU6 to fmax, and CPU[6-7] will run at fmax */
cpu_freq_vote = <6>;
};
qos1 {
mask = <0x03>;
mask = <0x3f>;
vote = <44>;
/* Set CPU0 to fmax, and CPU[0-5] will run at fmax */
cpu_freq_vote = <0>;
};
};