Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp993297imu; Wed, 16 Jan 2019 10:50:25 -0800 (PST) X-Google-Smtp-Source: ALg8bN4Vv1uzrzMSJKSdwpSfQ4qXJf+Hjc4Cng//Jlgdpq99IWoaogVnvuZQXSGKTJo97lBsLPaK X-Received: by 2002:a62:8c11:: with SMTP id m17mr11300848pfd.224.1547664625659; Wed, 16 Jan 2019 10:50:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547664625; cv=none; d=google.com; s=arc-20160816; b=V3JF5QrCTSGRfDMqOwMKcIF5T/2LzkdPe9Yc3nGqjN/kJh4Jz5Ly+BVUM2uea2ykPr PUHnZsbYWSPXt8VVP+rjxpLE5JWJiIeZMw//p1JjHhjyZvoMLGrhcOfyYTa23pR7KGUH l6i4xkYhhtNl839Ona3/oYX23X0DqfAFHghP0Ibup2HSjIP969xhx1oG0sn/ixiB4PiK dJLRXYjDjQtEMtq5Pd5fAU82g8BzRFHAIi+O7fcyrNLNckSFjEIXNLw4VHq7vG2LPoEF /Q5pTYj8QsbLiTX8BYmvbaPKXAY3xtJ/tA2AcmYh+a/3US03zlzrkr77G8ILpPpoNsDX ii3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=snALKWZbGSdgt1UxJkLuP1UOAdj0KVJxKcjgtAR9HJY=; b=VAM/XKwbfiyX8foD5otTp13HFLcVTQnmjeYZbEsjkSu1WY5IIjuqyCIi4oDrP8DeYy AEiBAciKahgxKGpCDxsSzcgqcxyoaL5mkv8UQZL5gsn16hhna5wRpV50xQ893kbJTsAM kgJf8iPY9e/hyjODN0hedxzHMpkPvZQOqowx1UnwtTtUxskfT/szRKc86nEG+dFMk6OT EiV3Ius48ORiPjKUJA+0PoO3wqYCZbId95oDIxmsWHfQ2nidc2GLCQtHF3IFgWUrEpjP 6kzFqxxQJ7C81afeCFcTTqDrliS5yV2hVFhXHrRcOL0okagb7/oX4P1IBC6ri7+MSkLk 0cIg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a3si7002976pld.252.2019.01.16.10.50.02; Wed, 16 Jan 2019 10:50:25 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404016AbfAPJ6D (ORCPT + 99 others); Wed, 16 Jan 2019 04:58:03 -0500 Received: from esa3.microchip.iphmx.com ([68.232.153.233]:49645 "EHLO esa3.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403964AbfAPJ6A (ORCPT ); Wed, 16 Jan 2019 04:58:00 -0500 X-IronPort-AV: E=Sophos;i="5.56,485,1539673200"; d="scan'208";a="25551585" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa3.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 16 Jan 2019 02:57:59 -0700 Received: from tenerife.corp.atmel.com (10.10.76.4) by chn-sv-exch02.mchp-main.com (10.10.76.38) with Microsoft SMTP Server id 14.3.352.0; Wed, 16 Jan 2019 02:57:59 -0700 From: Nicolas Ferre To: Alexandre Belloni , Ludovic Desroches CC: , , Sebastian Reichel , , , "David S . Miller" , , Alan Stern , "Greg Kroah-Hartman" , Rob Herring , , Nicolas Ferre Subject: [PATCH 4/8] net/macb: bindings doc/trivial: fix documentation for sama5d3 10/100 interface Date: Wed, 16 Jan 2019 10:57:40 +0100 Message-ID: <0005c2ef28b985c663e0cd058bbc6d3856e05ec2.1547629763.git.nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This removes a line left while adding the correct compatibility string for sama5d3 10/100 interface. Now use the "atmel,sama5d3-macb" string. Signed-off-by: Nicolas Ferre --- Documentation/devicetree/bindings/net/macb.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index 3e17ac1d5d58..f5c414b10e27 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -3,8 +3,7 @@ Required properties: - compatible: Should be "cdns,[-]{macb|gem}" Use "cdns,at91rm9200-emac" Atmel at91rm9200 SoC. - Use "cdns,at91sam9260-macb" for Atmel at91sam9 SoCs or the 10/100Mbit IP - available on sama5d3 SoCs. + Use "cdns,at91sam9260-macb" for Atmel at91sam9 SoCs. Use "cdns,np4-macb" for NP4 SoC devices. Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb". Use "cdns,pc302-gem" for Picochip picoXcell pc302 and later devices based on -- 2.17.1