Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2579003imm; Thu, 16 Aug 2018 11:50:26 -0700 (PDT) X-Google-Smtp-Source: AA+uWPyU25LFmGzg/J4hHmp7pyo+KudUXcCmVLTjAjO8etb3Cs0u98RDC3QuwjJ3kMlNTUbpv81i X-Received: by 2002:a17:902:c85:: with SMTP id 5-v6mr30382012plt.141.1534445426749; Thu, 16 Aug 2018 11:50:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534445426; cv=none; d=google.com; s=arc-20160816; b=OsZu1wtfqtxr5t7t/ul6BpFTKnJUlBVT6OBkbuyL2rYTAaE1ZTzqMGj2BZMDL66yRd MBVlP2MzoL+XBTnQuS6PKF+gd/vrZFDrBV1sGuFkzcXYIVjgGshQ7PSHNZ/ikvyzEHJS 29bkTwmDeYlFufrPIxG/tonm+J/TxOainJrArE6wHSfQaFuGzlqpXhdtwzx/o+BngC3/ V5ZXvve63V+qObg1dHyQ/w8wuBdY0wrZ4flzUg99ZgBf/Yp5H7mDgBUwzXbuWjDtyI6K aiMx6ILM1n9rNfNG3DbQe2m3ggxbyjcfV4SHCtfWQNIyVwY3jBvaCu0eCzkD0noR4VYx /+BQ== 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=flRW24AbWMD9NUnVTFsBpVqXbdfQzp9kctWYG3l4/hc=; b=F6jH35iZ+d4MCYpCEnNNTSU0HzqmdEhfftQ+vqrGEmmjNK+A9XfPij5qVFNDMboJXA azOByvbT8vB1zR9ejx0svlTuWxPA94vOoSiPl5OFHaUIsIXI57H2dGLEfhuhq5Zt1dur jAkMiObpyUv1KbPxDw6M1Sqz+6gFXvhNJWdiWPIuAd5/sCYhpSPRcArQfF1V5LIfL+EE b+UK+AJjQWMLmAsEY4AIR3BYVkSGAjYYVbGSuebdAp8HnEkSIFczzAt6dzhKzFB4kf6A ChdwA8gpxMQ78r8gWXWp1lYt4hgWIrJXijKOEw6MjkzlaBqgGGGdvYufCeN1WtBG0uIV hSAg== 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 f89-v6si59864plf.20.2018.08.16.11.50.11; Thu, 16 Aug 2018 11:50:26 -0700 (PDT) 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 S1728587AbeHPVmq (ORCPT + 99 others); Thu, 16 Aug 2018 17:42:46 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:56118 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728520AbeHPVmo (ORCPT ); Thu, 16 Aug 2018 17:42:44 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 54849CEB; Thu, 16 Aug 2018 18:42:36 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Oleksij Rempel , Lucas Stach , Shawn Guo , Amit Pundir Subject: [PATCH 3.18 05/15] ARM: dts: imx6sx: fix irq for pcie bridge Date: Thu, 16 Aug 2018 20:41:42 +0200 Message-Id: <20180816171633.750706009@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180816171633.546734046@linuxfoundation.org> References: <20180816171633.546734046@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 3.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Oleksij Rempel commit 1bcfe0564044be578841744faea1c2f46adc8178 upstream. Use the correct IRQ line for the MSI controller in the PCIe host controller. Apparently a different IRQ line is used compared to other i.MX6 variants. Without this change MSI IRQs aren't properly propagated to the upstream interrupt controller. Signed-off-by: Oleksij Rempel Reviewed-by: Lucas Stach Fixes: b1d17f68e5c5 ("ARM: dts: imx: add initial imx6sx device tree source") Signed-off-by: Shawn Guo Signed-off-by: Amit Pundir Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/imx6sx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/imx6sx.dtsi +++ b/arch/arm/boot/dts/imx6sx.dtsi @@ -1202,7 +1202,7 @@ /* non-prefetchable memory */ 0x82000000 0 0x08000000 0x08000000 0 0x00f00000>; num-lanes = <1>; - interrupts = ; + interrupts = ; clocks = <&clks IMX6SX_CLK_PCIE_REF_125M>, <&clks IMX6SX_CLK_PCIE_AXI>, <&clks IMX6SX_CLK_LVDS1_OUT>,