Merge "ARM: dts: qcom: Enable UFS MCQ on Sun platforms"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
fbf94fefe4
@@ -1952,8 +1952,9 @@
|
|||||||
compatible = "qcom,ufshc";
|
compatible = "qcom,ufshc";
|
||||||
reg = <0x1d84000 0x3000>,
|
reg = <0x1d84000 0x3000>,
|
||||||
<0x1d88000 0x8000>,
|
<0x1d88000 0x8000>,
|
||||||
<0x1d90000 0x9800>;
|
<0x1d90000 0x9800>,
|
||||||
reg-names = "ufs_mem", "ufs_ice", "ufs_ice_hwkm";
|
<0x1da5000 0x2000>, <0x1da4000 0x10>;
|
||||||
|
reg-names = "ufs_mem", "ufs_ice", "ufs_ice_hwkm", "mcq_sqd", "mcq_vs";
|
||||||
interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
phys = <&ufsphy_mem>;
|
phys = <&ufsphy_mem>;
|
||||||
phy-names = "ufsphy";
|
phy-names = "ufsphy";
|
||||||
@@ -1961,6 +1962,7 @@
|
|||||||
|
|
||||||
qcom,prime-mask = <0xc0>;
|
qcom,prime-mask = <0xc0>;
|
||||||
qcom,silver-mask = <0x3f>;
|
qcom,silver-mask = <0x3f>;
|
||||||
|
qcom,esi-affinity-mask = <0xe0>;
|
||||||
|
|
||||||
lanes-per-direction = <2>;
|
lanes-per-direction = <2>;
|
||||||
dev-ref-clk-freq = <0>; /* 19.2 MHz */
|
dev-ref-clk-freq = <0>; /* 19.2 MHz */
|
||||||
@@ -2066,11 +2068,16 @@
|
|||||||
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>;
|
qcom,iommu-dma-addr-pool = <0x1000 0xFFFFF000>;
|
||||||
|
qcom,iommu-msi-size = <0x1000>;
|
||||||
|
|
||||||
shared-ice-cfg = <&ice_cfg>;
|
shared-ice-cfg = <&ice_cfg>;
|
||||||
dma-coherent;
|
dma-coherent;
|
||||||
|
|
||||||
qcom,bypass-pbl-rst-wa;
|
qcom,bypass-pbl-rst-wa;
|
||||||
qcom,disable-lpm;
|
qcom,disable-lpm;
|
||||||
|
|
||||||
|
msi-parent = <&gic_its 0x60>;
|
||||||
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
qos0 {
|
qos0 {
|
||||||
|
Reference in New Issue
Block a user