Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp10430839ybi; Wed, 24 Jul 2019 23:05:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqx49ljXluy+Sm6jJiWqAs2wp8SZ85hRM3BaLdyVWdara+J+neC+zoPBlDlmICx3AVbi8DYr X-Received: by 2002:a17:90a:2488:: with SMTP id i8mr89444490pje.123.1564034723462; Wed, 24 Jul 2019 23:05:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564034723; cv=none; d=google.com; s=arc-20160816; b=jHJ7a5ff02mWNXlC2iwAuejfUHa4ISx4mGY7NFTR/QwdyqcADzK5izZ3RBdyETqO3n xib8i+EeLBjl/nDPDKmR48ealBFBO6/KAbKPDuw76B07Aysi3N01UVzIHhVAUi6UcFnD T/lfBV8Lq5o3gQYzCv8YRMFXDgMfgxk2MCR8mdINZRKDOu2gc74kB93E7KXbBGX0/TSv 9CqkwnonPPDcVyNpibUSilbHxGFSnnuCbOVDxjC7wHq23k5FFHhC2S+lL0GUV1lO6umW rWMiwLqQOLPy6BCNM2XWxsEkSCjx+9QQabHHadQdo+MRZjNmyw9vPoNdtIqWKBQGRygc +SPw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=LxrgB7WyXs7SXSnYgz2nmnmiTcuQGi6ilSNQsUIzQUo=; b=PGfdwl06Q8Juxs73Uo9CkVuHQTbRJ8T7ZUuvVnmJt0UbpTKr91edr30rOtTe4xs2dk NQab+chqB/mUTPxFkWKlvadVdD5mxhIUUHbVwjYSbkMwgWQhEwfAfxN1m1CndqHTgDoS OoeqC5P/nJFLNL9A+9zv/+bRrCpR4CWybAiOypGr4uW4enOuyj4GxgFdMiALbNPBwHqy lTlmdIkKFmelwvXInFEA0ZBU6ZUecfhT0oiRSt9xr5RxDen9QJr4oBgtWrZQySHXzF0w O6iX1PkNx8voi4rRqy6YCNab49GKb95YDiZHEX85gIFU/a7eHhQHfdkChDqua0C3pRLS K+Ow== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=y2FnXq2O; 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 q7si18037066pgk.456.2019.07.24.23.05.08; Wed, 24 Jul 2019 23:05:23 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=y2FnXq2O; 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 S2391508AbfGYFq7 (ORCPT + 99 others); Thu, 25 Jul 2019 01:46:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:34798 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391500AbfGYFq4 (ORCPT ); Thu, 25 Jul 2019 01:46:56 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 205C021880; Thu, 25 Jul 2019 05:46:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564033615; bh=ZoxoJX3JIBSKtw7+QATylHzz1N3zv5WldLucO3PBzVM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=y2FnXq2Ofl4oSFhaBPyKIkrGTa4mlIkgyzv0fTNT/1MUKejS9kerXhEA1BHWRu8oe O9nyxDlMeC2MNWZZZzdHWK2+Mo9eIqCToozol1UHmjvsl/Lxs3QbwS1lU/jfuPEW0g TxjGdiyGjLC6I7lzb8aYP4KO28FowKapbpE5YBmQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Andrew Lunn , Josua Mayer , "David S. Miller" Subject: [PATCH 4.19 270/271] dt-bindings: allow up to four clocks for orion-mdio Date: Wed, 24 Jul 2019 21:22:19 +0200 Message-Id: <20190724191718.388923343@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190724191655.268628197@linuxfoundation.org> References: <20190724191655.268628197@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Josua Mayer commit 80785f5a22e9073e2ded5958feb7f220e066d17b upstream. Armada 8040 needs four clocks to be enabled for MDIO accesses to work. Update the binding to allow the extra clock to be specified. Cc: stable@vger.kernel.org Fixes: 6d6a331f44a1 ("dt-bindings: allow up to three clocks for orion-mdio") Reviewed-by: Andrew Lunn Signed-off-by: Josua Mayer Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/net/marvell-orion-mdio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt +++ b/Documentation/devicetree/bindings/net/marvell-orion-mdio.txt @@ -16,7 +16,7 @@ Required properties: Optional properties: - interrupts: interrupt line number for the SMI error/done interrupt -- clocks: phandle for up to three required clocks for the MDIO instance +- clocks: phandle for up to four required clocks for the MDIO instance The child nodes of the MDIO driver are the individual PHY devices connected to this MDIO bus. They must have a "reg" property given the