From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ACB0CC4332F for ; Wed, 6 Oct 2021 05:07:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9455E611C0 for ; Wed, 6 Oct 2021 05:07:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232473AbhJFFJo (ORCPT ); Wed, 6 Oct 2021 01:09:44 -0400 Received: from muru.com ([72.249.23.125]:41204 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229639AbhJFFJn (ORCPT ); Wed, 6 Oct 2021 01:09:43 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id BEFC480E1; Wed, 6 Oct 2021 05:08:21 +0000 (UTC) Date: Wed, 6 Oct 2021 08:07:49 +0300 From: Tony Lindgren To: Roger Quadros Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap3430-sdp: Fix NAND device node Message-ID: References: <20210902095828.16788-1-rogerq@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210902095828.16788-1-rogerq@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Roger Quadros [210902 12:58]: > Nand is on CS1 so reg properties first field should be 1 not 0. > > Fixes: 44e4716499b8 ("ARM: dts: omap3: Fix NAND device nodes") Thanks applying into fixes. Tony