Commit c099a5e5 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx: Remove #address/#size-cells from stmpe nodes

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: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e1cf3de2
...@@ -53,8 +53,6 @@ &i2c2 { ...@@ -53,8 +53,6 @@ &i2c2 {
stmpe610@41 { stmpe610@41 {
compatible = "st,stmpe610"; compatible = "st,stmpe610";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x41>; reg = <0x41>;
id = <0>; id = <0>;
blocks = <0x5>; blocks = <0x5>;
......
...@@ -268,8 +268,6 @@ sbs_battery: bq20z75@b { ...@@ -268,8 +268,6 @@ sbs_battery: bq20z75@b {
touch: stmpe811@44 { touch: stmpe811@44 {
compatible = "st,stmpe811"; compatible = "st,stmpe811";
reg = <0x44>; reg = <0x44>;
#address-cells = <1>;
#size-cells = <0>;
irq-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>; irq-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>;
id = <0>; id = <0>;
blocks = <0x5>; blocks = <0x5>;
......
...@@ -331,8 +331,6 @@ stmpe811@41 { ...@@ -331,8 +331,6 @@ stmpe811@41 {
compatible = "st,stmpe811"; compatible = "st,stmpe811";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_touch_int>; pinctrl-0 = <&pinctrl_touch_int>;
#address-cells = <1>;
#size-cells = <0>;
reg = <0x41>; reg = <0x41>;
interrupts = <10 IRQ_TYPE_LEVEL_LOW>; interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
interrupt-parent = <&gpio4>; interrupt-parent = <&gpio4>;
......
...@@ -262,8 +262,6 @@ stmpe811@41 { ...@@ -262,8 +262,6 @@ stmpe811@41 {
compatible = "st,stmpe811"; compatible = "st,stmpe811";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_touch_int>; pinctrl-0 = <&pinctrl_touch_int>;
#address-cells = <1>;
#size-cells = <0>;
reg = <0x41>; reg = <0x41>;
interrupts = <20 IRQ_TYPE_LEVEL_LOW>; interrupts = <20 IRQ_TYPE_LEVEL_LOW>;
interrupt-parent = <&gpio6>; interrupt-parent = <&gpio6>;
......
...@@ -153,8 +153,6 @@ sgtl5000: codec@a { ...@@ -153,8 +153,6 @@ sgtl5000: codec@a {
stmpe811: gpio-expander@44 { stmpe811: gpio-expander@44 {
compatible = "st,stmpe811"; compatible = "st,stmpe811";
reg = <0x44>; reg = <0x44>;
#address-cells = <1>;
#size-cells = <0>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_stmpe>; pinctrl-0 = <&pinctrl_stmpe>;
interrupt-parent = <&gpio1>; interrupt-parent = <&gpio1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment