From patchwork Thu Dec 7 14:37:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Vasut X-Patchwork-Id: 845616 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; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="KaydvQBg"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3ysywK5kxgz9t34 for ; Fri, 8 Dec 2017 01:46:09 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 4D39EC21F88; Thu, 7 Dec 2017 14:45:33 +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 A130BC21FC2; Thu, 7 Dec 2017 14:37:55 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 4D72BC21FD3; Thu, 7 Dec 2017 14:37:49 +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 207A7C21FD2 for ; Thu, 7 Dec 2017 14:37:38 +0000 (UTC) Received: by mail-wr0-f193.google.com with SMTP id o2so7725738wro.5 for ; Thu, 07 Dec 2017 06:37:38 -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=xIBQfVbHuut0eAw9jA2mInxnifREY5XSXicGzBuvHqU=; b=KaydvQBgFlJZsxFkbr6HER3cd5tt3Krp/AVBbsQyu8/UgMwAPnN3HRMk08ckB50sNW xI6lQbGIz6B0BQpuFkpKgC+UnfUbv8sgCOX2MpucTTyDGFkDOJwHry3MNZk2WTPVVndT PqCHxYHKOzoZP+BWFOJ30FR2Yg5OTzDypRWoakGYhZk1DFEmz6bKJuU5FY0u9yYCjbot Aeq9agJla6/Vmwg92+xSwHmUCBERVp1GapjSmR9IEypFrRBgBNykyMroO16UUn/H+q2Y nHYWWhbJTmMAncf0lzCg2+kZw/7kc5g0VTTYJfUfzHhKm/DKLt646z2Qji9YOgOyE9ir CfuA== 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=xIBQfVbHuut0eAw9jA2mInxnifREY5XSXicGzBuvHqU=; b=fN7T4IdyXPrukeVpWTcN+9wlJwRjZO3jIRJBKv1MyWH667DjqGIeuG4nmyizQgvuYz 3NpIOFbijE+9DrkPVybwEB3snbZSNJtOOUhS7k2Rv3Rv/qpfvwxP+VNawHpR1apW67EH yogvUBhQ5vy24uNc7rPCpqzx9R6u+tTGlXtKImVTpgeLis081wjU3nrqGSW1Vm8P4RrX 1ZxJjrZABvxYQ2irGcWXMb3BE698mqQki3gbh6XcWT3G2k6QIPKhS/p4X+ZFDwVQhImV stuv5JwE5DX0iVrM582zopD9AHZdtA10yJ4iB4APUDUj6/gRrMkNo2tDTTrL0gRLEQBL l4Aw== X-Gm-Message-State: AJaThX5BWxgr/qWHKcRMdIN0wqewYYTLiuHqlv2i0IzqVpeB+tQazPQo XyGx11rfxXWl4Zye08cKwJeDqLoy X-Google-Smtp-Source: AGs4zMYy9dR6QXCZXOMUdxMzjspx+VU4X8mDDESsenqgDiYRwAturdRtV8JO6Z7TdPZqDs+vCnvusA== X-Received: by 10.223.136.250 with SMTP id g55mr22178906wrg.54.1512657457566; Thu, 07 Dec 2017 06:37:37 -0800 (PST) Received: from chi.lan (ip-86-49-107-50.net.upcbroadband.cz. [86.49.107.50]) by smtp.gmail.com with ESMTPSA id f18sm5870347wrg.66.2017.12.07.06.37.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Dec 2017 06:37:36 -0800 (PST) From: Marek Vasut X-Google-Original-From: Marek Vasut To: u-boot@lists.denx.de Date: Thu, 7 Dec 2017 15:37:06 +0100 Message-Id: <20171207143712.6434-9-marek.vasut+renesas@gmail.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20171207143712.6434-1-marek.vasut+renesas@gmail.com> References: <20171207143712.6434-1-marek.vasut+renesas@gmail.com> Cc: Marek Vasut Subject: [U-Boot] [PATCH 09/15] gpio: rmobile: Add generic Gen3 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" Add generic compatible to the GPIO driver for Gen3 SoCs. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- drivers/gpio/gpio-rcar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c index 593bbc4421..ddedbe6c0e 100644 --- a/drivers/gpio/gpio-rcar.c +++ b/drivers/gpio/gpio-rcar.c @@ -176,6 +176,7 @@ static const struct udevice_id rcar_gpio_ids[] = { { .compatible = "renesas,gpio-r8a7796" }, { .compatible = "renesas,gpio-r8a77970" }, { .compatible = "renesas,gpio-r8a77995" }, + { .compatible = "renesas,rcar-gen3-gpio" }, { /* sentinel */ } };