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

Commit dba25d28 authored by Mayank Rana's avatar Mayank Rana
Browse files

ARM: dts: msm: Fix usage of uppercase with USB device nodes on msm8996



It is suggested to use lowercase for defining different base address
with devicetree. Hence fix usage of uppercase with USB device nodes
on msm8996.

Change-Id: I71b6d9414d52af8b7dc67da1aabd312807eab9c1
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent ac64e8e3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1900,7 +1900,7 @@
		compatible = "qcom,qusb2phy";
		reg = <0x07411000 0x180>,
			<0x06af8800 0x400>,
			<0x0007024C 0x4>,
			<0x0007024c 0x4>,
			<0x00388018 0x4>;
		reg-names = "qusb_phy_base",
			"qscratch_base",
@@ -1938,7 +1938,7 @@
		compatible = "qcom,qusb2phy";
		reg = <0x07412000 0x180>,
			<0x076f8800 0x400>,
			<0x0007024C 0x4>,
			<0x0007024c 0x4>,
			<0x00388014 0x4>;
		reg-names = "qusb_phy_base",
			"qscratch_base",
@@ -1975,8 +1975,8 @@

	ssphy: ssphy@7410000 {
		compatible = "qcom,usb-ssphy-qmp-v2";
		reg = <0x7410000 0x45C>,
		      <0x007AB244 0x4>;
		reg = <0x7410000 0x45c>,
		      <0x007ab244 0x4>;
		reg-names = "qmp_phy_base",
			    "vls_clamp_reg";
		vdd-supply = <&pm8994_l28>;