From patchwork Mon May 22 09:40:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 765306 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wWYZK5LJHz9rvt for ; Mon, 22 May 2017 19:41:13 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="EkmLrRTR"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758210AbdEVJkt (ORCPT ); Mon, 22 May 2017 05:40:49 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:32952 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758197AbdEVJkr (ORCPT ); Mon, 22 May 2017 05:40:47 -0400 Received: by mail-wm0-f67.google.com with SMTP id b84so16106999wmh.0; Mon, 22 May 2017 02:40:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=koAaQiwo5RLTveTt6HYtb/kR5mdNjVNPDj6zG2SsMww=; b=EkmLrRTR2Fpbq+Rpz6J+Bc2zc1umPPh8V6pWGN7PaNeRiopjDtgXT/pyvLWPJAg7a/ j32ti0IGu3uFkGjq9bJ8pXRJQUhsprSmB+lkNxChyygU3Sl1BMGGWIsUGWI3c4VR3TRR cXEKEhh7ey9/q/rqlpi6rQseAZAAzgkuubOKwIAEhZPjBGnAKbTLDXlZjqYW4QB6gCy7 uN0aPkswmC/U/Y1F8Ya/OQKTRUoFsq+8lVkycWmuMpriBvyhZ8qJUcSLYhXIowlgoARx ws1xrKagu9ECmMn+LkkRub9gtSDD+9EcOjHn4AcA6v2fXl2bl/hIbNsiVJLsei0XAQZj Sa0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=koAaQiwo5RLTveTt6HYtb/kR5mdNjVNPDj6zG2SsMww=; b=OdFRTdltwU0iqEQRzj5XaAfTiFZj8B+k8C3NthEgFyI3r1MLQvawQJQOlZMJzx8327 EcOzGBNV6bVd/CLZvTEwI+8IALT2kbI1sIWda9J7DfVYPrTkpiphKLIBMSSXhBpyDwca IgNiKfoMEK/ZKjDqz/LIlhFOGzOEgIiNnugPCTcH9RmijnNSSa0i4n73sB3CRYlKvTEc YUjNfMBTbwMVBicadLqHp3A4Q2W6+bxUIFT/UbI9LRgtSRYqpHD6LFOQHMURaAfzH3St n+rWkdhHUB4uSmOgodmFp9hSADmyPnxbqkbiZue37ugPUD1vuh4e/xnLESl6X84q5msL 3Bhw== X-Gm-Message-State: AODbwcD225pQp8/2M/JolRHJUqWYdH07HUYW53yjh0xjv0KENtN3763f QrdQoga4FrQGEw== X-Received: by 10.223.150.74 with SMTP id c10mr10778256wra.85.1495446045272; Mon, 22 May 2017 02:40:45 -0700 (PDT) Received: from linux-gy6r.site ([92.57.80.122]) by smtp.gmail.com with ESMTPSA id m191sm33087606wmg.30.2017.05.22.02.40.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 May 2017 02:40:44 -0700 (PDT) From: Matthias Brugger To: robh+dt@kernel.org, mark.rutland@arm.com Cc: wsa@the-dreams.de, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Matthias Brugger Subject: [PATCH 3/4] dt-bindigns: i2c-mtk: Delete bindings Date: Mon, 22 May 2017 11:40:20 +0200 Message-Id: <20170522094021.7837-3-matthias.bgg@gmail.com> X-Mailer: git-send-email 2.12.0 In-Reply-To: <20170522094021.7837-1-matthias.bgg@gmail.com> References: <20170522094021.7837-1-matthias.bgg@gmail.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The bindings file list bindings for mt1827 and mt8135 but these bindings are not supported by the driver. Remove the bindings. Also do some minor style changes to the compatible documentation Signed-off-by: Matthias Brugger Acked-by: Wolfram Sang --- Documentation/devicetree/bindings/i2c/i2c-mtk.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt index 0ce6fa3242f0..060a9ec98215 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mtk.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mtk.txt @@ -4,11 +4,9 @@ The Mediatek's I2C controller is used to interface with I2C devices. Required properties: - compatible: value should be either of the following. - (a) "mediatek,mt6577-i2c", for i2c compatible with mt6577 i2c. - (b) "mediatek,mt6589-i2c", for i2c compatible with mt6589 i2c. - (c) "mediatek,mt8127-i2c", for i2c compatible with mt8127 i2c. - (d) "mediatek,mt8135-i2c", for i2c compatible with mt8135 i2c. - (e) "mediatek,mt8173-i2c", for i2c compatible with mt8173 i2c. + "mediatek,mt6577-i2c": for i2c compatible with mt6577. + "mediatek,mt6589-i2c": for i2c compatible with mt6589. + "mediatek,mt8173-i2c": for i2c compatible with mt8173. - reg: physical base address of the controller and dma base, length of memory mapped region. - interrupts: interrupt number to the cpu.