From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7175F1E485; Sat, 16 Dec 2023 01:58:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="S8RijpzK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C65DC433C8; Sat, 16 Dec 2023 01:58:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702691888; bh=OoijHobpoqt+JTfUwOIcCNQhL26zyoe6cQqVX0CFqF8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S8RijpzK8LHo/DGSoSFKxy+J3F5xPvw0p9OaiRyYYm5FW0DcozzrUXI7vmRPcKGtN nYEMJxOQVN1ztbD3CJ8CtNjmjFuAkmTYN9G/XBq15RRiZsdLpqtsFqRza0uMhi8iyR udvijrqehRiHbwWq1luqSOdpf4krujE/evDaNhUNbyRuHtCzFDSnt1NIIy1FFOMZ+d lx4L4ScTj0ddlCE4wyCdTTsZSWTJ33xRwbXgoUfOBC3zr12evBQ7vebmhmEHeV0i4r 690G7B4RNoSJTeRj9l22pbrCDPbWlC4NzYWJxAaUr/U+ejvb7IYcnnmZDKIvgAe0vE Um4IcVSbRhzEA== Date: Sat, 16 Dec 2023 09:58:02 +0800 From: Shawn Guo To: David Heidelberg Cc: Li Yang , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH] arm64: dts: freescale: fix the schema check errors for fsl,tmu-calibration Message-ID: <20231216015802.GO270430@dragon> References: <20231215230743.86194-1-david@ixit.cz> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231215230743.86194-1-david@ixit.cz> On Sat, Dec 16, 2023 at 12:07:35AM +0100, David Heidelberg wrote: > fsl,tmu-calibration contains cell pairs (u32-matrix). Mark them as such. > > Use matching property syntax and allow correct validation. > > No functional changes. > > Signed-off-by: David Heidelberg Applied, thanks!