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

Commit f924383d authored by Pratham Pratap's avatar Pratham Pratap
Browse files

ARM: dts: msm: Use svs bus voting with USB on lito

USB can operate when system is in SVS mode.
Hence use svs bus voting instead of nominal bus voting on lito.

Change-Id: Ia2d73a512eb982e652c57461e57ace3db581eb55
parent 530fb67c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ Optional properties :
    - qcom,msm_bus,num_cases
    - qcom,msm_bus,num_paths
    - qcom,msm_bus,vectors
- qcom,default-bus-vote: To use default bus voting other than NOMINAL. Default is NOMINAL.
- interrupt-names : Optional interrupt resource entries are:
    "ss_phy_irq"  : Interrupt from super speed phy for wake up notification.
    "hs_phy_irq" : Interrupt from HS PHY for asynchronous events in LPM.
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
		resets = <&gcc GCC_USB30_PRIM_BCR>;
		reset-names = "core_reset";

		qcom,core-clk-rate = <200000000>;
		qcom,core-clk-rate = <133333333>;
		qcom,core-clk-rate-hs = <66666667>;
		qcom,num-gsi-evt-buffs = <0x3>;
		qcom,gsi-reg-offset =
@@ -75,7 +75,7 @@
			<MSM_BUS_MASTER_USB3 MSM_BUS_SLAVE_IPA_CFG 1 1>,
			<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_USB3 1 1>;


		qcom,default-bus-vote = <2>; /* use svs bus voting */
		dwc3@a600000 {
			compatible = "snps,dwc3";
			reg = <0x0a600000 0xcd00>;