Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751874AbaJVNSK (ORCPT ); Wed, 22 Oct 2014 09:18:10 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:34752 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751177AbaJVNRv (ORCPT ); Wed, 22 Oct 2014 09:17:51 -0400 X-Listener-Flag: 11101 From: Eddie Huang To: Rob Herring , Matthias Brugger , Greg Kroah-Hartman CC: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Jiri Slaby , Eddie Huang , Alan Cox , , , , , , , , , Sascha Hauer Subject: [PATCH 3/3] DTS: serial: Add bindings document for the Mediatek UARTs Date: Wed, 22 Oct 2014 21:12:09 +0800 Message-ID: <1413983529-21887-4-git-send-email-eddie.huang@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty In-Reply-To: <1413983529-21887-1-git-send-email-eddie.huang@mediatek.com> References: <1413983529-21887-1-git-send-email-eddie.huang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch add s devicetree document for Mediatek UART. Signed-off-by: Eddie Huang --- Documentation/devicetree/bindings/serial/mtk-uart.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt index 48358a3..0eebbfe 100644 --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt @@ -2,6 +2,8 @@ Required properties: - compatible should contain: + * "mediatek,mt8135-uart" for MT8135 compatible UARTS + * "mediatek,mt8127-uart" for MT8127 compatible UARTS * "mediatek,mt6589-uart" for MT6589 compatible UARTS * "mediatek,mt6582-uart" for MT6582 compatible UARTS * "mediatek,mt6577-uart" for all compatible UARTS (MT6589, MT6582, MT6577) -- 1.8.1.1.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/