Received: by 10.223.185.116 with SMTP id b49csp1010321wrg; Wed, 21 Feb 2018 10:30:52 -0800 (PST) X-Google-Smtp-Source: AH8x227se0cO+ceWZ8isz/QqK4V3ReS8B7AbbzMUxSQ6VBB0Qy9UDgf9IbtC3sVEfzkgwRVzMlVF X-Received: by 2002:a17:902:4683:: with SMTP id p3-v6mr3942474pld.408.1519237852664; Wed, 21 Feb 2018 10:30:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519237852; cv=none; d=google.com; s=arc-20160816; b=Cnq/cT1LF3NfUWFjYYJvJ1H7b0Uk+iuuGUKLGv9FWOTdwIkvEZl57GzievmNtiUH3d Oc2eQ3ANkF2aXvLUy02qwibTd5ki2ezqFHmIqhPXW/nw/w2gXg3VxdpZfoUzrN7LVCUM +/Kjud/gGb7DK6SuOIUk0SNtpza2qXl35LVvumorPiznh82E0qM3MVh8A/ssawikGfET iD5cigL/fbLFKyxkgzoMpzIGAVotKE9Xg4mpQyyT4jxyizNRA4CDQDt9XCcGeVrQBePu E1GEyxdJgo8lOkvodHE9ST1iQFTkkrElWw28yDWlMgGB3oTDIDZxP/K8UVINvtVx6Ihe 1YKQ== 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=3+QWrlBy4VKamJgx5GYmUc3YMATJa215m7HaEoZP6Io=; b=zVv4s0rb9ageWzhLzrYQaFny1g/G7Je46AJDZHP+yN5pc9cZ+nSMhnrUXRGtnvY8Ul IW573UfpHtDCKrUb9BDfNah2WJNop3JPOOD4kAP5CjlA3wTvE04YB3pOLvgMFcgYyNNb bvv/WdDNEcZg64jOtG74Fl1RrIoWGTMRBgOvFyXtI6pQmMR8gj6KwI7V+GQwsxYrAfuU 2Bhwwl4uCz6eHHGUgiQ5yqRtCaU5GdM9BYNSqyMcbTJDecuLVP5sJT3yhoTn4XxoCSe6 N7eGDkFZWBWjwj3ZxCHVKSbV+1zax20wAAUNjMZLjYDbTuL5geiootvBsU6gSO98zvBb JV0A== 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 m62si1159336pfm.41.2018.02.21.10.30.37; Wed, 21 Feb 2018 10:30:52 -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 S935981AbeBUNFJ (ORCPT + 99 others); Wed, 21 Feb 2018 08:05:09 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:40164 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964807AbeBUNFG (ORCPT ); Wed, 21 Feb 2018 08:05:06 -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 31F44115B; Wed, 21 Feb 2018 13:05:06 +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.14 161/167] ARM: dts: Delete bogus reference to the charlcd Date: Wed, 21 Feb 2018 13:49:32 +0100 Message-Id: <20180221124533.656958090@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124524.639039577@linuxfoundation.org> References: <20180221124524.639039577@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.14-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>;