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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6CDAC433EF for ; Thu, 7 Apr 2022 14:52:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237080AbiDGOyW (ORCPT ); Thu, 7 Apr 2022 10:54:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241089AbiDGOyV (ORCPT ); Thu, 7 Apr 2022 10:54:21 -0400 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4572D4C96; Thu, 7 Apr 2022 07:52:19 -0700 (PDT) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 2A1D3240013; Thu, 7 Apr 2022 14:52:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1649343138; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7kE93EQdeX/78I13r54jYxB9RFr1bELvDiK/AcybMWg=; b=BnbNHHSvwabukydz7YNOnjhZfd/kJNVkIjlJIRJ8ByrO1ycXW+J/XnHNoHmR8jw5pmBpu4 ZJWgbKzA/xi9MX39Bvp9kjAcygeD/SN9F2P7yl4aPVWFmllVIK3JFw2tqo6xL1ipPC6mig 4y2wGFLT6rBfRDuYmHp1lSVd9gCxUK3/7LQytvWXhEpJrbFylOCE5dyAsS2X/oNliFn0es fKi5yn6gyOIVy86LZLNCOEcleY1m/egZINhDV2hCuYWhABIBOGDz/kTVhls/Lp2B3k9CM5 YobGQGh9SEG2JbW4Eou3D31LSLARZnfmyr/+tK448Obl2kcV93oaVvvXV29n+w== Date: Thu, 7 Apr 2022 16:52:14 +0200 From: Miquel Raynal To: Krzysztof Kozlowski Cc: Richard Weinberger , Vignesh Raghavendra , Rob Herring , Krzysztof Kozlowski , Mark Brown , Linus Walleij , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] dt-bindings: align SPI NOR node name with dtschema Message-ID: <20220407165214.725ae8f0@xps13> In-Reply-To: <20220407143405.295907-1-krzysztof.kozlowski@linaro.org> References: <20220407143405.295907-1-krzysztof.kozlowski@linaro.org> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Hi Krzysztof, krzysztof.kozlowski@linaro.org wrote on Thu, 7 Apr 2022 16:34:05 +0200: > The node names should be generic and SPI NOR dtschema expects "flash". >=20 > Signed-off-by: Krzysztof Kozlowski Reviewed-by: Miquel Raynal Thanks, Miqu=C3=A8l