ARM: tegra: apalis/colibri: Remove unneeded reg property
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 10 Feb 2018 01:36:38 +0000 (02:36 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 8 Mar 2018 15:10:54 +0000 (16:10 +0100)
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/tegra30-apalis-eval.dtb:
Warning (unit_address_vs_reg): Node
/i2c@7000d000/stmpe811@41/stmpe_touchscreen has a reg or ranges
property, but no unit name

Similar to commit 89277e8e2679 ("ARM: dts: imx6qdl-apalis: Remove
unneeded reg property").

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-apalis.dtsi
arch/arm/boot/dts/tegra30-colibri.dtsi

index 676a4c4..d1d21ec 100644 (file)
 
                        stmpe_touchscreen@0 {
                                compatible = "st,stmpe-ts";
-                               reg = <0>;
                                /* 3.25 MHz ADC clock speed */
                                st,adc-freq = <1>;
                                /* 8 sample average control */
index 1f77273..c44d8c4 100644 (file)
 
                        stmpe_touchscreen {
                                compatible = "st,stmpe-ts";
-                               reg = <0>;
                                /* 3.25 MHz ADC clock speed */
                                st,adc-freq = <1>;
                                /* 8 sample average control */