Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp343349ybh; Wed, 11 Mar 2020 02:09:45 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsjwwmi4AVSaF0aV6lSmAWBAl0TwCxMP0uAuDPM5uZc9HZG13W0ZaZ9SkNsAbWOI1RVBWZE X-Received: by 2002:a4a:a8c6:: with SMTP id r6mr86990oom.21.1583917785749; Wed, 11 Mar 2020 02:09:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583917785; cv=none; d=google.com; s=arc-20160816; b=dvyDsKQykuGOppVlpMXcc0rw5HfNUtU7jKgNg/h4RmaVn+kU4eUms1ZOcNML4eI69y 27MjghJ0l9ay8bxBe0DB8raYN5ZFOdC7axSN9p1L1f62UzM9tLZsnBHre/tQPKMv2at2 32oxg3q+vsy8lPxMQUrDilNndWm3PjV0l0iysA8+jnPvFeVRTz2QgYxPmIY/pqezifyT TeaxMEE73j2e9NU+8ChPLOvegk22OIITmlqNfIIs1DDSSrYQp5aS0Vuw8MKBK6inaKJM OapsnTmAF+OX7jVLhthTQC5vxWPOVi9K2hmpeAYwdTz8PU/yKF90gg/4kVGKYq+XvqJS qcwQ== 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=+U7o0hlE5SKvg7tW7r4ha19rS2Nuc+pHGEsdlrz8hxw=; b=KUlf49RjtFcSoxzgxiCWdaDks3dGF86QyizdziAG3Ty/4k056mltOlMFtEi16Zu4kY 6vf0jpSyTuhjEBjbxxGF0wg9wWV7Jo5QrCUrNs14NiQ/dZE76UCJYuF957lTWdiZWnV0 u7orapTunb/vWeQKRuzDQzwOL1K4OtVWVEZoWumjCaKDCCe5f09R5MN1QF+yAbEjziRp 9ObmUXPbOFQGf5Sk7uumaqZPSFBHcBonOVMZYXShvPWqjbbwEOgrB+kh9XRFsBIIXJAe wsy21Mc28gVGiy6paKlEInQ8pQzPEe90fs/bb1tlKKXgO7E2ILv7pyrWheCgGuk/lJUl Mqtw== 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 u9si880052oia.62.2020.03.11.02.09.33; Wed, 11 Mar 2020 02:09:45 -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 S1728781AbgCKJIC convert rfc822-to-8bit (ORCPT + 99 others); Wed, 11 Mar 2020 05:08:02 -0400 Received: from gloria.sntech.de ([185.11.138.130]:37994 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726934AbgCKJIB (ORCPT ); Wed, 11 Mar 2020 05:08:01 -0400 Received: from p5b127c69.dip0.t-ipconnect.de ([91.18.124.105] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1jBxLH-0000Xw-Dr; Wed, 11 Mar 2020 10:07:55 +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 v1 1/5] ARM: dts: rockchip: fix vqmmc-supply property name for rk3188-bqedison2qc Date: Wed, 11 Mar 2020 10:07:54 +0100 Message-ID: <37714750.JZCpAI0Cju@phil> In-Reply-To: <20200307134841.13803-1-jbx6244@gmail.com> References: <20200307134841.13803-1-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 Samstag, 7. M?rz 2020, 14:48:37 CET schrieb Johan Jonker: > A test with the command below does not detect all errors > in combination with 'additionalProperties: false' and > allOf: > - $ref: "synopsys-dw-mshc-common.yaml#" > allOf: > - $ref: "mmc-controller.yaml#" > > 'additionalProperties' applies to all properties that are not > accounted-for by 'properties' or 'patternProperties' in > the immediate schema. > > First when we combine rockchip-dw-mshc.yaml, > synopsys-dw-mshc-common.yaml and mmc-controller.yaml it gives > this error: > > arch/arm/boot/dts/rk3188-bqedison2qc.dt.yaml: mmc@10218000: > 'vmmcq-supply' does not match any of the regexes: > '^.*@[0-9]+$', > '^clk-phase-(legacy|sd-hs|mmc-(hs|hs[24]00|ddr52)| > uhs-(sdr(12|25|50|104)|ddr50))$', > 'pinctrl-[0-9]+' > > 'vmmcq-supply' is not a valid property name for mmc nodes. > Fix this error by renaming it to 'vqmmc-supply'. > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > > Signed-off-by: Johan Jonker applied all 5 for 5.7 Thanks Heiko