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

Commit 6a142fab authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msm: Add EUD device register address space with SDM845



It is required to pet EUD from USB QUSB PHY driver when USB cable
connect notification is received. This change adds EUD device related
register address space with SDM845.

Change-Id: Ie5d324ccdb8f550d6fb6c21276bb73849b6ba10c
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent 73450a0d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -117,8 +117,9 @@
	qusb_phy0: qusb@88e2000 {
		compatible = "qcom,qusb2phy-v2";
		reg = <0x088e2000 0x400>,
			<0x007801e8 0x4>;
		reg-names = "qusb_phy_base", "efuse_addr";
			<0x007801e8 0x4>,
			<0x088e0000 0x2000>;
		reg-names = "qusb_phy_base", "efuse_addr", "eud_base";

		qcom,efuse-bit-pos = <25>;
		qcom,efuse-num-bits = <3>;