From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753427AbdJNCML (ORCPT ); Fri, 13 Oct 2017 22:12:11 -0400 Received: from mailgw01.mediatek.com ([218.249.47.110]:43759 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752769AbdJNCMJ (ORCPT ); Fri, 13 Oct 2017 22:12:09 -0400 X-UUID: 3f16a56f329a4443a4ef88b7ec4aa73b-20171014 Message-ID: <1507947115.19789.16.camel@mhfsdcap03> Subject: Re: [PATCH v2 03/13] mmc: dt-bindings: make compatible explicit From: Chaotian Jing To: Rob Herring CC: Ulf Hansson , Mark Rutland , Matthias Brugger , "Catalin Marinas" , Will Deacon , "yong mao" , Linus Walleij , Javier Martinez Canillas , Heiner Kallweit , Phong LE , , , , , , Date: Sat, 14 Oct 2017 10:11:55 +0800 In-Reply-To: <20171013201412.ces7ttqfwfuj4mnn@rob-hp-laptop> References: <1507548926-9555-1-git-send-email-chaotian.jing@mediatek.com> <1507548926-9555-4-git-send-email-chaotian.jing@mediatek.com> <20171013201412.ces7ttqfwfuj4mnn@rob-hp-laptop> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-10-13 at 15:14 -0500, Rob Herring wrote: > On Mon, Oct 09, 2017 at 07:35:16PM +0800, Chaotian Jing wrote: > > the driver has updated to have an explicit compatible, so update > > binding file according to the driver change. > > Normally, that's not a reason for a binding change. An old kernel > without the driver change is still valid. > > > > > Signed-off-by: Chaotian Jing > > --- > > Documentation/devicetree/bindings/mmc/mtk-sd.txt | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.txt b/Documentation/devicetree/bindings/mmc/mtk-sd.txt > > index 3e0a97c..2bb585b 100644 > > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.txt > > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.txt > > @@ -8,8 +8,8 @@ and the properties used by the msdc driver. > > > > Required properties: > > - compatible: value should be either of the following. > > - "mediatek,mt8173-mmc","mediatek,mt8135-mmc": for mmc host ip compatible with mt8135 > > Except this one didn't really make sense. "mediatek,mt8135-mmc" should > be the most specific compatible on a MT8135. > > > - "mediatek,mt8173-mmc","mediatek,mt8135-mmc": for mmc host ip compatible with mt8173 > > Why is the version in MT8173 no longer compatible with a driver that > supports "mediatek,mt8135-mmc"? Your commit msg needs to answer that > question. OK, will answer it in commit msg at next version. > > > + "mediatek,mt8135-mmc": for mmc host ip compatible with mt8135 > > + "mediatek,mt8173-mmc": for mmc host ip compatible with mt8173 > > "mediatek,mt2701-mmc": for mmc host ip compatible with mt2701 > > "mediatek,mt2712-mmc": for mmc host ip compatible with mt2712 > > - reg: physical base address of the controller and length > > -- > > 1.8.1.1.dirty > >