From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99A09C7618B for ; Tue, 23 Jul 2019 07:48:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6F53322511 for ; Tue, 23 Jul 2019 07:48:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563868122; bh=fYJy18b12uxUluNQs7guTNUxA+SS983H3pUEsD9H7sU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=aHeLfa8COKdKApB5dWb4WYi+BosPw/VXtmPmzpwp777mZrMOO0HTQ5vElTZi2Fclk 4BqsI0T3OCKi43WrbXRSLHv56GHQAPQi5AJdcqIp4VXWCDYw4/5+Ju9Hd+n1PNYoMV 02FARugOR1gKIOsA35/EQj3/fPOgUdffJaj5RMC8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388502AbfGWHsl (ORCPT ); Tue, 23 Jul 2019 03:48:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:60020 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730814AbfGWHsk (ORCPT ); Tue, 23 Jul 2019 03:48:40 -0400 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8A53121BF6; Tue, 23 Jul 2019 07:48:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563868119; bh=fYJy18b12uxUluNQs7guTNUxA+SS983H3pUEsD9H7sU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=boo8pI2VDHOEXyE2zPUQwA3I29Op4qSdrGhTSd8FcilguUgWzouQWkXvVZTWMGK30 O6BFRjc734To0scyhd+3M1FbFr6VyNdCSAjUanRAtUF4KItTPllN+o46js1oYlqMUI 2oOsZqLp+vb1Qd31QEKb41wd4zYfxAx7fvkaRAVg= Date: Tue, 23 Jul 2019 15:48:10 +0800 From: Shawn Guo To: Anson.Huang@nxp.com Cc: robh+dt@kernel.org, mark.rutland@arm.com, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linux-imx@nxp.com Subject: Re: [PATCH 1/4] ARM: dts: imx6sx: move GIC to right location in DT Message-ID: <20190723074809.GK15632@dragon> References: <20190718091508.3248-1-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190718091508.3248-1-Anson.Huang@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 18, 2019 at 05:15:05PM +0800, Anson.Huang@nxp.com wrote: > From: Anson Huang > > GIC is inside of SoC from architecture perspective, it should > be located inside of soc node in DT. > > Signed-off-by: Anson Huang Applied all, thanks.