From: Thierry Reding Date: Thu, 19 Jun 2014 11:37:09 +0000 (+0200) Subject: ARM: tegra: tegra124: Add XUSB pad controller X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ce90d32d1377a121b11eefdfb1518aa2726f8d0b;p=deliverable%2Flinux.git ARM: tegra: tegra124: Add XUSB pad controller The device tree node in the SoC file contains only the resources (such as registers, resets, ...) but none of the lane assignment information since that's board specific and belongs in the board file. Tested-by: Mikko Perttunen Signed-off-by: Thierry Reding --- diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index cc9e7504c2da..3af46d3bfbd5 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi @@ -1,6 +1,7 @@ #include #include #include +#include #include #include "skeleton.dtsi" @@ -494,6 +495,15 @@ status = "disabled"; }; + padctl: padctl@0,7009f000 { + compatible = "nvidia,tegra124-xusb-padctl"; + reg = <0x0 0x7009f000 0x0 0x1000>; + resets = <&tegra_car 142>; + reset-names = "padctl"; + + #phy-cells = <1>; + }; + sdhci@0,700b0000 { compatible = "nvidia,tegra124-sdhci"; reg = <0x0 0x700b0000 0x0 0x200>;