Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751329AbdH0TBC (ORCPT ); Sun, 27 Aug 2017 15:01:02 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:38405 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751264AbdH0TBA (ORCPT ); Sun, 27 Aug 2017 15:01:00 -0400 Subject: Re: [PATCH v2 RESEND 1/2] dt-bindings: serial: 8250: Add MediaTek BTIF controller bindings To: sean.wang@mediatek.com, robh+dt@kernel.org, gregkh@linuxfoundation.org, jslaby@suse.com, andriy.shevchenko@linux.intel.com, robert.jarzmik@free.fr, arnd@arndb.de, p.zabel@pengutronix.de, joel@jms.id.au, david@lechnology.com, jan.kiszka@siemens.com, heikki.krogerus@linux.intel.com, hpeter@gmail.com, vigneshr@ti.com, tthayer@opensource.altera.com Cc: devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <29b52a3b95982f1097766d515aae09c57e11b002.1503165144.git.sean.wang@mediatek.com> From: Matthias Brugger Message-ID: <8548a72a-4bf3-d44a-6d26-d64721cffe85@gmail.com> Date: Sun, 27 Aug 2017 22:00:55 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <29b52a3b95982f1097766d515aae09c57e11b002.1503165144.git.sean.wang@mediatek.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1250 Lines: 36 On 08/19/2017 09:06 PM, sean.wang@mediatek.com wrote: > From: Sean Wang > > Document the devicetree bindings in 8250.txt for MediaTek BTIF > controller which could be found on MT7622 and MT7623 SoC. > > Signed-off-by: Sean Wang > --- > Documentation/devicetree/bindings/serial/8250.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/serial/8250.txt b/Documentation/devicetree/bindings/serial/8250.txt > index 419ff6c..7528d90 100644 > --- a/Documentation/devicetree/bindings/serial/8250.txt > +++ b/Documentation/devicetree/bindings/serial/8250.txt > @@ -14,6 +14,9 @@ Required properties: > tegra132, or tegra210. > - "nxp,lpc3220-uart" > - "ralink,rt2880-uart" > + - For MediaTek MT7623, must contain "mediatek,mt7623-btif" > + - For other MediaTek SoCs , must contain "mediatek,-btif", > + "mediatek,mt7623-btif" where is mt7622. Hm, to me that's confusing. What about: "mediatek,mt7623-btif": for MediaTek MT7623 "mediatek,mt7622-btif", "mediatek,mt7623-btif": for MediaTek MT7622 If in the future we have more SoCs that support the BTIF, we should add them like the mt7622 case. Make sense? Regards, Matthias