[PATCH 2/4] ARM: DT: apq8064: Add usb host support.
From: Srinivas Kandagatla <hidden>
Date: 2014-09-30 08:17:05
Also in:
linux-arm-msm, linux-devicetree, lkml
From: Srinivas Kandagatla <hidden>
Date: 2014-09-30 08:17:05
Also in:
linux-arm-msm, linux-devicetree, lkml
On 30/09/14 06:17, Bjorn Andersson wrote:
On Mon 29 Sep 02:15 PDT 2014, Srinivas Kandagatla wrote:quoted
This patch adds device tree nodes to support two usb hosts on APQ8064 SOC.
quoted
+ compatible = "qcom,rpm-pm8921-smps"; + reg = <QCOM_RPM_PM8921_SMPS3>; + + regulator-min-microvolt = <1000000>; + regulator-max-microvolt = <1400000>; + qcom,boot-load = <49360>;As it was unclear how to handle load in the driver I dropped boot-load for now. Please leave it out until someone have added it to the driver.
Ok, will drop this in next version.
quoted
+ regulator-always-on;Why are all these "always-on"?
I added this for a regulator which was shared between hdmi and sata, I think for other regualtors this was just a copy paste error. I will recheck it once again and send a new version. thanks, srini
quoted
+ }; + + }; + /* Temporary fixed regulator */ -- 1.9.1