From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D5EB14EA39D for ; Mon, 6 Jul 2026 09:03:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783328634; cv=none; b=vFchwJDkhhVXPiqJ1FzmCC4xUjJTNxSZA9Js1OUrwypTTf0LfLOpE+0JgP56SNj16A0eO0+phIiqwFgHqpqaWiFWOMPcoJFXbu6NkWKew9HvIpsKOprvFxTMUoQWnu+aZZdXnBwrUVOG2Fe+CN0BfiztMAkbRX+jHhPO4EbibsQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783328634; c=relaxed/simple; bh=2D34RYxVtpQLJYURr06irwa2SoBgHUUijQRKQS57PE4=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=dmbty47Bo8hLFslcQUqM+z7vZGr6LKmimYNcPJt5tx8Est3/NDMCjNMLe89S52mO7PEW2k5kJ8EVwWT8ENADv3XU5QzBfIN1eoWdEXEu1GW12vl2+ZDOVaaooJO2Nbi4l6Vpkbj3BRY5YOHBID9cUdIS0rhU0Gd/3sC+yw7ThKQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=WIuz54pu; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="WIuz54pu" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 8EFEF1A0E84; Mon, 6 Jul 2026 09:03:45 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 6142F601A2; Mon, 6 Jul 2026 09:03:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 91CB311BB9D70; Mon, 6 Jul 2026 11:03:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1783328624; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=EzXpYPV0PFB6TX9ZDcqY7ctXsxYzZyik5uIt1kgj5dk=; b=WIuz54puOIXvKsy0eg8hrSFIjyHK/usc7xVOrM0SNdZJgw12G3lKlHqewYnbWQemzWZMkt /II90sH6P0vbNirv6FCXYhRej6fzQU8Fc/UkcuengFjODFKvrQQZxobS8ssaQuzaKQ4zXa JMxB0yGF8nyVXi5OBQS4EZUXkUIcuMfrMp08oeRMPF73D4WLEo+HBEinnD+Gq4Qf2szNi+ kR3dCEPtfXTAeXiuUh7UmXx99vauQZkyFHOgz0Qzo0vbNt0z3K3W7885eviRaI2SRAp9y0 uRX5EZxDHaOWHj5kh80o0rtJCECCug1X7xc239ItstJdjNdLjPkp+u0i2wOVQw== Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 06 Jul 2026 11:03:40 +0200 Message-Id: Cc: "Qiang Zhao" , "Christophe Leroy (CS GROUP)" , "Thomas Gleixner" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Linus Walleij" , "Bartosz Golaszewski" , "Madhavan Srinivasan" , "Michael Ellerman" , "Nicholas Piggin" , , , , , , "Thomas Petazzoni" Subject: Re: [PATCH 03/12] dt-bindings: soc: fsl: qe: Convert QE GPIO to DT schema From: "Paul Louvel" To: "Krzysztof Kozlowski" , "Paul Louvel" X-Mailer: aerc 0.21.0-0-g5549850facc2 References: <20260703-qe-pic-gpios-v1-0-6c3e706e27dc@bootlin.com> <20260703-qe-pic-gpios-v1-3-6c3e706e27dc@bootlin.com> <20260706-piquant-arboreal-panda-b810f2@quoll> In-Reply-To: <20260706-piquant-arboreal-panda-b810f2@quoll> X-Last-TLS-Session-Version: TLSv1.3 Hi Krzysztof, On Mon Jul 6, 2026 at 8:48 AM CEST, Krzysztof Kozlowski wrote: > On Fri, Jul 03, 2026 at 03:30:11PM +0200, Paul Louvel wrote: >> diff --git a/Documentation/devicetree/bindings/gpio/fsl,mpc8323-qe-pario= -bank.yaml b/Documentation/devicetree/bindings/gpio/fsl,mpc8323-qe-pario-ba= nk.yaml >> new file mode 100644 >> index 000000000000..1af99339ff40 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/gpio/fsl,mpc8323-qe-pario-bank.y= aml >> @@ -0,0 +1,45 @@ >> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) >> +%YAML 1.2 >> +--- >> +$id: http://devicetree.org/schemas/gpio/fsl,mpc8323-qe-pario-bank.yaml# >> +$schema: http://devicetree.org/meta-schemas/core.yaml# >> + >> +title: Freescale QUICC Engine Parallel I/O (QE PARIO) GPIO Bank >> + >> +maintainers: >> + - Christophe Leroy >> + >> +properties: >> + compatible: >> + oneOf: >> + - items: >> + - enum: >> + - fsl,mpc8360-qe-pario-bank >> + - fsl,mpc8569-qe-pario-bank > > None of these were in the old binding. You need to mention and > explain (WHY) the changes you are doing to the binding during the > conversion. Ok. > >> + - const: fsl,mpc8323-qe-pario-bank >> + - const: fsl,mpc8323-qe-pario-bank > > Best regards, > Krzysztof Thanks, Paul. --=20 Paul Louvel, Bootlin Embedded Linux and Kernel engineering https://bootlin.com