Received: by 10.223.185.116 with SMTP id b49csp1018579wrg; Wed, 21 Feb 2018 10:39:26 -0800 (PST) X-Google-Smtp-Source: AH8x227qMME3F6gT/DQih/lMWwmKj0p0gdX4cBSg5RI3B08o1ochm4pXgRyTkYmdT5qhebxZsMAq X-Received: by 10.99.38.67 with SMTP id m64mr3450634pgm.2.1519238365887; Wed, 21 Feb 2018 10:39:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519238365; cv=none; d=google.com; s=arc-20160816; b=Fsd0h+2kEIgCDl7SZSCH4z8diuh6vOzQw5lo4WrIZK7Z+U/c3kUBIPUkKwOrtSIFXk W2zIVen9vxKCOofisfmGh6g3yva5Vjt3kXpVXAhQujqht4qUT839EtKKHPdK9akf0+sH sB+v/nyoABhzDER1Acw9T87teDF1HrvYGmzQDWXxDNuRFf3Ag1DCNArV6pDDi+D4bYzE OUBG7/xokrp+198EjfZbDimhYC0B2LDMqaBMl9OwvJsOuc6Fsdm9x7whu1EV0zmOaKZ2 LiDCZBnOhI/XRcdADnzBngxevHu0Pd6Ut3p/4PRp4KFohboG71Xzk16cVVPoqYvhWDv7 QVbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=PMKy1pMYIU/mSvbtyzFHNDm4fmZXFjxlUDWbJjTGbXA=; b=vmI19wIMz8j7lM4072qsbO2sZlCA0hNJ1PLmGNYwnsWRnVjY7b97aeYutbZpxbZTNM aj8tpCIAAPm9CHjFORob59Nopw2I//V0lsMicn+clKVC1M5uFEfUAZb/UCqpsvDB2D1P 5eBIw9bRPkYW8dNAzt35K/iLi59+Tco+0YuIIagZ0dT7vnTPEdHmY2Ek0JU7BEwBSvc3 WEfKVycA6uW0mtEYtYNvFdv/UDcQwON6MX2NbadLvux2+bydzDX3VSlDMvHi0m5qNEp3 X86Avadyi2bYSKuBt5p7Dl5GBtOEfCtjlhEPg5hFb5+7T+EihHC9Bp9IzoHJIYbrFCah Dkeg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g128si8504774pgc.574.2018.02.21.10.39.11; Wed, 21 Feb 2018 10:39:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754525AbeBUNND (ORCPT + 99 others); Wed, 21 Feb 2018 08:13:03 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45906 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753150AbeBUNNB (ORCPT ); Wed, 21 Feb 2018 08:13:01 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 24DB41081; Wed, 21 Feb 2018 13:13:00 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Linus Walleij , Olof Johansson Subject: [PATCH 4.15 160/163] ARM: dts: Delete bogus reference to the charlcd Date: Wed, 21 Feb 2018 13:49:49 +0100 Message-Id: <20180221124538.756648298@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124529.931834518@linuxfoundation.org> References: <20180221124529.931834518@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Linus Walleij commit 586b2a4befad88cd87b372a1cea01e58c6811ea9 upstream. The EB MP board probably has a character LCD but the board manual does not really state which IRQ it has assigned to this device. The invalid assignment was a mistake by me during submission of the DTSI where I was looking for the reference, didn't find it and didn't fill it in. Delete this for now: it can probably be fixed but that requires access to the actual board for some trial-and-error experiments. Reported-by: Arnd Bergmann Signed-off-by: Linus Walleij Signed-off-by: Olof Johansson Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/arm-realview-eb-mp.dtsi | 5 ----- 1 file changed, 5 deletions(-) --- a/arch/arm/boot/dts/arm-realview-eb-mp.dtsi +++ b/arch/arm/boot/dts/arm-realview-eb-mp.dtsi @@ -150,11 +150,6 @@ interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>; }; -&charlcd { - interrupt-parent = <&intc>; - interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; -}; - &serial0 { interrupt-parent = <&intc>; interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>;