From 739ef6252c3a308eb868e38847b115efa9dfa2ac Mon Sep 17 00:00:00 2001 From: Arulpandiyan Vadivel Date: Thu, 10 Jan 2019 15:31:33 +0530 Subject: [PATCH] ARM: dts: imx7d-sdb.dts: adjust the node name for tsc2046 This fixes below compilation warning by keeping node name(tsc2046) all over: Warning (interrupts_property): /soc/aips-bus@30800000/spba-bus@30800000/ecspi@30840000/tsc2046:#interrupt-cells: size is (8), expected multiple of 12 Signed-off-by: Arulpandiyan Vadivel --- arch/arm/boot/dts/imx7d-sdb.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index 64045b286d99..a06f3966d929 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -185,7 +185,7 @@ cs-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>; status = "okay"; - tsc2046@0 { + tsc2046 { compatible = "ti,tsc2046"; reg = <0>; spi-max-frequency = <1000000>; -- 2.17.1