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

Commit 578aba53 authored by Jack Pham's avatar Jack Pham
Browse files

ARM: dts: msm: Fix MSM8992 USB HS PHY regs



The USB HS PHY is missing the 'reg-names' property as well as
the phy_csr register base.

Change-Id: Ifa9f5f2d44358b14f36ac11fc950bf75152a02aa
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 4fe162d7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1489,7 +1489,9 @@
	hsphy0: hsphy@f92f8800 {
		compatible = "qcom,usb-hsphy";
		status = "disabled";
		reg = <0xf92f8800 0x3ff>;
		reg = <0xf92f8800 0x3ff>,
			<0xf9b3a000 0x110>;
		reg-names = "core", "phy_csr";
		qcom,hsphy-init = <0x00D191A4>;
		vdd-supply = <&pm8994_s2_corner>;
		vdda18-supply = <&pm8994_l6>;