Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b64c60e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: update debugfs messages with new IPC label"

parents d1269b37 580de687
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -72,6 +72,7 @@ Optional Properties:
    endpoint.
    endpoint.
  - qcom,n-fts: The number of fast training sequences sent when the link state
  - qcom,n-fts: The number of fast training sequences sent when the link state
    is changed from L0s to L0.
    is changed from L0s to L0.
  - qcom,pcie-phy-ver: version of PCIe PHY.
  - qcom,ep-wakeirq: The endpoint will issue wake signal when it is up, and the
  - qcom,ep-wakeirq: The endpoint will issue wake signal when it is up, and the
    root complex has the capability to enumerate the endpoint for this case.
    root complex has the capability to enumerate the endpoint for this case.
  - qcom,msi-gicm-addr: MSI address for GICv2m.
  - qcom,msi-gicm-addr: MSI address for GICv2m.
@@ -217,6 +218,7 @@ Example:
		qcom,l1ss-supported;
		qcom,l1ss-supported;
		qcom,aux-clk-sync;
		qcom,aux-clk-sync;
		qcom,n-fts = <0x50>;
		qcom,n-fts = <0x50>;
		qcom,pcie-phy-ver = <1>;
		qcom,ep-wakeirq;
		qcom,ep-wakeirq;
		qcom,msi-gicm-addr = <0xf9040040>;
		qcom,msi-gicm-addr = <0xf9040040>;
		qcom,msi-gicm-base = <0x160>;
		qcom,msi-gicm-base = <0x160>;
+12 −0
Original line number Original line Diff line number Diff line
@@ -66,6 +66,18 @@
		 <&clock_gpu clk_gfx3d_clk_src_v2>;
		 <&clock_gpu clk_gfx3d_clk_src_v2>;
};
};


&pcie0 {
	qcom,pcie-phy-ver = <3>;
};

&pcie1 {
	qcom,pcie-phy-ver = <3>;
};

&pcie2 {
	qcom,pcie-phy-ver = <3>;
};

/* GPU overrides */
/* GPU overrides */
&msm_gpu {
&msm_gpu {
	/* Updated chip ID */
	/* Updated chip ID */
+149 −102

File changed.

Preview size limit exceeded, changes collapsed.