From patchwork Thu Sep 3 14:42:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 11753827 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0B5D013B1 for ; Thu, 3 Sep 2020 14:43:08 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B8136206EF for ; Thu, 3 Sep 2020 14:43:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="MpeHh5uV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B8136206EF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5395+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id ZWO5YY4521763xrseff5Gkij; Thu, 03 Sep 2020 07:43:07 -0700 X-Received: from relmlie5.idc.renesas.com (relmlie5.idc.renesas.com [210.160.252.171]) by mx.groups.io with SMTP id smtpd.web12.15617.1599144186096464858 for ; Thu, 03 Sep 2020 07:43:06 -0700 X-IronPort-AV: E=Sophos;i="5.76,387,1592838000"; d="scan'208";a="56297543" X-Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 03 Sep 2020 23:43:05 +0900 X-Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 95B3340C46C1; Thu, 3 Sep 2020 23:43:04 +0900 (JST) From: "Lad Prabhakar" To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Biju Das Subject: [cip-dev] [PATCH 4.4.y-cip 0/6] RZ/G1H add support for Ether/[H]SCIF{A|B} Date: Thu, 3 Sep 2020 15:42:57 +0100 Message-Id: <20200903144303.13275-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: c0IVt6q81QpHnE8LC1Q0KrjGx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1599144187; bh=rzogVgtp93vaPub14kKCxmARlVKw6I3cNpIKejoD4jQ=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=MpeHh5uVx397VtBwokmVi0evSDT5KtJ5tgbEE/GoFV4rO75o9QjWt1KNqBHCH8gmSNo 0Y17ZvoF5YhBxH9Yhy1EJYpMUkZspxLI4lVdRE/UkjuPjno9RpgvYLke9M/OokcnHORqZ GAlvYwCBDjwV5EiwSPQvchF2FXY/x6GjtMY= Hi All, This patch series adds support for ETHER/[H]SCIF{A|B} to R8A7742 SoC and alongside adds camera daughter board dts which fits on iwg21d-q7 development platform. Patches 1/6, 3/6, 5/6, 6/6 have been cherry picked from upstream kernel, patch 2/6 is a hookup patch to enable eth on R8A7742 SoC and patch 4/6 is a fixup patch. Cheers, Prabhakar Lad Prabhakar (6): dt-bindings: net: renesas,ether: Document R8A7742 SoC sh_eth: Add compatible string for R8A7742 SoC ARM: dts: r8a7742: Add Ether support ARM: dts: r8a7742: Drop undocumented compatible string from scifa2 node ARM: dts: r8a7742: Add [H]SCIF{A|B} support ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add device tree for camera DB .../devicetree/bindings/net/sh_eth.txt | 1 + arch/arm/boot/dts/Makefile | 1 + .../boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts | 96 +++++++++++ arch/arm/boot/dts/r8a7742.dtsi | 159 +++++++++++++++++- drivers/net/ethernet/renesas/sh_eth.c | 1 + 5 files changed, 257 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts