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

Commit 1e93c5d8 authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: correct bus width of slaves for mdmfermium



PCNOC is not running at required frequency due to the
wrong slave width. This patch fixes the same.

Change-Id: I7160c920bd3f3adade71721bc48ba5c387176ffe
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent 049b7256
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -599,7 +599,7 @@
		slv_hsic:slv-hsic {
			cell-id = <MSM_BUS_SLAVE_USB_HSIC>;
			label = "slv-hsic";
			qcom,buswidth = <8>;
			qcom,buswidth = <4>;
			qcom,agg-ports = <1>;
			qcom,bus-dev = <&fab_pcnoc>;
			qcom,slv-rpm-id = <ICBID_SLAVE_USB_HSIC>;
@@ -608,7 +608,7 @@
		slv_usb_phy:slv-usb-phy {
			cell-id = <MSM_BUS_SLAVE_USB_PHYS_CFG>;
			label = "slv-usb-phy";
			qcom,buswidth = <8>;
			qcom,buswidth = <4>;
			qcom,agg-ports = <1>;
			qcom,ap-owned;
			qcom,bus-dev = <&fab_pcnoc>;
@@ -656,7 +656,7 @@
		slv_qipc {
			cell-id = <MSM_BUS_SLAVE_QPIC>;
			label = "slv-qpic";
			qcom,buswidth = <8>;
			qcom,buswidth = <4>;
			qcom,agg-ports = <1>;
			qcom,bus-dev = <&fab_pcnoc>;
			qcom,slv-rpm-id = <ICBID_SLAVE_QPIC>;