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

Commit f12faf27 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add eud_enable register in snps phy node on kona"

parents bc7ff2cc 1aeeb19c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ Optional properties:
 - reg: Address and length of the register set for the device
   Optional regs are:
        "phy_rcal_reg": register address for efuse used for rext calibration
        "eud_enable_reg" : register address to read eud enable/disable status.
 - qcom,no-rext-present: Set only if external REXT is not present. Default value
   is present.

+4 −2
Original line number Diff line number Diff line
@@ -129,8 +129,10 @@
	/* Primary USB port related High Speed PHY */
	usb2_phy0: hsphy@88e3000 {
		compatible = "qcom,usb-hsphy-snps-femto";
		reg = <0x88e3000 0x110>;
		reg-names = "hsusb_phy_base";
		reg = <0x88e3000 0x110>,
			<0x088e2000 0x4>;
		reg-names = "hsusb_phy_base",
			"eud_enable_reg";

		vdd-supply = <&pm8150_l5>;
		vdda18-supply = <&pm8150_l12>;