From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.andi.de1.cc (mail.andi.de1.cc [178.238.236.174]) (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 7F209376475; Wed, 20 May 2026 21:47:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.238.236.174 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779313628; cv=none; b=UCOrq2EEHSCJegpTcTO9Fy8omvvZle2ZRS1+YnlUQeVQdmCqrMiuHgrbR4cHOLerXprNj29lHVe1n06xIhbIKKC2tAr7ky7kRIooHyKql386WICdz5BLVev1Hd36Y4snAPaAsN9Fa81rCMn4Nn1vhUT92fLOvASTNF7UHnagj0o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779313628; c=relaxed/simple; bh=hfnRN4d9KM/XNVO/xJ/N5pb00q0Pfa7q5hAv9ek8wx8=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=CYeaDI5DG5FSOjDQilbMUeblMk3dhInyyx0V2nbu2kgUkFDf/8YFkrRlCXtGR93G/ThaPRoQDM7yXNKpKLvc/W1g++ddmU9saqCgW1qtjnKfIzV7PEfYHsjnW4axyRgaXIvZpJi1Dr4Y3/8Abc2OE+oVzctYmDGpZVi44Nmy7H0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=kemnade.info; spf=pass smtp.mailfrom=kemnade.info; dkim=pass (2048-bit key) header.d=kemnade.info header.i=@kemnade.info header.b=Nye50udS; arc=none smtp.client-ip=178.238.236.174 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=kemnade.info Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kemnade.info Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kemnade.info header.i=@kemnade.info header.b="Nye50udS" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20220719; h=References:In-Reply-To:Cc:From:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID; bh=lqFsUI2+he6aDFO+JHJcddqbluM1re8BxjczmtcwsYU=; b=Nye50udS3+S16QKqPmqjLGkZGZ P4ZC1dR5vf/b552eDSWCdh4s9yL7Rw+8GDSV4Gh/udyebqupg0yQ3qLFBf0k9XEKrIwqpOiCsFhl3 AUfegZ5TlKFTS8fRpdxUsujDU5EIHFm/G7dJ7pJu1mCbwciR5F+PsWhHDb4K2XIhQdCNix284xznX uSo1zfxQm9vlncrXn/3FCVQeMz1yOkKvjR8bqWsxT0G3Hd7rb9YYRis1nRnQ97VIPBMSmqAeCUvd3 +xuG1xxOa8rIYmDapZZtncXV7MQj3u9KWslfjrZDA11t01cHCCOSuVNfRQeb3nvWEoJVzVBAWth/r SdoFPTMA==; Date: Wed, 20 May 2026 23:46:27 +0200 From: Andreas Kemnade To: Arnd Bergmann Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Christian Lamparter , Johannes Berg , Aaro Koskinen , Kevin Hilman , Roger Quadros , Tony Lindgren , Thomas Bogendoerfer , John Paul Adrian Glaubitz , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Linus Walleij , Bartosz Golaszewski , Dmitry Torokhov , Lee Jones , Pavel Machek , Matti Vaittinen , Florian Fainelli , Jonas Gorski , Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-wireless@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, linux-sh@vger.kernel.org, linux-input@vger.kernel.org, linux-leds@vger.kernel.org, netdev@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH 09/10] [v6 omap] ARM: dts: omap2: add stlc4560 spi-wireless node Message-ID: <20260520234627.3cd83158@kemnade.info> In-Reply-To: <20260520183815.2510387-10-arnd@kernel.org> References: <20260520183815.2510387-1-arnd@kernel.org> <20260520183815.2510387-10-arnd@kernel.org> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; aarch64-unknown-linux-gnu) Precedence: bulk X-Mailing-List: linux-sh@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 20 May 2026 20:38:14 +0200 Arnd Bergmann wrote: > From: Arnd Bergmann > > Converted from the platform_device creation in board-n8x0.c. > > Link: https://lore.kernel.org/all/20230314163201.955689-1-arnd@kernel.org/ > Reviewed-by: Krzysztof Kozlowski > Reviewed-by: Linus Walleij > Signed-off-by: Arnd Bergmann > --- > v6: no changes > v1 through v5: adaptations that correspond to the binding updates > --- > arch/arm/boot/dts/ti/omap/omap2.dtsi | 4 ++++ > arch/arm/boot/dts/ti/omap/omap2420-n8x0-common.dtsi | 12 ++++++++++++ > 2 files changed, 16 insertions(+) > Reviewed-by: Andreas Kemnade