From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [PATCH v3 03/12] dt-bindings: make AXP20X compatible strings one per line Date: Tue, 18 Apr 2017 18:35:13 +0800 Message-ID: References: <20170417115747.7300-1-icenowy@aosc.io> <20170417115747.7300-4-icenowy@aosc.io> Reply-To: wens-jdAy2FN1RRM@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20170417115747.7300-4-icenowy-h8G6r0blFSE@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Icenowy Zheng Cc: Lee Jones , Rob Herring , Chen-Yu Tsai , Maxime Ripard , Liam Girdwood , Mark Brown , devicetree , linux-kernel , linux-arm-kernel , linux-sunxi List-Id: devicetree@vger.kernel.org On Mon, Apr 17, 2017 at 7:57 PM, Icenowy Zheng wrote: > In the binding documentation of AXP20X mfd, the compatible strings used > to be listed for three per line, which leads to some mess when trying to > add AXP803 compatible string (as we have already AXP806 and AXP809 > compatibles, which is after AXP803 in ascending order). > > Make the compatible strings one per line, so that inserting a new > compatible string will be directly a new line. > > Signed-off-by: Icenowy Zheng Acked-by: Chen-Yu Tsai