From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753986AbcHAPet (ORCPT ); Mon, 1 Aug 2016 11:34:49 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:17859 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752395AbcHAPeo (ORCPT ); Mon, 1 Aug 2016 11:34:44 -0400 Subject: Re: [PATCH] ARM: dts: at91: sama5d4ek: remove useless lcd_bus To: Alexandre Belloni References: <1468433313-8192-1-git-send-email-alexandre.belloni@free-electrons.com> CC: Arnd Bergmann , Boris Brezillon , , From: Nicolas Ferre Organization: atmel Message-ID: <579F6B7B.9050201@atmel.com> Date: Mon, 1 Aug 2016 17:32:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <1468433313-8192-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 13/07/2016 20:08, Alexandre Belloni a écrit : > lcd_bus has never been mainlined and is replaced by the atmel_hlcdc driver. > Remove stale nodes. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/at91-sama5d4ek.dts | 20 -------------------- > 1 file changed, 20 deletions(-) > > diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts > index 4e98cda97403..f8b96cef5e1a 100644 > --- a/arch/arm/boot/dts/at91-sama5d4ek.dts > +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts > @@ -69,26 +69,6 @@ > > ahb { > apb { > - lcd_bus@f0000000 { > - status = "okay"; > - > - lcd@f0000000 { > - status = "okay"; > - }; > - > - lcdovl1@f0000140 { > - status = "okay"; > - }; > - > - lcdovl2@f0000240 { > - status = "okay"; > - }; > - > - lcdheo1@f0000340 { > - status = "okay"; > - }; > - }; > - > adc0: adc@fc034000 { > pinctrl-names = "default"; > pinctrl-0 = < > -- Nicolas Ferre