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 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 C99ADC6FA82 for ; Mon, 5 Sep 2022 02:14:40 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Me0Mq/AHswBVyVW3Uh3qmEKKXNiqX03A6pWLBmUdlko=; b=hyjIO9kESDuZTG fNzMkcs4QdCB2S8E5EOdSCFNsh3tJQ3CSx0F1TJJL0/k7wEmYIwwhJVdzp76QS0DhGUzTIXrr63qW bfU2UyD9GBXUlTXz4GmtVgqqYOFvkjuw0Pkn9wVV6n5JVJmkbBitGlkdY4i8b56b+S0YWsZzYDnhh S++iGEWE8ordLlrMd1ytrEGMzoQGo7x63PRDvDqFLlVgfGGzCqPKLMuhuG4p3ftZMJ3jWW9YWCfZM zsRLfxutk3nK+hT+JhkBZjtPAMuYCV5Llw7UKiXDbf8NYScAZUIefjfezu+Or5RNxadE0WcKDdmv9 1Wv606brfqYF/gb6PDTQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oV1bJ-005PhO-8i; Mon, 05 Sep 2022 02:12:37 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oV0uG-004Fs8-18 for linux-arm-kernel@lists.infradead.org; Mon, 05 Sep 2022 01:28:12 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2BBCF60FCA; Mon, 5 Sep 2022 01:28:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E52E2C433D6; Mon, 5 Sep 2022 01:28:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662341286; bh=0mTbvwSHe4ATzyC6Gj7sTLXrmYXXng8MbSJ/6opxwXI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UJsyBhNKQjDuwOURbLXYYDWrqGGI8ZRezpFYm3dv7c77E8FSMDfn1/uefLHIMnCjm XmvhQkM15Fk6VmG0DqHYDZpj3r48+peDhTQSLXSiebvZRi6LPqWCFA8GABiE9FRu0O VIdEzIRGGUpibRXLlvQXbOBC+Ju0KdRys7ol6mjA5dHk2HGEwM1VXnX1ndz8xGC5A9 MwFw4O6+h2pA6j/yhE2dqpZ0p/pS/K9OzgCy8dGhJAQA/IoZDDAzvYGHSBXTx2ANzN izHq/Qjz1MXtUusYXOp25ar1UXEl6aBMW7kcXnP2oHH+xc+hPkj+tvxgoEYfxExIQH BPW7GTmaXmNAw== Date: Mon, 5 Sep 2022 09:28:00 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/6] Add missing sram properties for imx6 Message-ID: <20220905012800.GU1728671@dragon> References: <20220826055336.2821876-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220826055336.2821876-1-alexander.stein@ew.tq-group.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220904_182810_853628_949EB1DC X-CRM114-Status: GOOD ( 12.68 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Aug 26, 2022 at 07:53:30AM +0200, Alexander Stein wrote: > Hi all, > > this is another bunch of imx6 DT fixes for sram, similar to 5655699cf5cf > ("ARM: dts: imx6ul: add missing properties for sram"). > > Best regards, > Alexander > > Alexander Stein (6): > ARM: dts: imx6q: add missing properties for sram > ARM: dts: imx6dl: add missing properties for sram > ARM: dts: imx6qp: add missing properties for sram > ARM: dts: imx6sl: add missing properties for sram > ARM: dts: imx6sll: add missing properties for sram > ARM: dts: imx6sx: add missing properties for sram Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel