From: Thierry Reding Date: Tue, 26 Aug 2014 06:14:02 +0000 (+0200) Subject: of: Add NVIDIA Tegra flow controller bindings X-Git-Tag: firefly_0821_release~176^2~3111^2~9^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9fc3bf5dc2cf3c8703601ad9a612b2f9eefb8a22;p=firefly-linux-kernel-4.4.55.git of: Add NVIDIA Tegra flow controller bindings Add device tree bindings for the flow controller found on NVIDIA Tegra SoCs. Signed-off-by: Thierry Reding Signed-off-by: Stephen Warren --- diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt new file mode 100644 index 000000000000..ccf0adddc820 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt @@ -0,0 +1,12 @@ +NVIDIA Tegra Flow Controller + +Required properties: +- compatible: Should be "nvidia,tegra-flowctrl" +- reg: Should contain one register range (address and length) + +Example: + + flow-controller@60007000 { + compatible = "nvidia,tegra20-flowctrl"; + reg = <0x60007000 0x1000>; + };