From: Stephen Warren Date: Tue, 23 Oct 2012 21:45:56 +0000 (-0600) Subject: dt: describe base reset signal binding X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~47^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e11f848c65b1c87782cb232a6e3b47a9d4c1f98;p=pandora-kernel.git dt: describe base reset signal binding This binding is intended to represent the hardware reset signals present internally in most IC (SoC, FPGA, ...) designs. It consists of a binding for a reset controller device (provider), and a pair of properties, "resets" and "reset-names", to link a device node (consumer) to its reset controller via phandle, similarly to the clock and interrupt bindings. The reset controller has all information necessary to reset the consumer device. That could be provided via device tree, or it could be implemented in hardware. The aim is to enable device drivers to request a framework API to issue a reset simply by providing their struct device pointer as the most common case. Signed-off-by: Stephen Warren Signed-off-by: Philipp Zabel Reviewed-by: Shawn Guo Reviewed-by: Marek Vasut Reviewed-by: Pavel Machek Acked-by: Rob Herring --- Reading git-diff-tree failed