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=-12.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, 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 2545DC47082 for ; Tue, 8 Jun 2021 11:57:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0B5086128D for ; Tue, 8 Jun 2021 11:57:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232026AbhFHL7j (ORCPT ); Tue, 8 Jun 2021 07:59:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:49632 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231919AbhFHL7i (ORCPT ); Tue, 8 Jun 2021 07:59:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CB1516124B; Tue, 8 Jun 2021 11:57:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623153465; bh=GGJs+1QkQswkHHplFDnB+MysQ+rfCwc+5iUQFPHS7Eo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QiFd1Q6bW5/5k3H2aMh9ENlFTgO0jH5LZB936pP9BRIAnlvK1mWUroOVr/KBYb6UL WtViW9vZGoiGUNGrQWajMX01wkmVPqWWs7fmLyHSnFnYpWlr17+yt8uJCSukyVLKyh Cw5XmeZIqgONgWM3dYpBSC9JbepMqYGzq8dxSkwcQdLQm6091x9wdbiaVKiiRfRHU0 YHTVTocdYX+IaaN+jtLrhbQM0cc+IBOH7mFODerN6vLxRM58hCuCrczhcAajMSWUny hFpiWAZQN257eEgguHVkA0HHVkp+yGstPwQD6vGBzVZGugJdSBwsOUlFEviPTeo5oQ hDVbyFwtG2sLQ== Date: Tue, 8 Jun 2021 19:57:41 +0800 From: Shawn Guo To: Zhen Lei Cc: Li Yang , Rob Herring , linux-arm-kernel , devicetree Subject: Re: [PATCH 1/1] arm64: dts: freescale: Separate each group of data in the property 'reg' Message-ID: <20210608115738.GB29138@dragon> References: <20210521092042.8365-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210521092042.8365-1-thunder.leizhen@huawei.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, May 21, 2021 at 05:20:42PM +0800, Zhen Lei wrote: > Do not write the 'reg' of multiple groups of data into a uint32 array, > use <> to separate them. Otherwise, the errors similar to the following > will be reported by reg.yaml. > > arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dt.yaml: > soc: pcie@3400000:reg:0: \ > [0, 54525952, 0, 1048576, 64, 0, 0, 8192] is too long > > Signed-off-by: Zhen Lei Applied, thanks.