From mboxrd@z Thu Jan 1 00:00:00 1970 From: gerg@kernel.org Subject: [PATCH 3/3] dt-bindings: net: dsa: add new bindings MT7530 Date: Fri, 30 Nov 2018 17:57:37 +1000 Message-ID: <20181130075737.8041-4-gerg@kernel.org> References: <20181130075737.8041-1-gerg@kernel.org> Cc: blogic@openwrt.org, neil@brown.name, Greg Ungerer To: sean.wang@mediatek.com, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, netdev@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.29.99]:36104 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726572AbeK3TGl (ORCPT ); Fri, 30 Nov 2018 14:06:41 -0500 In-Reply-To: <20181130075737.8041-1-gerg@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: From: Greg Ungerer Add descriptive entries for the new bindings introduced to support the MT7530 implementation in the MediaTek MT7621 SoC. New bindings added for: mediatek,no-clock-regulator mediatek,mfc-has-cpuport Signed-off-by: Greg Ungerer --- Documentation/devicetree/bindings/net/dsa/mt7530.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/net/dsa/mt7530.txt b/Documentation/devicetree/bindings/net/dsa/mt7530.txt index aa3527f71fdc..549ad7c338ea 100644 --- a/Documentation/devicetree/bindings/net/dsa/mt7530.txt +++ b/Documentation/devicetree/bindings/net/dsa/mt7530.txt @@ -9,6 +9,11 @@ Required properties: - mediatek,mcm: Boolean; if defined, indicates that either MT7530 is the part on multi-chip module belong to MT7623A has or the remotely standalone chip as the function MT7623N reference board provided for. +- mediatek,no-clock-regulator: Boolean; if defined, indicates that the MT7530 + is in a system-on-chip that does not require clock or regulator + control setup (for example the MT7621). +- mediatek,mfc-has-cpuport: Boolean; if defined, indicates that the MT7530 + has an MFC register that has a CPU PORT field and ENABLE bit - core-supply: Phandle to the regulator node necessary for the core power. - io-supply: Phandle to the regulator node necessary for the I/O power. See Documentation/devicetree/bindings/regulator/mt6323-regulator.txt -- 2.17.1