Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp771247ybf; Sat, 29 Feb 2020 15:48:43 -0800 (PST) X-Google-Smtp-Source: APXvYqzPtTWxaW5NjhqW7b0F7YOZaZwCV9WoHhPJIg/fwr3vgBBKd83I+xVppSTyydj3lWuyBtR9 X-Received: by 2002:a9d:7088:: with SMTP id l8mr2758216otj.208.1583020122842; Sat, 29 Feb 2020 15:48:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583020122; cv=none; d=google.com; s=arc-20160816; b=xa3L2tHUKoVKIj7eUndib93lamBgGkXe1r3gj4pCb0ElXvZvZ0aARv/zlH1LYLXDTD /ZhzbmKeK1VdPy9sxHDePog+XOrpQ8B9Ed42vaIe48E9gOBoOamsGRB31H3NTcBjuRgS ysiAMSwq0zCdVjtpaifbEHV4w7v6uIo6F0/vBlHjK9ye5zvL+CngGHN0LgutkPKwab3c YqeWU+0n/nyetMbGVk+If+DTd3cfYQP1vMPaMM71vk6kHbGJeRR+clVb+8OdbQTPWdwN PbXvx04Kxxgq93ncn9x10GYwoPC7tG/t9mPRJU0m9uQYsPlff1EX06FbjGWZ2bb+BJo9 glVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=4ZrtvSJkF5YHy0O+iRZgEPPkEroo0uNpF3FajF3PyN8=; b=jVBvf4XexPmxBZ0u2bDoN2WBQbFX2hlxNlvSEPea4N38T4NbSD8wx09ztHaw/oJ6p0 4FRmdBzYXZaO5H75fEpDtcwsnxJ//zJ+4kzf8KH7lcFRddVdFU1GGz2n5fNCb3sE41S3 JXaZHA2rDSuKaVXOeT7LBqRCWCAuCaCvz3JuXohTnp3D+gI8FkE3uidohL0xrFOUEnJb iuQfs00BiDE2+UoCEzFFhigQkWz5p4GtfRJsQtK/vIXP38gxs7Rh4vzZpkkiCrmnMJR7 7xvrPgejHRUfaK9T222PX01NJ2udALaKyNe7Vuoo+aG1nLxDyg6euo9FFLJsGXDfTzG4 EZJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o18si4063197otk.80.2020.02.29.15.48.30; Sat, 29 Feb 2020 15:48:42 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727539AbgB2XrM (ORCPT + 99 others); Sat, 29 Feb 2020 18:47:12 -0500 Received: from gloria.sntech.de ([185.11.138.130]:55130 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727170AbgB2XrM (ORCPT ); Sat, 29 Feb 2020 18:47:12 -0500 Received: from p508fcd9d.dip0.t-ipconnect.de ([80.143.205.157] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1j8Bp6-0004qM-8P; Sun, 01 Mar 2020 00:47:08 +0100 From: Heiko Stuebner To: Johan Jonker Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ARM: dts: remove g-use-dma from rockchip usb nodes Date: Sun, 01 Mar 2020 00:47:07 +0100 Message-ID: <8908074.NjHMO83URx@phil> In-Reply-To: <20200228113922.20266-1-jbx6244@gmail.com> References: <20200228113922.20266-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Freitag, 28. Februar 2020, 12:39:21 CET schrieb Johan Jonker: > A test with the command below gives these errors: > > arch/arm/boot/dts/rv1108-elgin-r1.dt.yaml: usb@30180000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > arch/arm/boot/dts/rv1108-evb.dt.yaml: usb@30180000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > arch/arm/boot/dts/rk3228-evb.dt.yaml: usb@30040000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > arch/arm/boot/dts/rk3229-evb.dt.yaml: usb@30040000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > arch/arm/boot/dts/rk3229-xms6.dt.yaml: usb@30040000: > 'g-use-dma' does not match any of the regexes: 'pinctrl-[0-9]+' > > 'g-use-dma' is not a valid option in dwc2.yaml, so remove it > from all Rockchip dtsi files. > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/usb/dwc2.yaml > > Signed-off-by: Johan Jonker applied both patches for 5.7 Thanks Heiko