On Mon, Apr 17, 2017 at 07:57:38PM +0800, 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 <icen...@aosc.io> > --- > New patch in v3. > > Documentation/devicetree/bindings/mfd/axp20x.txt | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-)
Acked-by: Rob Herring <r...@kernel.org>