提交 dd798739 编写于 作者: C Christopher Bostic 提交者: Greg Kroah-Hartman

dt-bindings: fsi: Add optional property no-scan-on-init

Add an optional FSI master property 'no-scan-on-init.  This
can be specified to indicate that a master should not be
automatically scanned at init time.  This is required in cases
where a scan could interfere with another FSI master on the same
bus.
Signed-off-by: NChristopher Bostic <cbostic@linux.vnet.ibm.com>
Acked-by: NJeremy Kerr <jk@ozlabs.org>
Signed-off-by: NJoel Stanley <joel@jms.id.au>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e0c24bdd
...@@ -56,6 +56,13 @@ addresses (link index and slave ID), and no size: ...@@ -56,6 +56,13 @@ addresses (link index and slave ID), and no size:
#address-cells = <2>; #address-cells = <2>;
#size-cells = <0>; #size-cells = <0>;
An optional boolean property can be added to indicate that a particular master
should not scan for connected devices at initialization time. This is
necessary in cases where a scan could cause arbitration issues with other
masters that may be present on the bus.
no-scan-on-init;
FSI slaves FSI slaves
---------- ----------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册