public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
  • * [PATCH 2/2] ARM: dts: imx: fix invalid #address-cells value
           [not found] <1394732405-2260-1-git-send-email-tharvey@gateworks.com>
           [not found] ` <1394732405-2260-1-git-send-email-tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org>
    @ 2014-03-13 17:40 ` Tim Harvey
      2014-03-14 13:31   ` Shawn Guo
      1 sibling, 1 reply; 8+ messages in thread
    From: Tim Harvey @ 2014-03-13 17:40 UTC (permalink / raw)
      To: linux-pci
      Cc: linux-arm-kernel, Jason Gunthorpe, Jingoo Han, Lucas Stach,
    	Mark Rutland, linux-samsung-soc, Richard Zhu, Sascha Hauer,
    	Arnd Bergmann, Stephen Warren, Bjorn Helgaas, Simon Horman,
    	Thierry Reding, Ben Dooks, linux-tegra, Kukjin Kim, Shawn Guo,
    	Grant Likely
    
    The invalid value of #address-cells in the imx6 pcie host controller node
    causes of_irq_parse_raw() to incorrectly advance through an interrupt-map
    table of more than one interrupt.
    
    This patch resolves this issue and allows proper interrupt mapping for an
    imx6 pcie host connected to a P2P bridge when using legacy interrupts.
    
    Signed-off-by: Tim Harvey <tharvey@gateworks.com>
    Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
    Cc: Jingoo Han <jg1.han@samsung.com>
    Cc: Lucas Stach <l.stach@pengutronix.de>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: linux-samsung-soc <linux-samsung-soc@vger.kernel.org>
    Cc: Richard Zhu <r65037@freescale.com>
    Cc: Sascha Hauer <kernel@pengutronix.de>
    Cc: Arnd Bergmann <arnd@arndb.de>
    Cc: Stephen Warren <swarren@wwwdotorg.org>
    Cc: Bjorn Helgaas <bhelgaas@google.com>
    Cc: Simon Horman <horms@verge.net.au>
    Cc: Thierry Reding <thierry.reding@gmail.com>
    Cc: Ben Dooks <ben-linux@fluff.org>
    Cc: linux-tegra <linux-tegra@vger.kernel.org>
    Cc: Kukjin Kim <kgene.kim@samsung.com>
    Cc: Shawn Guo <shawn.guo@linaro.org>
    Cc: Grant Likely <grant.likely@linaro.org>
    ---
     arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
    index af8d28d..2285299 100644
    --- a/arch/arm/boot/dts/imx6qdl.dtsi
    +++ b/arch/arm/boot/dts/imx6qdl.dtsi
    @@ -49,7 +49,7 @@
     	intc: interrupt-controller@00a01000 {
     		compatible = "arm,cortex-a9-gic";
     		#interrupt-cells = <3>;
    -		#address-cells = <1>;
    +		#address-cells = <0>;
     		#size-cells = <1>;
     		interrupt-controller;
     		reg = <0x00a01000 0x1000>,
    -- 
    1.8.3.2
    
    ^ permalink raw reply related	[flat|nested] 8+ messages in thread

  • end of thread, other threads:[~2014-03-14 13:31 UTC | newest]
    
    Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1394732405-2260-1-git-send-email-tharvey@gateworks.com>
         [not found] ` <1394732405-2260-1-git-send-email-tharvey-UMMOYl/HMS+akBO8gow8eQ@public.gmane.org>
    2014-03-13 17:40   ` [PATCH 1/2] ARM: DT: fix gic interrupt controller documentation Tim Harvey
    2014-03-13 17:44     ` Stephen Warren
    2014-03-13 18:25       ` Jason Gunthorpe
    2014-03-13 22:25         ` Tim Harvey
    2014-03-14 12:14           ` Shawn Guo
         [not found]         ` <20140313182554.GA15990-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
    2014-03-14 13:05           ` Grant Likely
    2014-03-13 17:40 ` [PATCH 2/2] ARM: dts: imx: fix invalid #address-cells value Tim Harvey
    2014-03-14 13:31   ` Shawn Guo
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox