From patchwork Wed Sep 14 09:49:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 9331015 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 15267607FD for ; Wed, 14 Sep 2016 09:50:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0607829BEA for ; Wed, 14 Sep 2016 09:50:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EEC2029BDF; Wed, 14 Sep 2016 09:50:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7D8CB29BDF for ; Wed, 14 Sep 2016 09:50:58 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bk6qC-0007AD-S9; Wed, 14 Sep 2016 09:50:52 +0000 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bk6p9-0005qj-3Z for linux-amlogic@lists.infradead.org; Wed, 14 Sep 2016 09:49:47 +0000 Received: by mail-wm0-x229.google.com with SMTP id i130so38812397wmf.0 for ; Wed, 14 Sep 2016 02:49:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Ecuh+Wk40JpfQbQvcKLTZitHMFqcUi+ZtQ5INZHmh9A=; b=NesuRLoW1Bm9WVPQfaDgxg58nFV5QVDfilvA/74C4/HqQV3/Z729pqkA5PsEpEjaR6 5ImyK25lQB3bdJHyzrbo8HbWhcBi3i4+OApJw7u9MT9xNPSB57Qn0uAIL+H5SfS9c32V NTbVNP04hHBEXgBrtfMsOh0MM01Za3Emn9X8rT4m4sCzHYwnYGaj4HV4yvDnmxv2cytO WoDTmgE6oDf6hkG7UHeWnpxL+oko8Dp+4FpA6W5Ct2g0yxXJJyjEsNcoS5OW/iWiGkvU nfOd8jEmnTsBf97BTGTJfA1TibqtgPMVqMClNOlsxLd4wP9pQoo/pEeLXRxnRDntD8ND MbTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Ecuh+Wk40JpfQbQvcKLTZitHMFqcUi+ZtQ5INZHmh9A=; b=Nah0IpZSxPE/0yUxpb3K6Wmv9qlMIaZzRBrJu+1yEumqaQdp/zVL9F0YiLfOZJg+K+ zXvaPYIGkfqTQY4JZJQY6z6O0xfHj6hCw23ViTgOclnInaL43JyhxvmcWLSHqr0G7uUf vsqUWXPkN475I5hH5NVk7M+vI0YugeVNn/hQe6LbOE3jyb5b9GzGLPUOr3DLJXPBGEVc xvPXJLZ4vU++6XdBJ6v1MbaLGhTuj5OJoNP2u3xjrWrBVuHZnJIHlPZpM3GG2sIaK8lN FunwwzDI3Irupt5rFiKYJs5e8FVEfBvslMgTqvfkYkyJsoMe9jQf75QoyQIUxp3AjTZ1 3CvA== X-Gm-Message-State: AE9vXwPG5s8uLNSjbtcG5T0R9MeL65jMxT6LXUsKM/TKy57CoOD5ytaeR0U6e6kwGX6v9WUW X-Received: by 10.194.173.168 with SMTP id bl8mr1697897wjc.136.1473846565467; Wed, 14 Sep 2016 02:49:25 -0700 (PDT) Received: from mogwai.baylibre.com ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id n131sm9869364wmd.3.2016.09.14.02.49.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Sep 2016 02:49:24 -0700 (PDT) From: Jerome Brunet To: Wolfram Sang , Kevin Hilman , Carlo Caione Subject: [PATCH 1/2] i2c: meson: add gxbb compatible string Date: Wed, 14 Sep 2016 11:49:16 +0200 Message-Id: <1473846557-18123-2-git-send-email-jbrunet@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473846557-18123-1-git-send-email-jbrunet@baylibre.com> References: <1473846557-18123-1-git-send-email-jbrunet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160914_024947_329616_1CB2EA56 X-CRM114-Status: UNSURE ( 8.90 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-amlogic@lists.infradead.org, Jerome Brunet , linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Neil Armstrong MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Neil Armstrong Signed-off-by: Neil Armstrong Signed-off-by: Jerome Brunet Acked-by: Kevin Hilman --- drivers/i2c/busses/i2c-meson.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/busses/i2c-meson.c b/drivers/i2c/busses/i2c-meson.c index 76e28980904f..30977e31cd98 100644 --- a/drivers/i2c/busses/i2c-meson.c +++ b/drivers/i2c/busses/i2c-meson.c @@ -473,6 +473,7 @@ static int meson_i2c_remove(struct platform_device *pdev) static const struct of_device_id meson_i2c_match[] = { { .compatible = "amlogic,meson6-i2c" }, + { .compatible = "amlogic,meson-gxbb-i2c" }, { }, }; MODULE_DEVICE_TABLE(of, meson_i2c_match);