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

Commit eebe135e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add AHB2PHY base address for msmtitanium"

parents 2e9713ce e58414be
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1972,8 +1972,10 @@

	usb3: ssusb@7000000{
		compatible = "qcom,dwc-usb3-msm";
		reg = <0x07000000 0xfc000>;
		reg-names = "core_base";
		reg = <0x07000000 0xfc000>,
			<0x0007e000 0x400>;
		reg-names = "core_base",
			"ahb2phy_base";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;