From patchwork Wed Jan 19 12:35:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?U2FtIFNoaWggKOWPsueiqeS4iSk=?= X-Patchwork-Id: 12717523 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 52D73C433EF for ; Wed, 19 Jan 2022 12:45:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From: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=Ht/7xnQptTvt5cVexDMXJ/4K5AkgSgAOne7AcsChnsQ=; b=f9ws2gnTPlf72W IoMH+fW4pK4/fskaU5vSAA+TdGfwdGNXa92PMAJSjFuXY5HVKlV0Veb1JTAuiFe1xFZaKz8Wd6gSX hcSsrvzw9zzmNmzE0yLqfgvnWhwvMIcY1S9+1fnrZ/3P5yk+fjkK/M6xbbwAvvmhGtf6EajPAjxp2 ncgkz0LEEkkFzC0LAIVKeuui4/W0khWBhNwLc0sW+BMjulDsGVK/wuynvY3Z4ZygzxZtkwHs3id+i Kbo+5fc/kBc8q+tcrNBG9iPBeYMwHI1RywMDpuYn13dBgaA2K7jASYTnPQNyIF+78nFoLJj/UbmZI p5s0r+pu0mSPVGqEem5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAAKo-005T3i-VA; Wed, 19 Jan 2022 12:45:06 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAAKM-005Stc-QE; Wed, 19 Jan 2022 12:44:40 +0000 X-UUID: 8c763f8667d046c2a8ac7a6250ec7625-20220119 X-UUID: 8c763f8667d046c2a8ac7a6250ec7625-20220119 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1320586674; Wed, 19 Jan 2022 05:44:33 -0700 Received: from mtkmbs07n1.mediatek.inc (172.21.101.16) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 19 Jan 2022 04:35:53 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 19 Jan 2022 20:35:52 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 19 Jan 2022 20:35:52 +0800 From: Sam Shih To: Rob Herring , Matthias Brugger , , , , CC: John Crispin , Ryder Lee , "Sam Shih" Subject: [PATCH 0/2] Update mt7986 memory node in DT Date: Wed, 19 Jan 2022 20:35:35 +0800 Message-ID: <20220119123537.9968-1-sam.shih@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220119_044438_879090_6A75114D X-CRM114-Status: UNSURE ( 9.11 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org This patch updates the format of memory node in DT based on maintainer comments in the following thread: https://lore.kernel.org/all/bc0a9df0-8ba0-76ed-4522-43a3082f42b4@gmail.com/ Sam Shih (2): arm64: dts: mediatek: update mt7986a memory node arm64: dts: mediatek: update mt7986b memory node arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 3 ++- arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)