From patchwork Wed Dec 6 10:22:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10095207 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CBDB460567 for ; Wed, 6 Dec 2017 10:23:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB50429C8C for ; Wed, 6 Dec 2017 10:23:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B064429CA1; Wed, 6 Dec 2017 10:23:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 679D529C8C for ; Wed, 6 Dec 2017 10:23:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754812AbdLFKXL (ORCPT ); Wed, 6 Dec 2017 05:23:11 -0500 Received: from kirsty.vergenet.net ([202.4.237.240]:47467 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754749AbdLFKXK (ORCPT ); Wed, 6 Dec 2017 05:23:10 -0500 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPA id D671425BE88; Wed, 6 Dec 2017 21:23:06 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1512555787; bh=1u1mUWjha9fFS7uY6KKyEBbucsvUxGXvGHdNbX4H7Pk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=c6LvMuXF/9ohdSmo43CrlYALsRoltOTyFoSTeTvq1xAqLv3y3I8P0fcdH5Q89v7E9 BJ1wbZQYyxGAaopfcD83V6qSigiiO+XqGkziQV70vrpU2QHhHaNr69lD46evSSv42H O9C5E/6tec7AlcTp/uD8jT/P/kCsWo1sm4bL46D0= Received: by penelope.horms.nl (Postfix, from userid 7100) id DFDC2E21ACB; Wed, 6 Dec 2017 11:22:58 +0100 (CET) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Simon Horman Subject: [PATCH 07/61] ARM: dts: r8a7794: Use R-Car Gen2 Ether fallback compat string Date: Wed, 6 Dec 2017 11:22:02 +0100 Message-Id: <2ccbeaa92276aa3216f3db9ccf856e32f3822034.1512555546.git.horms+renesas@verge.net.au> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Use newly added R-Car Gen2 Ether fallback compat string in the DT of the r8a7794 SoC. This should have no run-time effect as the driver matches against the per-SoC compat string before considering the fallback compat string. Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7794.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi index 905e50c9b524..148c2567a6ce 100644 --- a/arch/arm/boot/dts/r8a7794.dtsi +++ b/arch/arm/boot/dts/r8a7794.dtsi @@ -640,7 +640,8 @@ }; ether: ethernet@ee700000 { - compatible = "renesas,ether-r8a7794"; + compatible = "renesas,ether-r8a7794", + "renesas,rcar-gen2-ether"; reg = <0 0xee700000 0 0x400>; interrupts = ; clocks = <&cpg CPG_MOD 813>;