From patchwork Sun Feb 10 10:16:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 1039384 X-Patchwork-Delegate: jagannadh.teki@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b="ut9UvNEd"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43y4br5STfz9s7h for ; Sun, 10 Feb 2019 21:17:28 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 64EB6C2202B; Sun, 10 Feb 2019 10:17:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 32953C22045; Sun, 10 Feb 2019 10:16:35 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 78EBCC21E56; Sun, 10 Feb 2019 10:16:33 +0000 (UTC) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by lists.denx.de (Postfix) with ESMTPS id 1DBA9C21E47 for ; Sun, 10 Feb 2019 10:16:33 +0000 (UTC) Received: by mail-wm1-f65.google.com with SMTP id q21so11255565wmc.5 for ; Sun, 10 Feb 2019 02:16:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=YvTcQTo0noO5MUlZ0WDGVGm84l3LyimMUC+AV7nppFs=; b=ut9UvNEd+IrZlNKEuxVcJASl25WOD78dsShiPkJb8SMX5sx1utXZRvozn9vD7AbKHY vK26RLtxaTc9lEmEwfNQ1g34uPLe5oHXjxmq0RwmdN4pn5BAMUsFLf5877wqI68bGdyc mIrmq93f4BFcobz+HzPGOsYGkV9fr+NZThNvitktiPa9YCoBdB+D9oEZvLqhh4+m8kiZ tnLremCcGhR41qm1GbW/1veJ2bKlXp3eB8FlPFomQQYcymjySBjS11zgiqtU5Ma/fBGR TMunMQ8J4DOmLWX4kUOn80xdUOur/Av+pbEByanh6WD47Q5nJhCkftOMCEony0EYA6gC qgwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=YvTcQTo0noO5MUlZ0WDGVGm84l3LyimMUC+AV7nppFs=; b=gzxCsgiYF9gcQDLBPpvZtPykxhxaBuUeAbTLN8QrGAYXWvUNGnA/KK6mkX+rk7M5X3 LM6e7q1uU0uSQlMJRKTlHC4Itu+TGZfG0hnujl92WUU+KjGp7qUGF18ARaceQ3AtsaxT zzI98yL4nJaV7N09B7TRFXNKV01irEzJmm7Op2fkDz51uYeZaJhvbQ9XRbIbB0DHBKX2 S78Kk61D3cJaH0o9i7xBw/fLx4cpeab6PS4/odrcl/luuI5exjJjDRQlRwpFHLpNVGIn Jbpqrz1k7RdAWnj82TtZo2hfoCHotDmu91LLxXmY0rkkmY75hCwgxDyklq4c9koat6Bt WrEQ== X-Gm-Message-State: AHQUAuY1fy9MwHu6xCFxS60MDD0du/QEvB7y+1HrV94nADtez1G4tJ+Z FpHWgdzScRJAk2YcboskgHm2Gg== X-Google-Smtp-Source: AHgI3IZQcjYu8QHDAfS38G43pnNA/1zhdF45zXkyMbYCtSMg0L0+h42Kb1Bng8wpnSiopgE34hx7+A== X-Received: by 2002:adf:f3c5:: with SMTP id g5mr14527178wrp.247.1549793792603; Sun, 10 Feb 2019 02:16:32 -0800 (PST) Received: from localhost.localdomain ([51.15.160.169]) by smtp.gmail.com with ESMTPSA id q14sm4449703wrw.39.2019.02.10.02.16.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 10 Feb 2019 02:16:32 -0800 (PST) From: Neil Armstrong To: jagan@openedev.com, u-boot@lists.denx.de, simon.k.r.goldschmidt@gmail.com Date: Sun, 10 Feb 2019 10:16:22 +0000 Message-Id: <1549793784-37327-4-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1549793784-37327-1-git-send-email-narmstrong@baylibre.com> References: <1549793784-37327-1-git-send-email-narmstrong@baylibre.com> Cc: uboot-stm32@st-md-mailman.stormreply.com, trini@konsulko.com, uboot-snps-arc@synopsys.com, macpaul@andestech.com Subject: [U-Boot] [PATCH v4 3/4] mtd: sf_probe: remove spi-flash compatible X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Now the "spi-flash" compatible has been removed in the DTS files, remove this compatible from sf_probe to finally use the Linux "jedec,spi-nor" compatible. Signed-off-by: Neil Armstrong Reviewed-by: Simon Goldschmidt --- drivers/mtd/spi/sf_probe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c index 7f1378f..73297e1 100644 --- a/drivers/mtd/spi/sf_probe.c +++ b/drivers/mtd/spi/sf_probe.c @@ -166,7 +166,6 @@ static const struct dm_spi_flash_ops spi_flash_std_ops = { }; static const struct udevice_id spi_flash_std_ids[] = { - { .compatible = "spi-flash" }, { .compatible = "jedec,spi-nor" }, { } };