From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rrTvM22mbzDqyc for ; Fri, 15 Jul 2016 20:53:35 +1000 (AEST) In-Reply-To: <1467695057-12431-27-git-send-email-benh@kernel.crashing.org> To: Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org From: Michael Ellerman Subject: Re: [26/41] powerpc/85xx/ge_imp3a: Don't use the flat device-tree after boot Message-Id: <3rrTvL2jL2z9sCZ@ozlabs.org> Date: Fri, 15 Jul 2016 20:53:34 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2016-05-07 at 05:04:02 UTC, Benjamin Herrenschmidt wrote: > ge_imp3a_pic_init() is called way beyond the unflattening of > the tree, it shouldn't be using of_flat_dt_* > > Signed-off-by: Benjamin Herrenschmidt Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b282788341933c4dcd462f3c93 cheers