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 B34E9148850; Sat, 28 Mar 2026 14:00:23 +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=1774706423; cv=none; b=dDxMZ6UoGilEypndly34Safc1d9UnbYAzsQFWf6ggqQBx/8LZhhFafTm9iZPk9JkFsPga5K0RiKtbFZQbrFNbZUalbs+3jfldvtqPdAbuO2Qw8cFis1DtryvJfL5XMatApNJB6H2U3ItMYFRMiSlrAI0t562AmqPR3u8BdIIDGk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774706423; c=relaxed/simple; bh=JHRgANjYlG59Tmy8JU0d+EGviW+veg92wQFCjbKyeYQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rx69fVOcghh6YSzYEP7pumz6jzn4FYqkwVPFj+28c47PTse5WwNzIEHZHnWpfMEiAwHXWQkOTx4vKI4+5o2nCp42lVIgE8daaDJK2vQIwuk+rVWhq7Fo4Ig5K/1u2kmIwReeWlzHUHEuNsr3q4NMOOmr0bxYpLP/+GbjgEy7PKc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Pdw7szfI; 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="Pdw7szfI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C7746C4CEF7; Sat, 28 Mar 2026 14:00:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774706423; bh=JHRgANjYlG59Tmy8JU0d+EGviW+veg92wQFCjbKyeYQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Pdw7szfIMilLBa1KjFEH+K9moemQQBZavrASwgl665i90dRNijfVFBx2RizqEzE6q EWVSCxBgIDoUmvwVvkE4qJi/iiZs9DWTGoZAT5sVz+Nq6SmzrUJq+vUTycjsuysfck Xwa2pT0Wa4KWfOGRpCpXbXhbOOFACtIyxmqNFRn7eg+JV7eK46xyUN9Vf7Yc7mTvyy gXfeOTha0qX8Ljg542bIxd7PrSEBLpCfNhFO+81v57Yf/cC7ti7svwPsDjO/pjh/V5 7PtVgyPYhERs2hnlF0Jl1e+23CCfxJrneaE47ILWl2yi9dilMEioCRedIkRX9H+2zf KfnNDjzUAz6Ig== Date: Sat, 28 Mar 2026 15:00:20 +0100 From: Krzysztof Kozlowski To: nick.hawkins@hpe.com Cc: catalin.marinas@arm.com, will@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/3] dt-bindings: arm: hpe,gxp: Add HPE GSC platform compatible Message-ID: <20260328-chirpy-sturdy-emu-9eb0cb@quoll> References: <20260327174445.3275835-1-nick.hawkins@hpe.com> <20260327174445.3275835-2-nick.hawkins@hpe.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: <20260327174445.3275835-2-nick.hawkins@hpe.com> On Fri, Mar 27, 2026 at 12:44:43PM -0500, nick.hawkins@hpe.com wrote: > From: Nick Hawkins > > Add the HPE GSC ARM64 BMC SoC compatibles to the existing > hpe,gxp.yaml binding. > > The initial board compatible is hpe,gsc-dl340gen12 for the DL340 Gen12 > server platform. > > Add the arm64 DTS path to the existing ARM/HPE GXP MAINTAINERS entry, > renamed to ARM/HPE GXP/GSC ARCHITECTURE. > > Signed-off-by: Nick Hawkins > --- > Documentation/devicetree/bindings/arm/hpe,gxp.yaml | 7 ++++++- > MAINTAINERS | 3 ++- > 2 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/hpe,gxp.yaml b/Documentation/devicetree/bindings/arm/hpe,gxp.yaml > index 224bbcb93f95..6f057cd58571 100644 > --- a/Documentation/devicetree/bindings/arm/hpe,gxp.yaml > +++ b/Documentation/devicetree/bindings/arm/hpe,gxp.yaml > @@ -4,7 +4,7 @@ > $id: http://devicetree.org/schemas/arm/hpe,gxp.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > -title: HPE BMC GXP platforms > +title: HPE BMC GXP and GSC platforms > > maintainers: > - Nick Hawkins > @@ -18,6 +18,11 @@ properties: > - enum: > - hpe,gxp-dl360gen10 > - const: hpe,gxp > + - description: GSC Based Boards > + items: > + - enum: > + - hpe,gsc-dl340gen12 > + - const: hpe,gsc What sort of ordering are you going to use in this file? Usual choice is the fallback compatible, but I see you have chosen something else. That is fine, just keep that else sorting in the future instead of adding to the end. Best regards, Krzysztof