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

Commit 3ab561f8 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: msm: eud: Do not vote for the clocks by default

It's expected that the EUD clock, GCC_USB_PHY_CFG_AHB2PHY_BCR,
is enabled by the bootloader and there's no reason for the
driver to explicitly cast a vote on it. Moreover, this clock
is binded with the reset framework's clock, GCC_GP1_CLK_SRC.
Hence, explicitly enabling GCC_USB_PHY_CFG_AHB2PHY_BCR would
also enable GCC_GP1_CLK_SRC and it would not be managed
properly. Hence, do not vote for GCC_USB_PHY_CFG_AHB2PHY_BCR
explicitly.

Change-Id: I673f1c9e0f08938cdf26add47194332d1c7058a5
parent 82e3f1c9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5036,9 +5036,6 @@
			<0x088E2000 0x1000>;
		reg-names = "eud_base", "eud_mode_mgr2";
		qcom,secure-eud-en;
		qcom,eud-clock-vote-req;
		clocks = <&clock_gcc GCC_USB_PHY_CFG_AHB2PHY_BCR>;
		clock-names = "eud_ahb2phy_clk";
		status = "ok";
	};