diff options
author | Thierry Reding <treding@nvidia.com> | 2014-08-26 08:14:03 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-08-26 19:47:21 +0200 |
commit | b10231344f64352bcfc1112b4d33c53e0a63fbcc (patch) | |
tree | f7e2bb8d4ff5f7046c5ad49ac24b485c448c4caf /arch/arm/boot/dts/tegra20.dtsi | |
parent | ARM: tegra: add PCIe-related pins to the Jetson TK1 pinmux tables (diff) | |
download | linux-b10231344f64352bcfc1112b4d33c53e0a63fbcc.tar.xz linux-b10231344f64352bcfc1112b4d33c53e0a63fbcc.zip |
ARM: tegra: Add device tree nodes for flow controller
These nodes are required so that the flow controller driver can obtain
the I/O memory region from device tree rather than hard-coding it.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index 1908f6937e53..3b374c49d04d 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi @@ -190,6 +190,11 @@ #reset-cells = <1>; }; + flow-controller@60007000 { + compatible = "nvidia,tegra20-flowctrl"; + reg = <0x60007000 0x1000>; + }; + apbdma: dma@6000a000 { compatible = "nvidia,tegra20-apbdma"; reg = <0x6000a000 0x1200>; |