Merge "ARM: dts: msm: Enable ICE driver and tmecom-qmp-client for tuna"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
2299c32e5f
@@ -765,6 +765,14 @@
|
|||||||
#mbox-cells = <1>;
|
#mbox-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,tmecom-qmp-client {
|
||||||
|
compatible = "qcom,tmecom-qmp-client";
|
||||||
|
mboxes = <&qmp_tme 0>;
|
||||||
|
mbox-names = "tmecom";
|
||||||
|
label = "tmecom";
|
||||||
|
depends-on-supply = <&qmp_tme>;
|
||||||
|
};
|
||||||
|
|
||||||
qcom,smp2p-adsp {
|
qcom,smp2p-adsp {
|
||||||
compatible = "qcom,smp2p";
|
compatible = "qcom,smp2p";
|
||||||
qcom,smem = <443>, <429>;
|
qcom,smem = <443>, <429>;
|
||||||
@@ -1294,13 +1302,17 @@
|
|||||||
|
|
||||||
ufshc_mem: ufshc@1d84000 {
|
ufshc_mem: ufshc@1d84000 {
|
||||||
compatible = "qcom,ufshc";
|
compatible = "qcom,ufshc";
|
||||||
reg = <0x1d84000 0x3000>;
|
reg = <0x1d84000 0x3000>,
|
||||||
reg-names = "ufs_mem";
|
<0x1d88000 0x18000>;
|
||||||
|
reg-names = "ufs_mem", "ice";
|
||||||
|
|
||||||
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";
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
|
|
||||||
|
qcom,ice-use-hwkm;
|
||||||
|
|
||||||
lanes-per-direction = <2>;
|
lanes-per-direction = <2>;
|
||||||
clock-names =
|
clock-names =
|
||||||
"core_clk",
|
"core_clk",
|
||||||
|
Reference in New Issue
Block a user