From patchwork Thu Mar 1 21:14:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 880107 X-Patchwork-Delegate: marek.vasut@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=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="En5nRJcz"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3zslfY0CHVz9s72 for ; Fri, 2 Mar 2018 08:18:44 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 66FA1C21F45; Thu, 1 Mar 2018 21:16:04 +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=FREEMAIL_FROM, 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 5570CC21ECE; Thu, 1 Mar 2018 21:15:17 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 0BD04C21F67; Thu, 1 Mar 2018 21:15:10 +0000 (UTC) Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by lists.denx.de (Postfix) with ESMTPS id BF4A0C21C4A for ; Thu, 1 Mar 2018 21:15:06 +0000 (UTC) Received: by mail-wr0-f193.google.com with SMTP id l43so8069344wrc.2 for ; Thu, 01 Mar 2018 13:15:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=nkd0w7Ax+ZDzFVy8C65puL3lI18+Ewds2tEo4O/KaQ8=; b=En5nRJczqWDzKXT4a4+CjSQoWHGmzsEWVefj5BQ7cQEoBozKGuy2761Xho+4Axld07 uQwK9kVUA28eL5aOMxp7ieO2T/hFQWwXdCoSClsw78fJFo+d3IOhSlHWM5yuf8xHQshz T890loaAZnK8US77NuFmCpf8s6kcjGhysbj65l91hNROwfeNUS03RCCVS5ZP/ezTPcdq B1Kf3Q7XEO+6RZoy536WmQz+YtPMi/ZippH2QTN1XVOeu/EIKt7z29cv3rj0o7bLs0uh DYAd/+2oKhYgEXalDCMEsx3fRoPit+DxV2A+ORd97vBtCDEcLfuz9H7/GQTMFqvoOizo jz2A== 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=nkd0w7Ax+ZDzFVy8C65puL3lI18+Ewds2tEo4O/KaQ8=; b=FJtvGADQWzgzqaWHt3V2nyPQLsjKPLCuxpyUCfYDUvaPvpg1XdlT4MHO2ZameIWOFY kXPf2quXSyJVZGReo1w8eVALIv9Ox8kmE6nrwsiJ25OAmADUGUJSPdgdCcZS5siP+SIP sg/augfuQH4T8jSXDLR07Lxo7x2Eq00coC1kBIDN0Q8XV4hVua86myOe4akze7MYAiBj jcCBQN0e+UMEbQ6eJcVpEfPz1TemrXZTHdpyayjPJTOie/FIfAdero8mTS5pM5AzT763 7z0D/jjohjDIwWl7S/uttUfzHnPdod6sWYlkZ+yccx5ZkWxThyx6DrGAyohsZ5+3/zTE gUIg== X-Gm-Message-State: APf1xPCmrg/zViN2Ksk6v01v24r9cwyYCUSNylqlIwc1e/kAeavQU6ho C1BExVxtko0El8nhiNoP2fzn+Xez X-Google-Smtp-Source: AG47ELt0ZCX7GVofez633/jXckFvvjvMOhrD7JhQJXiRmWTE2F3QVSmNzavSs8G6cwSxUaQuuBoR9w== X-Received: by 10.223.182.16 with SMTP id f16mr2925445wre.51.1519938906105; Thu, 01 Mar 2018 13:15:06 -0800 (PST) Received: from kurokawa.lan (ip-86-49-107-50.net.upcbroadband.cz. [86.49.107.50]) by smtp.gmail.com with ESMTPSA id a14sm4795757wrf.22.2018.03.01.13.15.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Mar 2018 13:15:05 -0800 (PST) From: Marek Vasut X-Google-Original-From: Marek Vasut To: u-boot@lists.denx.de Date: Thu, 1 Mar 2018 22:14:33 +0100 Message-Id: <20180301211441.31638-5-marek.vasut+renesas@gmail.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180301211441.31638-1-marek.vasut+renesas@gmail.com> References: <20180301211441.31638-1-marek.vasut+renesas@gmail.com> Cc: Joe Hershberger , Marek Vasut Subject: [U-Boot] [PATCH 05/13] net: ravb: Add R8A77965 M3N entries 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" Add entries for the R8A77965 M3N SoC. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Joe Hershberger Acked-by: Joe Hershberger --- drivers/net/ravb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ravb.c b/drivers/net/ravb.c index bd30cba940..ae120e59ba 100644 --- a/drivers/net/ravb.c +++ b/drivers/net/ravb.c @@ -658,6 +658,7 @@ int ravb_ofdata_to_platdata(struct udevice *dev) static const struct udevice_id ravb_ids[] = { { .compatible = "renesas,etheravb-r8a7795" }, { .compatible = "renesas,etheravb-r8a7796" }, + { .compatible = "renesas,etheravb-r8a77965" }, { .compatible = "renesas,etheravb-r8a77970" }, { .compatible = "renesas,etheravb-r8a77995" }, { .compatible = "renesas,etheravb-rcar-gen3" },