From patchwork Mon Dec 7 10:58:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 553337 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id BBFF01402B4 for ; Mon, 7 Dec 2015 21:59:59 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b=jwnNbew5; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755019AbbLGK7W (ORCPT ); Mon, 7 Dec 2015 05:59:22 -0500 Received: from mail-wm0-f48.google.com ([74.125.82.48]:33386 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755641AbbLGK7A (ORCPT ); Mon, 7 Dec 2015 05:59:00 -0500 Received: by wmec201 with SMTP id c201so159524671wme.0 for ; Mon, 07 Dec 2015 02:58:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=nWiu3jVTaE3rdKPqUiiKaD7Bf+kaZy2WR1/duH6rD0Q=; b=jwnNbew53CUOBpASgztxgLYl9Yb0j78My9vIw4BtabrhUKTKNSg8TYkFi65Bb+JWgk NFmY+2tSlDRRu2I+DCrEiH+VPeqc4eZZt6t19/+AzZyzx0SZCh3bokSpGBly+bNtjftd 8n/F9MIGUdg8XR/uJep9bOS1CtR0y5/6jc5jIWxw9unery5JcaK6z4PRrYk2fgFpIdVi dK9WBq6Sqn9EYLUDZMnfwHfZhTItsYgih/RL8qw9iWn/U+B1Gv60dUAuJK3R8j/+Criq Hi1vUlQAFvb7OK3mtGxQjivhX9EvVa9uiDuKsfACl9nzaXqETFrAeqcNz2Yeqx53TBM8 DGCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=nWiu3jVTaE3rdKPqUiiKaD7Bf+kaZy2WR1/duH6rD0Q=; b=Psye4eJvm9qvSNv7yqdg5gK3ONUkLRaTN5j7ZqmaSBzvIwGK0cWH3qA7Tn462LsJnI pmx8Ejh8Og8K6dWHkAiVNw42BSnha+zhhI7o9u1xuIxk4hyDBJcVtrO0BVdH5aJ1YToW /UeaFLltlVcE/Sfn9wp4Qb1SOEcdmKoFNCTsPBrtQR814dSjLNCs3uLldDRx8EF2UTxA VuND9OmTYN2mhff5sPFWnYUkLNybZBDoUjFz5SCd24YyfSuqVx40jIqf6/zQsd1hLZqy 9PvVsZyvfm6slzaky44WYGYW7jlJknhUUQUYdZJl4sxnFAlDgzt22bM2XQFei+eHwrl0 2M8g== X-Gm-Message-State: ALoCoQlKaL3It2DuAo83S1PmnmewQk6Fme94rE4DMG/MQXzc6ak69m3f+bq/XNkPVp5d0Bx/kbqzhdyPUDdobtpnJTn4jihHkQ== X-Received: by 10.28.226.86 with SMTP id z83mr21624631wmg.77.1449485939214; Mon, 07 Dec 2015 02:58:59 -0800 (PST) Received: from zoidberg.home ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id u185sm16050317wmu.19.2015.12.07.02.58.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 07 Dec 2015 02:58:58 -0800 (PST) From: Neil Armstrong To: Nicolas Ferre , "David S. Miller" , Harini Katakam , Boris BREZILLON , Alexandre Belloni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org Cc: Neil Armstrong Subject: [PATCH net 2/2] bindings: net: macb: add no-usrio optional property Date: Mon, 7 Dec 2015 11:58:34 +0100 Message-Id: <1449485914-12883-3-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1449485914-12883-1-git-send-email-narmstrong@baylibre.com> References: <1449485914-12883-1-git-send-email-narmstrong@baylibre.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Add the no-usrio optional property to disable usage of the USRIO register on platforms not implementing it. --- Documentation/devicetree/bindings/net/macb.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index b5d7976..a15ee54 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -19,6 +19,9 @@ Required properties: Optional elements: 'tx_clk' - clocks: Phandles to input clocks. +Optional properties: +- no-usrio: Indicates the platform integration does not implement the USRIO register. + Examples: macb0: ethernet@fffc4000 {