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 20B82339719; Wed, 29 Apr 2026 06:55:39 +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=1777445740; cv=none; b=epgDDHtJJAYuANHpDYOIdiRbRknLPAsOLt5XQY2k0EMtFgYWVYFA3zo9U3U7Hs8K6OHv2QTUL0RWfE8gqcNV7Gh5+QAXIDlKRRfGFKBFn1II+5uuHtxIJvqQjBfaFcC9SrD1RZ8ww8IdAf9+Q8iWk0MLOfRRX4vmfvsmxo3AQ5Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777445740; c=relaxed/simple; bh=PHll4ZUqKiT08v1DLiiLenqv/Uz1VMM8r2/32Bt5mL4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pQUTEMsYWu9RU8g7LZbtLzxXBbzYYnvi/fw6MCEUsucIBpBk9+A//lQr8iuhcorvrvMs8s3V7aiEgxd2R8gW/LJBqvU/XcVe5heTvI7cwuewvykoj19BXBGTzjB2QAX/2/284DsREc55dgl6UGZWbD9dG50Ts9A1Puy5Eb8jl10= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VFhgfhPg; 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="VFhgfhPg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 420CAC2BCB3; Wed, 29 Apr 2026 06:55:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777445739; bh=PHll4ZUqKiT08v1DLiiLenqv/Uz1VMM8r2/32Bt5mL4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VFhgfhPge/7WpbcBc2sMONWoZHLu8VL0rWWNY364iv6D5SQfahsqi1hTa0Mluri7T CcsM9sRnXsc5j2lftprdsiE43Ve2gSwAKA3SrlIhJe5CZfOiaPJicX0CqQxJGvzlXK k3Z/NBSA+S0xnr9RC9d82YUQYsX9fqcIRwsTNbKULEiWGaINpTd4nW2TUhscX956B9 mYacKBtQN4CXxY3ZZ5VMz6hwfmszSmT9R/ozpe2XRqycmy4FMJOTjAOojzHIqdjgup L4Ojis1NJn1aZkkLJdIXnN656kdewwcmDAhlweLtJZ8M/zK4nhhVxD/CLoBVJ6MCvd UvozQfhvMxJ0A== Date: Wed, 29 Apr 2026 08:55:37 +0200 From: Krzysztof Kozlowski To: Arnd Bergmann Cc: Arnd Bergmann , Aaro Koskinen , Andreas Kemnade , Bartosz Golaszewski , =?utf-8?Q?Beno=C3=AEt?= Cousson , "David S. Miller" , Dmitry Torokhov , Eric Dumazet , Felipe Balbi , Jakub Kicinski , Johannes Berg , Kevin Hilman , Krzysztof Kozlowski , Linus Walleij , Paolo Abeni , Rob Herring , Roger Quadros , Tony Lindgren , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-omap@vger.kernel.org, Christian Lamparter Subject: Re: [PATCH v3 1/3] dt-bindings: net: add st,stlc45xx/p54spi binding Message-ID: <20260429-crouching-dangerous-basilisk-22cfda@quoll> References: <20260427142355.2532714-1-arnd@kernel.org> <20260427142355.2532714-2-arnd@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260427142355.2532714-2-arnd@kernel.org> On Mon, Apr 27, 2026 at 04:23:53PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > The SPI version of Prism54 was sold under a couple of different > names and supported by the Linux p54spi driver, but there was > never a DT binding for it. > > Document the four known names of this device and the properties > that are sufficient for its use on the Nokia N8x0 tablet. > > As I don't have this hardware or documentation for it, this is > purely based on existing usage in the driver. > > Link: https://lore.kernel.org/all/e8dc9acb-6f85-e0a9-a145-d101ca6da201@gmail.com/ > Acked-by: Christian Lamparter > Signed-off-by: Arnd Bergmann > --- > .../bindings/net/wireless/st,stlc45xx.yaml | 58 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 59 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/wireless/st,stlc45xx.yaml Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof