diff options
author | Thierry Reding <treding@nvidia.com> | 2014-08-26 10:14:03 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-08-26 21:47:21 +0400 |
commit | b10231344f64352bcfc1112b4d33c53e0a63fbcc (patch) | |
tree | f7e2bb8d4ff5f7046c5ad49ac24b485c448c4caf /arch/arm/boot/dts/tegra124.dtsi | |
parent | b0da12d59d9432aed9f2ae04d6baa8a0e9bc384c (diff) | |
download | linux-b10231344f64352bcfc1112b4d33c53e0a63fbcc.tar.xz |
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/tegra124.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra124.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi index 727d395d7ce9..a6e48142b027 100644 --- a/arch/arm/boot/dts/tegra124.dtsi +++ b/arch/arm/boot/dts/tegra124.dtsi @@ -137,6 +137,11 @@ #reset-cells = <1>; }; + flow-controller@0,60007000 { + compatible = "nvidia,tegra124-flowctrl"; + reg = <0x0 0x60007000 0x0 0x1000>; + }; + gpio: gpio@0,6000d000 { compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio"; reg = <0x0 0x6000d000 0x0 0x1000>; |