From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.3ffe.de (0001.3ffe.de [159.69.201.130]) (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 29CCB1C688C; Fri, 28 Jun 2024 16:04:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.201.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719590699; cv=none; b=NtvVcQThn3RgyvBnotNNpB/KMCuyUnCCR5UpFNPCM+Dfi5fvi2IDKTJi9X+osMMQtz/zlrs9E035kuULM43vNBsbPQ5dfDM32INzhPHjXO95nAl6KcL3lAYENr2QGiOkCGQNeJGitRiUZ1M2S4L7QTwmlbyn7nFWEBrAaG89rlM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719590699; c=relaxed/simple; bh=QLstFpjHxHGYOSl572DYPanLUWr4F8cpkP6emzx8uRM=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:From:To:Subject: References:In-Reply-To; b=CM+MdLequIAFgTpYnJxRWChQWKKzaEJZ1lf5WOolCgI24m5Sey+wzzrBJ97AAnlIZ67ctlps34IH6KyAX1totgHZZ4aGlGN6YBVnfXVo6pnPHXFyNf0rbL6kYJxSZH76BiCuQTablEiG5oU02Ar3EsCcoJ5kWzFJlD9DrXU0L2g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=walle.cc; arc=none smtp.client-ip=159.69.201.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=walle.cc Received: from localhost (unknown [IPv6:2a02:810b:4340:4ee9:4685:ff:fe12:5967]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id B85AE542F; Fri, 28 Jun 2024 18:04:53 +0200 (CEST) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 28 Jun 2024 18:04:52 +0200 Message-Id: Cc: , "Tudor Ambarus" , "Pratyush Yadav" , , "Miquel Raynal" , "Richard Weinberger" , "Vignesh Raghavendra" , , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Erez Geva" From: "Michael Walle" To: "Conor Dooley" , "Erez Geva" Subject: Re: [PATCH 3/4] dt-bindings: mtd: macronix,mx25l12833f: add SPI-NOR chip X-Mailer: aerc 0.16.0 References: <20240628140328.279792-1-erezgeva@nwtime.org> <20240628140328.279792-4-erezgeva@nwtime.org> <20240628-refuse-actress-b76985aa020c@spud> In-Reply-To: <20240628-refuse-actress-b76985aa020c@spud> Hi, On Fri Jun 28, 2024 at 5:57 PM CEST, Conor Dooley wrote: > On Fri, Jun 28, 2024 at 04:03:27PM +0200, Erez Geva wrote: > > From: Erez Geva > >=20 > > Add Macronix SPI-NOR mx25l12833f. > >=20 > > Signed-off-by: Erez Geva > > Should the email in here and in the From: field be your nwtime one? > Otherwise > Acked-by: Conor Dooley Actually, you're not supposed to add any compatibles to this list. >From the binding: description: SPI NOR flashes compatible with the JEDEC SFDP standard or which may = be identified with the READ ID opcode (0x9F) do not deserve a specific compatible. They should instead only be matched against the generic "jedec,spi-nor" compatible. I presume the Macronix flash does support the read id opcode. -michael