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 1D037CD68E2 for ; Tue, 10 Oct 2023 01:30:08 +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=eHLKpHtUtrhGZF3vAO+bksJ2GFRfWbl+vT74dhe4TKI=; b=WBYbfHoqHikLLu LxEx8zgjucwAEs4lmbBZMTg3V5kdMj1Hyl7iutxDhg85JrKS6n6wnIKBkD4xIBKpx59cIj4ARjAbN kh6JG8rtcLuKDH7om5zorj/JOUAlCGKI40XjVirV2jIfRjo/ZdOKgN27fONYYhj+h4MhJ8lYcd+0K /smx30PrRCdgBv0gi/kMvMl12LlqIfg2y82+Omfev3Brk3UqVbE2+HaAXj0NAXIxAKOGYaMyIf4nH KvP6xfRXPinBY/wBFMXSvFDn6UFYuJEfLZuL3PXNWc9apBljxMQX6pEz4b3TSVtvBfpJcJYjDsfBH 38oBzj3r3ybincjCa+sQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qq1Z6-00BzUk-33; Tue, 10 Oct 2023 01:29:40 +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 1qq1Z4-00BzTV-2d for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 01:29:40 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id CDFEF61418; Tue, 10 Oct 2023 01:29:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27474C433C8; Tue, 10 Oct 2023 01:29:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696901376; bh=pqG6c8U+U/r/BPM9dwtzwlRu/eDSHVYtcBDfYunGwKk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B8rcSL7biZ56IUe62kCjKmTRigrftHcv4RLnnb36i1O+BgJbeAnrGXzsW0M0K7Qcb Me2DC4tA2ESjT1y0Ggkn6B6RvpGpGew8u7CzShwP/Axd1GwFyOwbU4izTqeYSSpYl/ 2/UWGc449HNgop5H0INCXgy7rWfLoH/O1+ytINImdLZtzUuZsIPR0VUNBeYw+i9Ox5 S02SNb94ceI28nU0TGntw9cVMB3ndw93ZTL+V7yTePyTx2ao5w4LbTOBpvNKKdI1Px JTzGCZQhAg+r9frtYQNi3f/U9xGkwfheB96MYTZAPjgOwrhGqPoPSpEp/AUu2fZY0E TEYaJLDH9bjEg== Date: Tue, 10 Oct 2023 09:29:28 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] ARM: dts: imx25: Remove clock-names from the watchdog Message-ID: <20231010012928.GS733979@dragon> References: <20230929020142.609083-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230929020142.609083-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231009_182938_901262_A6266970 X-CRM114-Status: UNSURE ( 9.29 ) 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 Thu, Sep 28, 2023 at 11:01:42PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Per fsl-imx-wdt, 'clock-names' is not a valid property. > > Remove it to fix the following schema warning: > > watchdog@53fdc000: Unevaluated properties are not allowed ('clock-names' was unexpected) > from schema $id: http://devicetree.org/schemas/watchdog/fsl-imx-wdt.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