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: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -53,8 +53,6 @@
|
|||||||
|
|
||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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 @@
|
|||||||
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>;
|
||||||
|
Reference in New Issue
Block a user