From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 107673932F6; Mon, 13 Jul 2026 07:48:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783928939; cv=none; b=nim/j6pyLUSms4p4BE3NMRObTjuRNRP+LdtGiLAzoOpGdoNllkNkSF2/D13vgKo17Owndub5G91ido2kYOXVzMWTe4EmFJB2eOgpcmauP4yu9CB8r+QHPdTxNec1GaRt811bguwqxOtK3qw8Nm9TiKYQM9E9MJfFsMTGEyDVOwM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783928939; c=relaxed/simple; bh=HLORW+XXiV6OA8LqvvwOgOR6CHvebxHRcMvcbvaEE0k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VSqamJgoD7izVEZ9KKGn7yjQMPsEAvv7t9wVnHnMRxODk+tNGDzWq79f8oKUMqJvwfN7POiHmmEhlMbqUziZLPQSXVfaAMs/7cyqTBdRs2UJpi2tO5/1hmnOS2RV02XbXEvbayWSfDa7BB15AE02AGlSpi78A1Sq/3kOBuqdews= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fp3vseqK; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fp3vseqK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D47B1F000E9; Mon, 13 Jul 2026 07:48:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783928937; bh=vtYE5RfYHFnoyGWcHHst1Z2VO14NI1Ws98iIJKm7chk=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=fp3vseqKOvUvObhmR1LYdYwYu8s8SJsyj7vD7WrmhiIC5uR3oqKbRvvYBRs80Tpn6 sUtmTlI9jHbOZub9kQWTDURVvbECD6jORXCc7KkVv+lpuO9g47Aceiq62qisAfZiNa Whcqdo+iQx+D793P7E5MJ5Dl8ss7GWUcN8ZHajb3z/VQnjwYxtVVzB74BgogKyBXKj xH+A5yyeGWxQSI1aYrsSV2IDQmfMI85/jI56MNcjpLk69T8BGVurczBwnSdWUtqxXS MgF1oyFNZp70n1g6vzBv38OS0fMXCeyQlcrPv9ZcFBWOtNJMsCDaPXSTjZoLJQv/7y mVNVdSh/RWePg== Date: Mon, 13 Jul 2026 09:48:53 +0200 From: Krzysztof Kozlowski To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Alexandre Torgue , Bartosz Golaszewski , Conor Dooley , Krzysztof Kozlowski , Linus Walleij , Rob Herring , devicetree@vger.kernel.org, kernel@dh-electronics.com, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Subject: Re: [PATCH 01/10] dt-bindings: arm: stm32: Document STM32MP23xx/STM32MP25xx DHCOS SoM and Breakout Board and DHSBC Message-ID: <20260713-tireless-sly-squirrel-04c7e5@quoll> References: <20260711210131.236025-1-marex@nabladev.com> <20260711210131.236025-2-marex@nabladev.com> Precedence: bulk X-Mailing-List: devicetree@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: <20260711210131.236025-2-marex@nabladev.com> On Sat, Jul 11, 2026 at 10:59:30PM +0200, Marek Vasut wrote: > - description: ST STM32MP257 based Boards > items: > - enum: > @@ -203,6 +215,12 @@ properties: > - st,stm32mp257f-ev1 > - const: st,stm32mp257 > > + - description: DH STM32MP231 DHCOS SoM based Boards > + items: > + - const: dh,stm32mp231a-dhcos-bb > + - const: dh,stm32mp231a-dhcos-som > + - const: st,stm32mp231 This should be after st,stm32mp157 group and before st,stm32mp251 to be sorted by fallback compatible. Anyway, not a big deal, so: Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof