On 06/27/2014 03:20 PM, Stephen Warren wrote:
On 06/27/2014 06:07 AM, Thierry Reding wrote:
From: Thierry Reding <treding@xxxxxxxxxx>
Add device tree bindings for the flow controller found on NVIDIA Tegra
SoCs.
diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt
+NVIDIA Tegra20 Flow Controller
+
+Required properties:
+- compatible: "nvidia,tegra20-flowctrl"
+- reg: Should contain one register range (address and length)
+
+Example:
+
+ flow-controller@60007000 {
+ compatible = "nvidia,tegra20-flowctrl";
+ reg = <0x60007000 0x1000>;
+ };
The bindings all have the same structure. Can we collapse them all into
this one file and just list all the valid compatible values and say pick
one?
Thierry, did you post an updated version of this patch? If so, I seem to
have lost it, so a repost would be good. Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html