Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2587662imu; Sun, 23 Dec 2018 03:15:51 -0800 (PST) X-Google-Smtp-Source: ALg8bN5XV5g+LbRYSEZLEUxMuGj8jCYwzenIIlAHeqVSgZcWq435i5IeBqlYqR0cYQLoo2dSC7NP X-Received: by 2002:a24:7349:: with SMTP id y70mr6366086itb.48.1545563751788; Sun, 23 Dec 2018 03:15:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545563751; cv=none; d=google.com; s=arc-20160816; b=tHD7P8mCfk71wr8AwKAGMstSQ9OPWKCngh2kC1WFP4/DI8RltM//Il4jhK/3ZqjA0O 9QLW/R4fd/6Ob0NBmDmVGQENu6QDnYukVX8KbR3x964jtMxAeEvkgkFNTYtK78UZSuN1 2rGOsxwlKZi6GWoT6mQcf83a/jywinboyGQ/4HqYRGItQgZZWFfuKUFjVmD1bKImr9UD xiUI83sLZleGxnp1rEaoe928IzaMG+rxrIEb7wV5AIexqO4FzbvW10FRp4wdtNQhhfI4 uSgYANVcZKtp55nEu0wwj97yRMePa9EvP/HZTmnuKnk+Qnqqn9/Jdx1a0HmPJWjERN48 pdUQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=SLQfS2JMoTNfTcA59+HlhYXQ/W0RkSOIOYnOM8xvUzE=; b=UGe+ShzRXFtGt6CSujrBkPAkQEzOAbOTUxGePAEqArgVgMdzxLco5KKNiP4+z3q/yA 2q34yZLFjBVxYzQOImZMK5HYhdgX7i1hUoUQ42Lo2n+6Z3nxuENSDoDTmXo8ybDHSqwc dLoC4bARLk3uEoI5RL4rLSzrHz4JbQfjYd4MpqnqGPc8Y7nkdQSQHeJiy39lT03Hn83S 7jfifYbl16cQoD38nyxvmFpB6N/ruS+vuh5T8Lq1QGWrNacKCtG/0Vzt8rohZ0p7nTeP bxTh2ehqQKmLNlMqhuG3fA7VM+KaO3XJfaaPD7ZNqy1iP6tSgb5+9KESXieD2uRgEY0K lf5A== 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 e14si2979467itl.118.2018.12.23.03.15.37; Sun, 23 Dec 2018 03:15:51 -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 S2392568AbeLVRCw (ORCPT + 99 others); Sat, 22 Dec 2018 12:02:52 -0500 Received: from ozlabs.org ([203.11.71.1]:55597 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389125AbeLVRBC (ORCPT ); Sat, 22 Dec 2018 12:01:02 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 43MLSr1Xcjz9sPB; Sat, 22 Dec 2018 20:54:52 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: f242e0ac95cadb27527d0b06c957723c9f63dd74 X-Patchwork-Hint: ignore In-Reply-To: <9e06c82e76e8e29cb1ae0b989f3bbbb6b2099e03.1545053638.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/prom: move the device tree if not in declared memory. Message-Id: <43MLSr1Xcjz9sPB@ozlabs.org> Date: Sat, 22 Dec 2018 20:54:52 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-12-17 at 14:18:27 UTC, Christophe Leroy wrote: > If the device tree doesn't reside in the memory which is declared > inside it, it has to be moved as well as this memory will not be > mapped by the kernel. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f242e0ac95cadb27527d0b06c95772 cheers