Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp286714pxu; Wed, 7 Oct 2020 03:08:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxtAhyClBH2FoQU6sYzbaLSXBmtzRnlM+fYluEr+uMVVtPkDlqOHZ/cyACS/52kjyIXtoae X-Received: by 2002:a17:907:68c:: with SMTP id wn12mr2505299ejb.202.1602065314258; Wed, 07 Oct 2020 03:08:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602065314; cv=none; d=google.com; s=arc-20160816; b=fSnxO8JpsE2dcQoRDl7GBZx1SSnYKu6Uz6qEXKEdSOCYtU7AfHRHeFSF9ikSB6PYI+ 2h1Yj+CHHZNYqr+KYKbjPa7vDcspsU6IUc7AnTRPUgJ029poi6GdVczthnUZQeSd9jDJ l7X/ZpkrDn7pubBSppUGaga3zFDhKsoaQflInSe8vYrM4ZS26+S6MJe+imE0km7xd38K n7N7HTBpBaFR1Z+oXn0TUxRFE5naC6xTiTEJ52fkXVwMDyMIg3qeAu4y0p3uTI7KCivX Y3UbHRzXhW9m9yC6jANKmEDzVFupeA2aE13Xp1c2z0ULrjFjVCzDO/RRe39Zq6IAo67a xd9Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=2mx+TMFO8HkbeMdwfHtRn/h+OozIDjuqqTTHLRrH5SQ=; b=HCgLHf6Vbr+iXZWRFLyumxO2rOlT++Uc3IK3n/QK5cyHc/EJPpQzzFO+5i7RE9NIqC DPaHqgOG7pdpQzNICQrbEk/GkLPPHlmNfaZzoivAIVPbdkUxXlctTe3EsH6yfEr8souj kCae4KIsLr6JgpLp2m1iQ7xPmCk8VubPojOo66ZYv0h68EK6GrJWNNKQgFreRWmoHi3k 3ru70wRVzq0DFNOTX6Bw4/qF9nYaNsfTkCSXMA8EfKxARIl6rjg5gjQFTlND2yBuMK+6 AmDbIPwAxqqk7LFebuBnYGmKvhSq5BvDBI6VCyEERjoq1ak9vUVs14p/36+nIS3iu9ks 63sg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dh21si1003826edb.255.2020.10.07.03.08.11; Wed, 07 Oct 2020 03:08:34 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727989AbgJGKEG (ORCPT + 99 others); Wed, 7 Oct 2020 06:04:06 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:51836 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727257AbgJGKEE (ORCPT ); Wed, 7 Oct 2020 06:04:04 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 2F2FE1C0B7A; Wed, 7 Oct 2020 12:04:00 +0200 (CEST) Date: Wed, 7 Oct 2020 12:03:59 +0200 From: Pavel Machek To: Alexander Dahl Cc: Dan Murphy , Rob Herring , Alexander Dahl , Jacek Anaszewski , linux-leds@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-omap@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-amlogic@lists.infradead.org, linux-mips@vger.kernel.org, Lee Jones , Jeff LaBundy Subject: Re: [PATCH v7 03/12] dt-bindings: mfd: Fix schema warnings for pwm-leds Message-ID: <20201007100359.GC12224@duo.ucw.cz> References: <20201005203451.9985-1-post@lespocky.de> <20201005203451.9985-4-post@lespocky.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/Uq4LBwYP4y1W6pO" Content-Disposition: inline In-Reply-To: <20201005203451.9985-4-post@lespocky.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --/Uq4LBwYP4y1W6pO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > The node names for devices using the pwm-leds driver follow a certain > naming scheme (now). Parent node name is not enforced, but recommended > by DT project. >=20 > DTC Documentation/devicetree/bindings/mfd/iqs62x.example.dt.yaml > CHECK Documentation/devicetree/bindings/mfd/iqs62x.example.dt.yaml > /home/alex/build/linux/Documentation/devicetree/bindings/mfd/iqs62x.examp= le.dt.yaml: pwmleds: 'panel' does not match any of the regexes: '^led(-[0-9= a-f]+)?$', 'pinctrl-[0-9]+' > From schema: /home/alex/src/linux/leds/Documentation/devicetree/b= indings/leds/leds-pwm.yaml >=20 > Signed-off-by: Alexander Dahl Okay, so I need Rob's ack here, I guess... and rest of the series is not really for my tree. Best regards, Pavel =09 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --/Uq4LBwYP4y1W6pO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCX32SjwAKCRAw5/Bqldv6 8j2vAKCrp2lJsTwvDpUEUfMmPs/16q8FEwCeMqObBKksCi7uVCLOO12E0DIPrBo= =7lMU -----END PGP SIGNATURE----- --/Uq4LBwYP4y1W6pO--