From patchwork Fri May 11 09:49:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kunihiko Hayashi X-Patchwork-Id: 135513 Delivered-To: patch@linaro.org Received: by 2002:a2e:9706:0:0:0:0:0 with SMTP id r6-v6csp641757lji; Fri, 11 May 2018 02:49:39 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrjK8SHvs2A+Eagx7rpDmwcim/UjurHRFsk3vl4072C9ZsE4B2JGe2jwab16rowLpN6vXt7 X-Received: by 2002:a50:d7d7:: with SMTP id m23-v6mr6617865edj.19.1526032179712; Fri, 11 May 2018 02:49:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526032179; cv=none; d=google.com; s=arc-20160816; b=JXjA1MBC08wVN9EcQxqt26X8b1zPPMc9CzELr0uirIcxxZHlt/w8d+EBHgDDtQIbGO PdFgYlF8LeQu6nEZZisNU27dDexB5KSPmZhWPuXijxLdp0cK5lx+pdhgccAPjJQlMyOH N+Ac9J4OKbqG+93IccwQYTXHzPSKVKGBElaierzp3vsBtfDrF/hGf8bV0xfMHPYD000F kzlp1Q8ar753jHFp+VK+/peuWtt6sq1Ora9P1+mPlpV0TCiJBGrDa3J7IzdfmZzgnfSG XQ1oUe+C4yhddEO5uAl6eAHvADeLiSNYQgA5v3xEmvcV2Kmtv1ZC3x6lyAtSKqpeCmk9 VrPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from :arc-authentication-results; bh=Ah8ryLRnBLc5yHrNfckde77qQ+LINXCqeUnAomIt7wo=; b=Jw1B9kVBlAUnvfnieRZbTLPhhPjtbNL7eL03ZFDn2el6y00ki90WU51FueSGH+OAFU Mcj/MKruTz3WVVAAzrpXpltzvyMiDAsQeYgEFbtdUQfMpzNmKEZigqLDH1ndTuc0UA/F r5E/WdzyhHbpoRnk+Szf1DaSA3yPAjqrAWm+CF+I5dkqtTNsmisjM9sUOqjU8cXct+zG ZpdLe8K3s6Oo0FCfgQa3RjzUFOpxboixYS+7FC6w3TLii01JBsmF5DIn5CZBjJC/mQWj Lp6SW1XXuyxhmpNARpJWhtKYCBxmQv8t0P23TwoUHZkgfZ2tnORiP13j+uuVmQ7w46gS BvMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id y100-v6si3151325ede.117.2018.05.11.02.49.39; Fri, 11 May 2018 02:49:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id 036CCC22305; Fri, 11 May 2018 09:49:37 +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=none 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 23522C22108; Fri, 11 May 2018 09:49:35 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 35E31C2209A; Fri, 11 May 2018 09:49:34 +0000 (UTC) Received: from mx.socionext.com (mx.socionext.com [202.248.49.38]) by lists.denx.de (Postfix) with ESMTP id 34575C21F7A for ; Fri, 11 May 2018 09:49:32 +0000 (UTC) Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 11 May 2018 18:49:30 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 588FB1800CF for ; Fri, 11 May 2018 18:49:30 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Fri, 11 May 2018 18:49:30 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id D44121A01CC; Fri, 11 May 2018 18:49:29 +0900 (JST) From: Kunihiko Hayashi To: u-boot@lists.denx.de Date: Fri, 11 May 2018 18:49:13 +0900 Message-Id: <1526032157-21611-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Subject: [U-Boot] [PATCH 0/4] ARM: dts: uniphier: add additional required properties for ethernet nodes 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" According to the modification of linux-next, add required clocks and their names, resets and their names, and system controller properties to fix the activation issues for the ethernet controllers implemented on some UniPhier SoCs. Kunihiko Hayashi (4): ARM: dts: uniphier: add syscon-phy-mode property to each ethernet node ARM: dts: uniphier: add required clocks and resets to Pro4 ethernet node ARM: dts: uniphier: add clock-names and reset-names to ethernet node ARM: dts: uniphier: change phy-mode to 'internal' for LD11 arch/arm/dts/uniphier-ld11.dtsi | 5 ++++- arch/arm/dts/uniphier-ld20.dtsi | 3 +++ arch/arm/dts/uniphier-pro4.dtsi | 10 +++++++--- arch/arm/dts/uniphier-pxs2.dtsi | 3 +++ arch/arm/dts/uniphier-pxs3.dtsi | 6 ++++++ 5 files changed, 23 insertions(+), 4 deletions(-)