Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp3202302ybh; Mon, 16 Mar 2020 18:07:46 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsvwKDmSCv7UxifsGoWlKVhyZvidFE3RLIE7/r58YePQRWt7U6I9aP7KKhdZUTwqtaIOEIf X-Received: by 2002:a9d:6a91:: with SMTP id l17mr1734734otq.29.1584407266599; Mon, 16 Mar 2020 18:07:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584407266; cv=none; d=google.com; s=arc-20160816; b=mgAsQhHs1ppltpDQKbEM8cJxI3CGh84wSKiRBWWNW5MdhVr/Lz5p0rpoJz1trZPZxS QmTI8aGVEBZbiPL9uMy3zWnaWEcbwdzYvaguYsxt0Esq6ATSHK/tK+R2O2Lq08/F8xeK Sr4JIN5ZCxqLIniV36Uvd2tfG63JfyoZY8ZEuejrDyYF1I5lci4YSClcSo2S5gM0oZ25 5v5dFPV+Z0UPjJXb7K+l9XrHjRTDJmcsU6Wxsp2ROJQJ1TBMAbKAZw8Bh7EmmeyoSlJN jvmxpFILZ2xkV05DsfWR1fmukynKkp98SK+ccqFu90U2GrToBkllOGY57f4UzPN46mYb xeow== 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=OiJnoCdW8dJkiaU79rD8cP1kcIIhEPRqq5a+xV0SUBw=; b=cSmf9hQq1UtVs9aRSg8u0qMxAHFyfGM+G2ix8f8iT7ZEHry296Br02KGaURboUhzdT igDnfvMxNEbhmCMtDBjDR7q1GlY4e+ERRSscSFmlT7kjnv/G6IWxjN7X/E8j0pv4xgZt ww/JbdEzM2QbMrfRYcWLyIHNvrGEzEbO7S7CYGLwo0lLfggZ8PWKjGW5Aa9T1syXPz84 YL0hRIUCZ2agFBql8d8SN4pgz2UcBM5VGcEmrICa/sfrYFbkunxsGjt3UPsuetAgpxv0 NK2iZeuNK68a7vyzoHneRkkThxE+zrsqLddtNCGFCBIZtH6sgmlVc2Bpll9Mna6sBGnc LfXg== 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 o25si845513otk.28.2020.03.16.18.07.34; Mon, 16 Mar 2020 18:07:46 -0700 (PDT) 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 S1733222AbgCQAxE convert rfc822-to-8bit (ORCPT + 99 others); Mon, 16 Mar 2020 20:53:04 -0400 Received: from gloria.sntech.de ([185.11.138.130]:51960 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733122AbgCQAxD (ORCPT ); Mon, 16 Mar 2020 20:53:03 -0400 Received: from ip5f5a5d2f.dynamic.kabel-deutschland.de ([95.90.93.47] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1jE0Tc-0004Vn-Aj; Tue, 17 Mar 2020 01:53:00 +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 4/4] arm64: dts: rockchip: remove clock-names property from 'generic-ohci' nodes Date: Tue, 17 Mar 2020 01:52:59 +0100 Message-ID: <21413322.na1NleHZOU@phil> In-Reply-To: <20200312171441.21144-4-jbx6244@gmail.com> References: <20200312171441.21144-1-jbx6244@gmail.com> <20200312171441.21144-4-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 12. M?rz 2020, 18:14:41 CET schrieb Johan Jonker: > A test with the command below gives for example this error: > > arch/arm64/boot/dts/rockchip/rk3328-evb.dt.yaml: usb@ff5d0000: > 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+' > > 'clock-names' is not a valid property name for usb_host nodes with > compatible string 'generic-ohci', so remove them. > > make ARCH=arm64 dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/usb/generic-ohci.yaml > > Signed-off-by: Johan Jonker applied for 5.7 Thanks Heiko