From patchwork Tue Mar 17 09:02:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: wengbj X-Patchwork-Id: 450897 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id EDC23140188 for ; Tue, 17 Mar 2015 20:02:47 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 9363128121B; Tue, 17 Mar 2015 10:02:14 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 89465280261 for ; Tue, 17 Mar 2015 10:02:09 +0100 (CET) X-policyd-weight: using cached result; rate:hard: -5.5 Received: from regular1.263xmail.com (regular1.263xmail.com [211.150.99.139]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Tue, 17 Mar 2015 10:02:09 +0100 (CET) Received: from fl.service?t-firefly.com (unknown [192.168.167.131]) by regular1.263xmail.com (Postfix) with SMTP id 857AE4602; Tue, 17 Mar 2015 17:02:24 +0800 (CST) X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 1 Received: from mae.263xmail.com (unknown [121.199.47.154]) by smtp.263.net (Postfix) with ESMTP id 5AC9544C; Tue, 17 Mar 2015 17:02:23 +0800 (CST) Received: from fl.service?t-firefly.com (localhost [127.0.0.1]) by mae.263xmail.com (Postfix) with SMTP id C733327ED08; Tue, 17 Mar 2015 17:02:24 +0800 (CST) X-MAE-MAIL_UID: 005507eda00b276e@maes@74383432ea7312c6 X-MAE-ID: 223.6.254.61 X-RL-NAME: fl.service@t-firefly.com X-LOGIN-NAME: fl.service@t-firefly.com X-SENDER-IP: 183.57.25.242 X-SENDER: fl.service@t-firefly.com From: wengbj To: blogic@openwrt.org Date: Tue, 17 Mar 2015 17:02:14 +0800 Message-Id: <1426582934-31200-1-git-send-email-fl.service@t-firefly.com> X-Mailer: git-send-email 1.7.9.5 Cc: fl.service@t-firefly.com, zxf@t-chip.com.cn, linux.c@foxmail.com, dxj@t-chip.com.cn, wbj@t-chip.com.cn, openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] [PATCH] ralink: fix mt7621 i2c name X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" From: zouxf Signed-off-by: zouxf --- target/linux/ramips/dts/mt7621.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 50cd144..53b215f 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -123,8 +123,8 @@ }; i2c_pins: i2c { i2c { - lantiq,group = "i2c"; - lantiq,function = "i2c"; + ralink,group = "i2c"; + ralink,function = "i2c"; }; }; uart1_pins: uart1 {