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 D4D1ECD68E2 for ; Tue, 10 Oct 2023 01:20:17 +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=lbr91OujoaCePQMplZ4NyuL8/sAGWHWIapGztWCK/MU=; b=GfIP/xpEN+YUoS PMnpl64gVjf15lUnn8WDzO+DQJDoy9jERP9wPoQgEQcZywKNe3JNImsx/VJJeDvNe2IZfIh9nvr4i 4hBEtU+LAypg2iFvd8IoncXkiYVWAIqWNPIowmMGr1cTBZ3rB70m7C+AUgLJWxY+Nt3nRekiXd6bO R0rU8bHXWqbSdhqZEIhwK8dtVYqKSbycnxuVETQC05Vagf+ZwO1xLQPQIEI4EWb1X8QEuTpI/iUh/ 5sl7/AzAG9WsvpEg230qStmL9Ctw0brIR4UPZISHRMFJUYBl+XEmU8DohwePV0TUxUDGI0JUp23/j /2WeuHU5LU+KV/15Lwiw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qq1Pe-00ByDA-2S; Tue, 10 Oct 2023 01:19:54 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qq1Pb-00ByCV-2Z for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 01:19:53 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id E43B4CE0E34; Tue, 10 Oct 2023 01:19:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BED50C433C7; Tue, 10 Oct 2023 01:19:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696900788; bh=H2Jyo7hnLmofj22xTTgSqm6ty7a1HJMCJ0TwSPS6nqk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZqYIbyXZ6SgBOT9UzAsidB8rC1srugAczwoQPZGYMV8N9oWpt+/VKa1M9BP33bZoW M1/6qguROETNSNhI3Rjxebb1fwaCreFsPYtdsgCUwTi8Gu2rQJwY1LjLSs667/5Q48 /LUKxT8gVD9+OX+bJQ0IKiWvy8OlCwloWEYkgIagSDoNrgumpqZATh1FSUVOZeOE+s Y64kzNa3yHr/FrJA5hbiEyAThbuP1G2VLHBf+YaLsWJ+B8Dlp47Z7T9B7tnkpr9o+S gIT89U/Y1O2FPe32swkGM2i5TO44AcBuCmzD+Pc9pikoTCTYs1rRRNSER3rtmI7414 DcjuErx/GjQ3w== Date: Tue, 10 Oct 2023 09:19:40 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx25: Fix dryice node Message-ID: <20231010011940.GN733979@dragon> References: <20230927202400.308498-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230927202400.308498-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231009_181952_008257_692B910C X-CRM114-Status: GOOD ( 11.05 ) 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 Wed, Sep 27, 2023 at 05:24:00PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per imxdi-rtc.yaml, there is only one valid compatible entry and > clock-names is not a valid property. > > Change it to fix the following schema warnings: > > dryice@53ffc000: compatible: ['fsl,imx25-dryice', 'fsl,imx25-rtc'] is too long > from schema $id: http://devicetree.org/schemas/rtc/imxdi-rtc.yaml# > dryice@53ffc000: 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/rtc/imxdi-rtc.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