Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10672806imu; Thu, 6 Dec 2018 05:06:43 -0800 (PST) X-Google-Smtp-Source: AFSGD/WhM8bOhinIEfpTDQVYh9NF53H1i/fvN3dmQcBkvHMzhe3fxNIYHLi91slA3L2JNmn7RtrQ X-Received: by 2002:a17:902:108a:: with SMTP id c10mr28604936pla.131.1544101603723; Thu, 06 Dec 2018 05:06:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544101603; cv=none; d=google.com; s=arc-20160816; b=C5NLdWzQusy8q0fcagCJP/1Z9y3/iJeyDVVg1uAnG3I0eCWkXBc7ehOZ/SSeDScmrP V40WCnyFIB4wAwKTmfFB9RD+yYzJk8r0g4BKk/7snw/L4t3aG1i7cHt0UMHeGG1mOfgb 6QTQ9crGob5czrvzpAVxpqY/JBZMlvIUf7V4vsraBO2W9adnleVYJstNHG92WHYduk5d CJX8z00LUM1gy/lYmVoTcwKDv5Pfltn79MKvyqiFPBjuMCzJVWnezeKG7CGhHTef0Mtl 9e1dgGUY5WWeLewYfzFH4ymqWKnBKa4Zl+uwFdckzaaE7n7VjAgsOeRGdaRcazOv37E3 vRjQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=mHVs1FBjikGvqvtfSyRR5k2CvMemX7yuuniMw+VuUgM=; b=iBzXE+wC/A1Rt0dgEI6GtfrqB20ApFLHg3gQPGFkWUNZ33WRMcphpUUU0dHFJDCKuL PQDQs01xeZLMWDqFugSt8nzAQd6EXGXA9GG4wSYsp0wix2Yo2HsTIa2+5HPL2KR8vyyG VIlV7hgkWZWiOy5Bmorqij8sbpr2b/laMvTcd6f3M3O2FUGMF+3C9sJs3lLtMWn5A4Rz 2RbAotAQ5oxXXxP710GWMTffaTry67IgtNu5wtd4dh096V/8dtx4aTSTZFB3U9Cr36j/ ihcmW76Sw0bQ/WEoD/BDYdlaKS5IK7eHjViSmzQ1LnrHBPdrgtp6L/Od9XDxyVrTyj13 uC5w== 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 n5si217951pgl.485.2018.12.06.05.06.26; Thu, 06 Dec 2018 05:06:43 -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 S1729589AbeLFNFQ (ORCPT + 99 others); Thu, 6 Dec 2018 08:05:16 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:34210 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728482AbeLFNFQ (ORCPT ); Thu, 6 Dec 2018 08:05:16 -0500 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 512) id 212D6809C1; Thu, 6 Dec 2018 14:05:11 +0100 (CET) Date: Thu, 6 Dec 2018 14:05:13 +0100 From: Pavel Machek To: andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, netdev@vger.kernel.org, f.fainelli@gmail.com Cc: buytenh@marvell.com, buytenh@wantstofly.org, nico@marvell.com, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, kernel list Subject: [PATCH] dsa device tree bindings: fix typo and wrong example Message-ID: <20181206130513.GE22343@amd> References: <20181115195111.GA9946@amd> <20181206130051.GA22343@amd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Dzs2zDY0zgkG72+7" Content-Disposition: inline In-Reply-To: <20181206130051.GA22343@amd> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Dzs2zDY0zgkG72+7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable =20 Fix typo and fix compatible value that is not actually permitted by the description in the example. =20 Signed-off-by: Pavel Machek diff --git a/Documentation/devicetree/bindings/net/dsa/marvell.txt b/Docume= ntation/devicetree/bindings/net/dsa/marvell.txt index feb007af13cb..abf1be036ac5 100644 --- a/Documentation/devicetree/bindings/net/dsa/marvell.txt +++ b/Documentation/devicetree/bindings/net/dsa/marvell.txt @@ -41,7 +41,7 @@ Optional properties: - mdio : Container of PHY and devices on the switches MDIO bus. - mdio? : Container of PHYs and devices on the external MDIO - bus. The node must contains a compatible string of + bus. The node must contain a compatible string of "marvell,mv88e6xxx-mdio-external" =20 Example: @@ -80,7 +80,7 @@ Example: #interrupt-cells =3D <2>; =20 switch0: switch@0 { - compatible =3D "marvell,mv88e6390"; + compatible =3D "marvell,mv88e6190"; reg =3D <0>; reset-gpios =3D <&gpio5 1 GPIO_ACTIVE_LOW>; =20 --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --Dzs2zDY0zgkG72+7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlwJHokACgkQMOfwapXb+vLyigCeLkj/l6l1yqQPcXbuCB2AXFQ8 upEAoL/9VzntmKoO2Ni1Y+ujCJXloBlo =L8yU -----END PGP SIGNATURE----- --Dzs2zDY0zgkG72+7--