From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 733F436D4E4; Tue, 31 Mar 2026 07:01:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774940491; cv=none; b=roWgjD1VX1MPy84qUQB/Ey89QHtrDd0BMdKoyR0OgvNE+SihJbU6KhG72JyaA65ROht8WGt0xr2/sP9zGarsd01YQrHZyo1Q9ruZsHYOFF+obFriNv03dnHIdJPlHHmCZwf0A6+/RWUV9DKktJ+j+wSe5sS5yYHrhdYG+RsN3Uc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774940491; c=relaxed/simple; bh=GzzLKAM7HohgpbhX7Jt24n8lQNb/+gcmxOQdZGYzy2A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Eifb3WoGjoQr5h0YOD2zOaAGbPdkhgFvyMw98qK+nVITj/UEbj1gqP9+LYCYAqk56+ZK1NPhyX/oo/INJJr0MxBn+5GRrfeNE2dhXxp1gjTyZiLwtF9Oxfh+U37wClPNeXthof/wm+BotN/mWUtx5jN0YHFi+OD1ZqQYkg6N7HU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kYmtxUd7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kYmtxUd7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 835A1C2BCB0; Tue, 31 Mar 2026 07:01:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774940491; bh=GzzLKAM7HohgpbhX7Jt24n8lQNb/+gcmxOQdZGYzy2A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kYmtxUd7yP70LJIdwmBli+tq6dX5Y/2Ui7J8KZWxYW9ikaun9TIbA1m/EA8J+SYW9 vwVnbO7y4rfYzwYxb+LbfW8xjiauMSGmzVBZxEEQVokRa7chI1K9zj6mFIUPzHmf+A TGBL+pcRCNUMQNHtrUZxU/ZWde7UQrqqv40ISXPLuQmJQjoqFrQo1wiXjOjRz3+uxk vsVG18fyH9euB3nFroZB1rOteT63tE2UocB+NuSgJAfgUWdb1x2g9D/ANwV6ZFvtKj ulAYXzoAIeEBXg7aTm81E3+SNZ8M6ZLm+2t9L+1ZbICGB7O9wNXW2PGbxoYOZBqh58 jB3U6aNVa/neQ== Date: Tue, 31 Mar 2026 09:01:28 +0200 From: Krzysztof Kozlowski To: Luca Leonardo Scorcia Cc: linux-mediatek@lists.infradead.org, Fabien Parent , Val Packett , Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sen Chu , Sean Wang , Macpaul Lin , Lee Jones , Matthias Brugger , AngeloGioacchino Del Regno , Linus Walleij , Liam Girdwood , Mark Brown , Louis-Alexis Eyraud , Gary Bisson , Julien Massot , Chen Zhong , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH v4 1/9] dt-bindings: mfd: mt6397: Add MT6392 PMIC Message-ID: <20260331-flawless-bronze-lorikeet-59a6ff@quoll> References: <20260330083429.359819-1-l.scorcia@gmail.com> <20260330083429.359819-2-l.scorcia@gmail.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260330083429.359819-2-l.scorcia@gmail.com> On Mon, Mar 30, 2026 at 09:29:35AM +0100, Luca Leonardo Scorcia wrote: > - items: > - enum: > - mediatek,mt6366-rtc > @@ -99,9 +107,6 @@ properties: > - mediatek,mt6366-regulator > - const: mediatek,mt6358-regulator > > - required: > - - compatible Not really, this affects existing ABI and might make the child schema being applied. Basically regulators node can be anything now. This is definitely not a binding we want. The syntax for parent schema when listing only compatibles is requiring this compatible. You cannot have here whatever empty node. Best regards, Krzysztof