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 CF8B2C4167B for ; Wed, 6 Dec 2023 01:24:00 +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=rxKd+RORMv7Z27z3eEY7hZCB5DQZZHHwAD14M+VfPuU=; b=PeV0RwbMcL0GTg hR6v+drfXKukyGBsTRpynzQGFjtH0gYQNU+IUAGrmCVbBIRKFMEwi8O7rjuEvT3Lz8tlUEAp8Ih/E /A9BAw4CDNHKfxg3nvMDP7bgYMWcv8pW4gC2VWWxXzFF7L4xaXoSg840A8KnLhY0AuCm0/iRezowk Miho7brL0yEuA35nHnALeR6Hyy/xkeE9AbHh+Z6Kv8xWyALK/rAAg5G3mbCxBqCeTfIFhXaaORIgV nsHMULnAlTJxoxhSbi/HltTrAxFLP6QoZrD4FpkqQCsUVgqhbLaU5ozckwvNgrMMPkaWXWeGngPPU PZLZb0MhxWyNV8ibQAwA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAgdW-008ml0-0s; Wed, 06 Dec 2023 01:23:38 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAgdT-008mkX-0K for linux-arm-kernel@lists.infradead.org; Wed, 06 Dec 2023 01:23:36 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 2C157B818D3; Wed, 6 Dec 2023 01:23:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 957DFC433C8; Wed, 6 Dec 2023 01:23:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701825812; bh=5Eu7jo+JIE7fz8i/jqCUoUnz8Sm/OwdJtQDe2uCLfMI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H5xEmSB9V72mWkaHt5Hg54bS38YTp4qt5riu03zTI/LsvBQAaEXQLmh6HTHbsMUwu 0csCJKgVi1/YhFGPAQTGqE7i7MPW4z0howzoIII26w1fUu889+gqoWk4gB8h0wTUla DLicrW62zgC4HWrvMXx2aahOGMackHpikl7glIrXfiHEmz8u0CZo6bRs2OnFSvUcso 3bW6nM21Wp/thyw3F1RhGxKmTfk0pDCtVLqTrXFA4XYFyKvLpE7T+WdVqOYKCy8sHk Bc+yXZI6G2RVXiNV/w9WvTFcXv6tYX7pCnAj4dA8oWkuonPRWq70XBrzNMXud9YzfB ppmBMDHh38QgQ== Date: Wed, 6 Dec 2023 09:23:27 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , NXP Linux Team , linux@ew.tq-group.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/1] arm64: dts: tqma8mpql: Remove invalid/unused property Message-ID: <20231206012327.GX236001@dragon> References: <20231117075957.2128070-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231117075957.2128070-1-alexander.stein@ew.tq-group.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231205_172335_280116_85053107 X-CRM114-Status: UNSURE ( 8.62 ) 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 Fri, Nov 17, 2023 at 08:59:57AM +0100, Alexander Stein wrote: > 'dr_mode' is part of the USB DWC3 core, not the glue layer. Remove the > property from glue layer. Fixes the dtbs_check warning: > arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dtb: usb@32f10108: > 'dr_mode' does not match any of the regexes: '^usb@[0-9a-f]+$', > 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/usb/fsl,imx8mp-dwc3.yaml# > > Signed-off-by: Alexander Stein Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel