From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH net-next v2 05/15] dt-bindings: net: dwmac-sun8i: simplify description of syscon property Date: Tue, 1 May 2018 11:27:18 -0500 Message-ID: <20180501162718.GA13139@rob-hp-laptop> References: <20180501161227.2110-1-wens@csie.org> <20180501161227.2110-6-wens@csie.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180501161227.2110-6-wens@csie.org> Sender: netdev-owner@vger.kernel.org To: Chen-Yu Tsai Cc: Maxime Ripard , Michael Turquette , Stephen Boyd , Giuseppe Cavallaro , Mark Rutland , Mark Brown , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, Corentin Labbe , Icenowy Zheng List-Id: devicetree@vger.kernel.org On Wed, May 02, 2018 at 12:12:17AM +0800, Chen-Yu Tsai wrote: > The syscon property is used to point to the device that holds the glue > layer control register known as the "EMAC (or GMAC) clock register". > > We do not need to explicitly list what compatible strings are needed, as > this information is readily available in the user manuals. Also the > "syscon" device type is more of an implementation detail. There are many > ways to access a register not in a device's address range, the syscon > interface being the most generic and unrestricted one. > > Simplify the description so that it says what it is supposed to > describe. > > Signed-off-by: Chen-Yu Tsai > --- > Documentation/devicetree/bindings/net/dwmac-sun8i.txt | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) Reviewed-by: Rob Herring