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 DBA1FC4332F for ; Thu, 14 Dec 2023 02:59:49 +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=eXlhxSXTZhi01yWkX+M02dQYhp3D3NBGBtmlTs9yzzk=; b=B3gfCW/HWW9EV7 i8sWRkzcwo9jZDK9F/cGYlSz+z6GWAKtx7o2SFMGHstfmwC/708Q+ChW7GVmKQaezIdNd4sRgpy96 cbsyQPKMsACP5hOMo7sg3k3E8ZOyxv6GNz0ypWJWttzUqbi7m2LAa77TMajs1OtMDxjoyKMTjx0V8 T/QC00ulDUfKgnxViEQPCXoraa6VkI1qfrpoSVFqN35XiW6ploiYjyi0nprzMhnS1gf+m+0AZDPe0 /0z3nWO6UJULmxmY1u0jtOzM9Lnp36FSOGVDEJB+TXq09bA0I+6OSKE1hP/f5hWa4me2PUt5w5OU0 DjRlaAt2DsPjkagb+wHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDbwe-00GZoo-0d; Thu, 14 Dec 2023 02:59:28 +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 1rDbwc-00GZo4-0A for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 02:59:27 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 448946203A; Thu, 14 Dec 2023 02:59:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2BFBCC433C8; Thu, 14 Dec 2023 02:59:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702522764; bh=UFP5ZTUmNejxD5QkmxSjyAgEcGR3K5ANo2jhd68yN50=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HBd0A9c9wnpWqQj6anhtnB+/GMubb3w8hrc91uWAP20Sd3niW/XIAB5i4Uwue6hQy 3h8L7Mdxjwrg4PAgNrCJRmncANS2q6umRD+VGw/L8IJyOCbbAGYFGzIJSDH2Am4v20 kZCGBDltM9EcI4zWzf7zsdM4FvIUoQCHRGb58D28OIgd8m+6itHePX2Bx2+tsVsfho cLw2jnmZG6DO4WgjdI7u58Ww49YcL7TqeABCKfrrYAbFE9OZW/XtdAgq1sZaxIaUM1 zSHN9F7DiJCEXARwLmII2lo7n1v+xVGFrMxR05a8pd/jiC+czflL+ATurjBczKm7// bX0qbk30/J5ZQ== Date: Thu, 14 Dec 2023 10:59:20 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH] arm64: dts: imx8dxl-ss-conn: Move clk_dummy out of USB node Message-ID: <20231214025920.GD270430@dragon> References: <20231211172435.503962-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231211172435.503962-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231213_185926_136339_78A94165 X-CRM114-Status: UNSURE ( 8.72 ) 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 Mon, Dec 11, 2023 at 02:24:35PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > The clk_dummy is not part of the usbotg2 block, so move it > to the root node to fix the following dt-schema warning: > > imx8dxl-evk.dtb: usb@5b0e0000: Unevaluated properties are not allowed ('clock-dummy' was unexpected) > from schema $id: http://devicetree.org/schemas/usb/ci-hdrc-usb2.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