From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752419AbdEIJ1h (ORCPT ); Tue, 9 May 2017 05:27:37 -0400 Received: from keymaster.Cadence.COM ([158.140.2.26]:33060 "EHLO mx-sanjose5.cadence.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750893AbdEIJ1f (ORCPT ); Tue, 9 May 2017 05:27:35 -0400 X-CrossPremisesHeadersFilteredBySendConnector: maileu3.global.cadence.com From: Rafal Ozieblo To: David Miller , , Richard Cochran , , , , , , CC: Rafal Ozieblo Subject: [PATCH 2/4] net: macb: Add tsu_clk to device tree Date: Tue, 9 May 2017 10:26:50 +0100 Message-ID: <1494322010-15179-1-git-send-email-rafalo@cadence.com> X-Mailer: git-send-email 2.4.5 In-Reply-To: <1494321885-14384-1-git-send-email-rafalo@cadence.com> References: <1494321885-14384-1-git-send-email-rafalo@cadence.com> MIME-Version: 1.0 Content-Type: text/plain X-OrganizationHeadersPreserved: maileu3.global.cadence.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Rafal Ozieblo --- Documentation/devicetree/bindings/net/macb.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index 1506e94..27966ae 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -22,6 +22,7 @@ Required properties: Required elements: 'pclk', 'hclk' Optional elements: 'tx_clk' Optional elements: 'rx_clk' applies to cdns,zynqmp-gem + Optional elements: 'tsu_clk' - clocks: Phandles to input clocks. Optional properties for PHY child node: -- 2.4.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafal Ozieblo Subject: [PATCH 2/4] net: macb: Add tsu_clk to device tree Date: Tue, 9 May 2017 10:26:50 +0100 Message-ID: <1494322010-15179-1-git-send-email-rafalo@cadence.com> References: <1494321885-14384-1-git-send-email-rafalo@cadence.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1494321885-14384-1-git-send-email-rafalo@cadence.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: David Miller , nicolas.ferre@atmel.com, Richard Cochran , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, harini.katakam@xilinx.com, andrei.pistirica@microchip.com Cc: Rafal Ozieblo List-Id: devicetree@vger.kernel.org Signed-off-by: Rafal Ozieblo --- Documentation/devicetree/bindings/net/macb.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index 1506e94..27966ae 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -22,6 +22,7 @@ Required properties: Required elements: 'pclk', 'hclk' Optional elements: 'tx_clk' Optional elements: 'rx_clk' applies to cdns,zynqmp-gem + Optional elements: 'tsu_clk' - clocks: Phandles to input clocks. Optional properties for PHY child node: -- 2.4.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: rafalo@cadence.com (Rafal Ozieblo) Date: Tue, 9 May 2017 10:26:50 +0100 Subject: [PATCH 2/4] net: macb: Add tsu_clk to device tree In-Reply-To: <1494321885-14384-1-git-send-email-rafalo@cadence.com> References: <1494321885-14384-1-git-send-email-rafalo@cadence.com> Message-ID: <1494322010-15179-1-git-send-email-rafalo@cadence.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Signed-off-by: Rafal Ozieblo --- Documentation/devicetree/bindings/net/macb.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index 1506e94..27966ae 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -22,6 +22,7 @@ Required properties: Required elements: 'pclk', 'hclk' Optional elements: 'tx_clk' Optional elements: 'rx_clk' applies to cdns,zynqmp-gem + Optional elements: 'tsu_clk' - clocks: Phandles to input clocks. Optional properties for PHY child node: -- 2.4.5