From patchwork Tue Mar 27 08:29:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 891420 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Tr8cZSot"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 409PND3KJ0z9s1P for ; Tue, 27 Mar 2018 19:30:36 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=f7w4LQY4DA+y+GRrQBRCEaIIC/p/ULuiR00CvU4Djgw=; b=Tr8cZSotJRXsgL vgqQoCcFf9IkwTBlhVpcFpYrkuAQ42Su2KuOyX68BRodPTdjuTi6AOVfPAY8XP54JH6JqRQCrpgBy VvqlzuRJMb5ZKcK8Ouzo2Z93fJOxqLZhWqQAzEYThglLNp0LbmpO3MW2NYIdjBk4E4CkmWlpYBYWG nLfIBiEInMuAPXddGooL2De3n098JPscDyh4PMvSGrsiqohBM0rWDiNKdB+XyhfMeNRpsvdRBFabQ jOtslNd77KmxlOGvnMMt3o2evZRSWhk2marXd3NSVhK3pO8zGPeBgJ+vLH333s3mGApxah0JTdz2A u8gwQQR1InSYvYdQyOXQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1f0k01-0002NO-VI; Tue, 27 Mar 2018 08:30:33 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1f0jzf-0000tn-Ee for linux-arm-kernel@lists.infradead.org; Tue, 27 Mar 2018 08:30:16 +0000 Received: from dragon (unknown [45.56.152.247]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 92A1620C48; Tue, 27 Mar 2018 08:29:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 92A1620C48 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Tue, 27 Mar 2018 16:29:49 +0800 From: Shawn Guo To: arm@kernel.org Subject: [GIT PULL] Freescale arm64 device tree fixups for 4.17 Message-ID: <20180327082948.GG8857@dragon> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180327_013011_533577_EC396BFA X-CRM114-Status: GOOD ( 11.35 ) X-Spam-Score: -5.0 (-----) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-5.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [198.145.29.99 listed in list.dnswl.org] -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fabio Estevam , linux-imx@nxp.com, kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi, This is a fix-up for "[GIT PULL 5/6] Freescale arm64 device tree updates for 4.17" [1]. After the pull-request gets merged, we're pointed out by Rob that the "fix" to IFC memory controller DTC warnings is wrong. Let's start over again by reverting the patches first. Sorry about the reverting. Shawn [1] https://www.spinics.net/lists/arm-kernel/msg641049.html The following changes since commit 4e017f1419397473cf3db6e9fa020013998b1aa4: dt-bindings: ifc: Fix the unit address format in the examples (2018-03-12 15:38:49 +0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.17-2 for you to fetch changes up to ee9c64307b6203151a20ec33e6f51ae1cac1bb6e: Revert "dt-bindings: ifc: Fix the unit address format in the examples" (2018-03-27 16:00:07 +0800) ---------------------------------------------------------------- Freescale arm64 device tree fixups for 4.17: - It reverts a couple of patches that "fix" DTC warnings on IFC memory controller in a wrong way. We will start over agagin to address the DTC warnings later. ---------------------------------------------------------------- Fabio Estevam (2): Revert "arm64: dts: fsl: fix ifc simple-bus unit address format warnings" Revert "dt-bindings: ifc: Fix the unit address format in the examples" Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt | 6 +++--- arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 6 +++--- arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 6 +++--- arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts | 6 +++--- arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 4 ++-- arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts | 6 +++--- arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts | 4 ++-- arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi | 6 +++--- 8 files changed, 22 insertions(+), 22 deletions(-)