Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600478

[PATCH v2 13/20] ARM: dts: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Corentin Labbe <clabbe.montjoie@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 13/20] ARM: dts: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high
Date Tue, 14 Mar 2017 15:30:01 +0100
Message-ID <tkVCx-1ny-7@gated-at.bofh.it> (permalink)
References <tkVCx-1ny-1@gated-at.bofh.it>
X-Original-To robh+dt@kernel.org, mark.rutland@arm.com, maxime.ripard@free-electrons.com, wens@csie.org, linux@armlinux.org.uk, catalin.marinas@arm.com, will.deacon@arm.com, peppe.cavallaro@st.com, alexandre.torgue@st.com, davem@davemloft.net
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=TADbJKZs7JXeLAs/Ng9DbUQcsgj1g0i7JsGb22jgWhI=; b=TvrOKeyOkUwoduO7xd5eRs16PLyyTxIZFtAbtY0tiF0L3k4BK+pAXECPaCU4dpQ/9E EqijTLK5nBnm1DfshAyRuUrkcf5hjvmXQLHieif5nWfZ62+R0bwSzn5zSnxWeurVjObI bDoSCaE44FHFlJIpC4GpiI6A0XQOwWTMzZLcYRDxy+79qxspTr13UVSGJuxTDU88wuk4 /EHv4J5lCa7Giqbag9SyMz55rvOb7Uj9rbhHJvGhKip6G44mXzOGkiqGlqxsx3il8ZIt 7Ead9+c8ba9qUeWKn8KF/9t9qsnbk7Uct7puhjna4XSI3/BoUKH3KHye1Wk9l+/X2Aww S7PQ==
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=TADbJKZs7JXeLAs/Ng9DbUQcsgj1g0i7JsGb22jgWhI=; b=FuGa+GUAcqu3DQQvBdFqc5Gab/tDr4VwsbfncSAoOtvO4sS+SLehpAv5jqg2Asow0n fDJwG7MJbjPN2APCoTdmENFE+BC4hUMAZJeAW+VPP9MOvVqvTBO8eEzFddPVtC7UO98a YA+CsAYGbO3kcTPy703sLZ37Yt4F+DLzCDI0SmBFWrCqbM4rFWngOWREr65/yvu0S98t UYEo+vM84+2CAOz6NUa5Oj3I7UxEfm72Ws+WdMZYfxp82iRJhxYUYmsN3mTsINJHjtEL KgOqZf/TwsCAuPfx/kWZ89x0hICmDiLjrW4Rnm0JUTMsFDr1ZdujuftvnHqq8WuA+RPP jkUQ==
X-Gm-Message-State AFeK/H3cz6wf9uHhnJg7JrslaiCUa7JQ1gJbobFGmyupZL7f80ZomSAgGLu13u/AhmCb2g==
X-Received by 10.28.143.204 with SMTP id r195mr61349wmd.32.1489501287841; Tue, 14 Mar 2017 07:21:27 -0700 (PDT)
X-Mailer git-send-email 2.10.2
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 24
Organization linux.* mail to news gateway
X-Original-Cc f.fainelli@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Corentin Labbe <clabbe.montjoie@gmail.com>
X-Original-Date Tue, 14 Mar 2017 15:18:49 +0100
X-Original-Message-ID <20170314141856.24560-14-clabbe.montjoie@gmail.com>
X-Original-References <20170314141856.24560-1-clabbe.montjoie@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1600478

Show key headers only | View raw


On the Orange Pi PC Plus, the polarity of the LEDs on the RJ45 Ethernet
port were changed from active low to active high.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts
index 8b93f5c..0380769 100644
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc-plus.dts
@@ -86,3 +86,8 @@
 	/* eMMC is missing pull-ups */
 	bias-pull-up;
 };
+
+&emac {
+	/* LEDs changed to active high on the plus */
+	/delete-property/ allwinner,leds-active-low;
+};
-- 
2.10.2

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 00/20] net-next: stmmac: add dwmac-sun8i ethernet driver Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 03/20] ARM: sun8i: dt: Add DT bindings documentation for Allwinner dwmac-sun8i Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
    Re: [PATCH v2 03/20] ARM: sun8i: dt: Add DT bindings documentation  for Allwinner dwmac-sun8i Rob Herring <robh@kernel.org> - 2017-03-20 23:30 +0100
  [PATCH v2 18/20] ARM: dts: sun50i-a64: enable dwmac-sun8i on the BananaPi M64 Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 06/20] ARM: dts: sunxi-h3-h5: Add dt node for the syscon control module Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 13/20] ARM: dts: sun8i: orangepi-pc-plus: Set EMAC activity LEDs to active high Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 16/20] ARM: dts: sun50i-a64: enable dwmac-sun8i on pine64 Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
    Re: [PATCH v2 16/20] ARM: dts: sun50i-a64: enable dwmac-sun8i on  pine64 Florian Fainelli <f.fainelli@gmail.com> - 2017-03-14 19:30 +0100
  [PATCH v2 14/20] ARM64: dts: sun50i-a64: Add dt node for the syscon control module Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
    Re: [PATCH v2 14/20] ARM64: dts: sun50i-a64: Add dt node for the  syscon control module Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2017-03-15 12:10 +0100
  [PATCH v2 17/20] ARM: dts: sun50i-a64: enable dwmac-sun8i on pine64 plus Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 01/20] net-next: stmmac: export stmmac_set_mac_addr/stmmac_get_mac_addr Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 04/20] ARM: sun8i: dt: Add DT bindings documentation for Allwinner syscon Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
    Re: [PATCH v2 04/20] ARM: sun8i: dt: Add DT bindings documentation  for Allwinner syscon Rob Herring <robh@kernel.org> - 2017-03-21 02:10 +0100
  [PATCH v2 19/20] ARM: sunxi: Enable dwmac-sun8i driver on sunxi_defconfig Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 20/20] ARM: sunxi: Enable dwmac-sun8i driver on multi_v7_defconfig Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 09/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Orange PI PC Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 12/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Orange Pi plus Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 08/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Banana Pi M2+ Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 05/20] net-next: stmmac: Add dwmac-sun8i Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 11/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Orange PI One Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 10/20] ARM: dts: sun8i: Enable dwmac-sun8i on the Orange Pi 2 Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 15/20] ARM64: dts: sun50i-a64: add dwmac-sun8i Ethernet driver Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 07/20] ARM: dts: sunxi-h3-h5: add dwmac-sun8i ethernet driver Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100
  [PATCH v2 02/20] net-next: stmmac: add optional setup function Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-03-14 15:30 +0100

csiph-web