]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: imx: Remove #address/#size-cells from stmpe nodes
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 23 Apr 2018 13:46:13 +0000 (10:46 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 May 2018 14:07:50 +0000 (22:07 +0800)
Remove unnecessary #address-cells/#size-cells to fix the following
DTC warnings:

arch/arm/boot/dts/imx6q-novena.dtb: Warning (avoid_unnecessary_addr_size): /soc/aips-bus@2100000/i2c@21a0000/stmpe811@44: unnecessary #address-cells/#size-cells without "ranges" or child "reg"

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx53-m53.dtsi
arch/arm/boot/dts/imx6q-novena.dts
arch/arm/boot/dts/imx6qdl-apalis.dtsi
arch/arm/boot/dts/imx6qdl-colibri.dtsi
arch/arm/boot/dts/imx6ul-isiot.dtsi

index 3da6dd5edb79cad24ff5be7d1af28883bc52a1ab..ce45f08e30514b4a61f1c336b0964071bc40aaa6 100644 (file)
@@ -53,8 +53,6 @@
 
        stmpe610@41 {
                compatible = "st,stmpe610";
-               #address-cells = <1>;
-               #size-cells = <0>;
                reg = <0x41>;
                id = <0>;
                blocks = <0x5>;
index 52f39371188dfab69d5b991d6b2dadbe6c87fbae..fcd824dc485bb6009ea751d38b8b703f29e61667 100644 (file)
        touch: stmpe811@44 {
                compatible = "st,stmpe811";
                reg = <0x44>;
-               #address-cells = <1>;
-               #size-cells = <0>;
                irq-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>;
                id = <0>;
                blocks = <0x5>;
index 8206683172d205ed9476096e8f97ba1dc162f540..64fbee61de4492d733d236e0cc6cf667e6a1cee1 100644 (file)
                compatible = "st,stmpe811";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_touch_int>;
-               #address-cells = <1>;
-               #size-cells = <0>;
                reg = <0x41>;
                interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
                interrupt-parent = <&gpio4>;
index e4eb300549d4fe15b83514f2f1ff33c3d5251349..76035db96f67831bc576cbea7f50f4b6ffe6d5b4 100644 (file)
                compatible = "st,stmpe811";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_touch_int>;
-               #address-cells = <1>;
-               #size-cells = <0>;
                reg = <0x41>;
                interrupts = <20 IRQ_TYPE_LEVEL_LOW>;
                interrupt-parent = <&gpio6>;
index 921e12c69a002e52742b18abb358b57288d3a09e..cd99285511544cc7862dd27d1da71ecf28de1a0c 100644 (file)
        stmpe811: gpio-expander@44 {
                compatible = "st,stmpe811";
                reg = <0x44>;
-               #address-cells = <1>;
-               #size-cells = <0>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_stmpe>;
                interrupt-parent = <&gpio1>;