diff options
author | Venu Byravarasu <vbyravarasu@nvidia.com> | 2013-05-16 19:42:57 +0530 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-05-17 16:23:09 -0600 |
commit | 4c94c8b5b3cc38b0d0b1ec79642f5710e19a3e01 (patch) | |
tree | 74d087864529450fd774ee0186018219f7e6054e /arch/arm/boot/dts/tegra20-tamonten.dtsi | |
parent | 9dffe3be3f321581c4510f2fa2e217b18c703bcd (diff) |
ARM: tegra: update device trees for USB binding rework
This patch updates all Tegra board files so that they contain all the
properties required by the updated USB DT binding. Note that this patch
only adds the new properties and does not yet remove the old properties,
in order to maintain bisectability. The old properties will be removed
once the driver has been updated to assume the new bindings.
Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
[swarren: fixed some newly added regulator-name properties to better
match schematic, avoided duplicate regulator-name on Whistler.]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-tamonten.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20-tamonten.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-tamonten.dtsi b/arch/arm/boot/dts/tegra20-tamonten.dtsi index 50b3ec16b93..fc2f7d6e70b 100644 --- a/arch/arm/boot/dts/tegra20-tamonten.dtsi +++ b/arch/arm/boot/dts/tegra20-tamonten.dtsi @@ -470,6 +470,10 @@ status = "okay"; }; + usb-phy@c5008000 { + status = "okay"; + }; + sdhci@c8000600 { cd-gpios = <&gpio 58 1>; /* gpio PH2 */ wp-gpios = <&gpio 59 0>; /* gpio PH3 */ |