From d8b1da885018a7fb45d373fcb44114aa02e59b29 Mon Sep 17 00:00:00 2001 From: Haibo Chen Date: Mon, 21 Sep 2015 11:21:29 +0800 Subject: [PATCH] MLK-11593-3 ARM: dts: imx6ul.dtsi: remove redundancy touch screen Currently we only use 'tsc' for touch screen, so here remove the redundancy 'touchctrl'. Signed-off-by: Haibo Chen --- arch/arm/boot/dts/imx6ul.dtsi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index fe939b0e99a1..7cd20c120cda 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -417,12 +417,6 @@ status = "disabled"; }; - touchctrl: touchctrl@02040000 { - compatible = "fsl,imx6ul-touchctrl"; - reg = <0x02040000 0x4000>; - status = "disabled"; - }; - bee: bee@02044000 { compatible = "fsl,imx6ul-bee"; reg = <0x02044000 0x4000>; -- 2.17.1