提交 fbc06b0e 编写于 作者: F Florian Vaussard 提交者: Dinh Nguyen

ARM: dts: socfpga: Remove unneeded reg from stmpe_touchscreen

The stmpe_touchscreen node in Cyclone5 MCV EVK has a reg property, but
this is not used by the driver. Moreover the binding documentation do
not define this property. Having a reg property without a unit name will
trigger the following warning when compiled with W=1:

Node /soc/i2c@ffc04000/stmpe811@41/stmpe_touchscreen has a reg or ranges
property, but no unit name

Remove the superfluous reg property.
Signed-off-by: NFlorian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
上级 0c9ff615
...@@ -71,7 +71,6 @@ ...@@ -71,7 +71,6 @@
stmpe_touchscreen { stmpe_touchscreen {
compatible = "st,stmpe-ts"; compatible = "st,stmpe-ts";
reg = <0>;
ts,sample-time = <4>; ts,sample-time = <4>;
ts,mod-12b = <1>; ts,mod-12b = <1>;
ts,ref-sel = <0>; ts,ref-sel = <0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册