From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.18]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 93CD81E282F for ; Mon, 21 Oct 2024 09:38:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729503540; cv=none; b=gYzY3rqtlOlNaiU+KRzm1t7zO63ZlIXRQ0ZIOI7W5h1s5//k7HavIK9SHS6+7sT5kJQhNyiNc8ZauZCzUB5NXZ9gEKMn57T+fN3/0TjRd/gFtlT7jIdY+3rCGgOdsU7LrgAz0+tBAn0CVLeksG/iokguUwuVwCzxC2DM0+idanc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729503540; c=relaxed/simple; bh=pV7oexWPEc02zkJRVKKsSFBrKPstzrGT79rRdthbwg4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oZSD0FnA06HBKQ65OKLONr5/ipjwnCwbgyHkTy94oB3RHu5n8kRCH08WV+n93kJc8uECga/BZeKwOSA+tOr0PekOZUccJWy17bHz0QVpUVcTvCr3wZMzRsThhqjKAPYrI9hltUYzh1+qgsH6ARsj2GEn3RWnANBwOjLycbkz+DU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=dzsB/AS4; arc=none smtp.client-ip=220.197.32.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="dzsB/AS4" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=14aLLpVvY+Z3yvhRqQwVn+AW9wVJ2IvtnsP5jmd9dBI=; b=dzsB/AS4J5ZM5aBaH7lj2xkr9L3hilSPdlzyf8g1p0Vfe/ZJqkHK52mo7XWXH+ u7KTltg2APXgkXmZ9mw2otyBVF0CEco+wAMD5SffHmZMUzSElEKmrf3EAK5eZ/6y JrEGHelRmZSzsWP0jY/G3a118cB5VEonsr89gj4wyhf94= Received: from dragon (unknown []) by gzsmtp2 (Coremail) with SMTP id Ms8vCgCnzuMHIRZnahKHAA--.4779S3; Mon, 21 Oct 2024 17:38:17 +0800 (CST) Date: Mon, 21 Oct 2024 17:38:15 +0800 From: Shawn Guo To: Fabio Estevam Cc: shawnguo@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, LW@karo-electronics.de, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx6qdl-tx6: Fix 'fixed-clock' description Message-ID: References: <20241005125824.2037222-1-festevam@gmail.com> 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: <20241005125824.2037222-1-festevam@gmail.com> X-CM-TRANSID:Ms8vCgCnzuMHIRZnahKHAA--.4779S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUslksUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiERh-ZWcWDP88jgAAsj On Sat, Oct 05, 2024 at 09:58:24AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per fixed-clock.yaml, it is not correct to pass unit address and > reg to represent 'fixed-clock'. > > Remove it to fix the following dt-schema warning: > > clock@0: 'reg' does not match any of the regexes: 'pinctrl-[0-9]+' > > Reported-by: Rob Herring > Closes: https://lore.kernel.org/linux-arm-kernel/172808887941.121658.5039774358299826312.robh@kernel.org/ > Signed-off-by: Fabio Estevam Applied, thanks!