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 4B65EC10DCE for ; Wed, 6 Dec 2023 03:20:18 +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=8V3ieuqrUgu2TKoHbuF+fq6M6YeRDBKEB60dmhkxGhE=; b=xeOBz6djNWJ6qD T4Pa3Cp3OYRMpRRR/6Ecvdt5apfQFwjEqVFCRLGIbd1/kclnqwJFpFs9P5JLMKebrv3U3nwVyv/F5 yRrbsppMtO+oJX2lLCLPRvBOKvNiHlH0eZoUXKX4O1ECMqk+S58mL3Mrm1XdgLSKYP9qg5YOucNz4 PCqPHO/BY9pxrYSZdGJXUh71Fu+IXIC0lAIAlipBnaIuJUNC6HQFjP/u2eYN5UGJDoZVyzqKIIhbC 7KgcOM+lvOPYY8Synq0RUI/Rox0UbveL3unkVf5U3ZyslWvKvODK/Iq6QanphU7gdNQzORgekHN+m LvFRYugCC8BYaZXRXgjQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAiRy-008x5O-30; Wed, 06 Dec 2023 03:19:50 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAiRw-008x4S-1F for linux-arm-kernel@lists.infradead.org; Wed, 06 Dec 2023 03:19:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 23D5D61A44; Wed, 6 Dec 2023 03:19:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2B6C8C433C7; Wed, 6 Dec 2023 03:19:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701832786; bh=ETkEKMeZq5p5S8StoKrDMP+YQUaNkekr2AHnkHpc1x8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ul/CqWZ7oRHgQ0DOLUq2SiuiW4OX7qUPC/92Tt3lx8kDkjG8AUR3Jo4xo0yAO3B1I FIS03ywND3mdkwJBrHV0nE3pbnQZCrmiI/j6LMSqV7RsM8s3Rz5HvOm1vgoxrge5Gc 5Y9/x4RqoZ4eDg4RjyvowMBbUCY2NIBSrrYZCf761zl644MoLxKq8EpH+htMCxEjzM 8QuMlBhtA4iATixyiNrYVpGMszJf7yNi8ujMMAUKQGAyPqiOvoYLqo2mAsUIzaRUKI ckMUTLZEO75W7td989O7pXQTyTz0EqA1Ojiqbr6e9J9Uys4EHauBAdwgmoF61VX/nD lK7SHJD3j6R8w== Date: Wed, 6 Dec 2023 11:19:42 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx28-lwe: Pass device_type to the memory node Message-ID: <20231206031942.GA270430@dragon> References: <20231205131838.2013872-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231205131838.2013872-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231205_191948_464727_D25757D7 X-CRM114-Status: UNSURE ( 8.84 ) X-CRM114-Notice: Please train this message. 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 Tue, Dec 05, 2023 at 10:18:38AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per memory.yaml, 'device_type' is a required property. > > Pass it to fix the following dt-schema warning: > > imx28-xea.dtb: /: memory@40000000: 'device_type' is a required property > from schema $id: http://devicetree.org/schemas/memory.yaml# > > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel