diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-12-04 10:20:07 -0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 16:15:44 +0800 |
commit | 9b1c819c91f27c376db07c37ab44ce53f1e2ba62 (patch) | |
tree | 1c7fb55015c1bba046c17e8ab62c6dcf3cee892a /arch/arm/boot/dts/imx53-m53.dtsi | |
parent | bee37d85e6cc8fcc5ac0d4b2735f36c22d108102 (diff) | |
download | talos-obmc-linux-9b1c819c91f27c376db07c37ab44ce53f1e2ba62.tar.gz talos-obmc-linux-9b1c819c91f27c376db07c37ab44ce53f1e2ba62.zip |
ARM: dts: imx53-m53: Remove unneeded reg property
As described in
Documentation/devicetree/bindings/input/touchscreen/stmpe.txt
there is no 'reg' property under stmpe_touchscreen, so remove it
to fix the following build warning with W=1:
arch/arm/boot/dts/imx53-m53evk.dtb: Warning (unit_address_vs_reg): Node /soc/aips@60000000/i2c@63fc4000/stmpe610@41/stmpe_touchscreen has a reg or ranges property, but no unit name
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-m53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53-m53.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-m53.dtsi b/arch/arm/boot/dts/imx53-m53.dtsi index ec390aa562c3..7ce69c63510c 100644 --- a/arch/arm/boot/dts/imx53-m53.dtsi +++ b/arch/arm/boot/dts/imx53-m53.dtsi @@ -64,7 +64,6 @@ stmpe_touchscreen { compatible = "st,stmpe-ts"; - reg = <0>; st,sample-time = <4>; st,mod-12b = <1>; st,ref-sel = <0>; |