From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 466FE1A2B0D for ; Mon, 23 Mar 2015 14:50:04 +1100 (AEDT) In-Reply-To: <1427080598.4770.214.camel@kernel.crashing.org> To: Benjamin Herrenschmidt , linuxppc dev list From: Michael Ellerman Subject: Re: drivers/of: Add empty ranges quirk for PA-Semi Message-Id: <20150323035004.2D6B9140134@ozlabs.org> Date: Mon, 23 Mar 2015 14:50:04 +1100 (AEDT) Cc: Olof Johansson , "devicetree@vger.kernel.org" , Rob Herring , Steven Rostedt List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2015-23-03 at 03:16:38 UTC, Benjamin Herrenschmidt wrote: > The "sdc" node is missing the ranges property, it needs to be treated > as having an empty one otherwise translation fails for its children. > > Tested-by: Steven Rostedt > Signed-off-by: Benjamin Herrenschmidt Fixes: 746c9e9f92dd ("of/base: Fix PowerPC address parsing hack") Which went into 3.18-rc6, and was CC'ed to stable. So this should probably also go to stable no? cheers