From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755607AbbI0NBF (ORCPT ); Sun, 27 Sep 2015 09:01:05 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:38901 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755603AbbI0NBD (ORCPT ); Sun, 27 Sep 2015 09:01:03 -0400 Subject: Re: [PATCH] arm64: mt8173.dtsi: correct i2c node names To: Daniel Kurtz , Yingjoe Chen References: <1442367325-55819-1-git-send-email-yingjoe.chen@mediatek.com> Cc: Mark Rutland , Eddie Huang , Sascha Hauer , "open list:OPEN FIRMWARE AND..." , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , linux-mediatek@lists.infradead.org, srv_heupstream From: Matthias Brugger Message-ID: <5607E889.2060501@gmail.com> Date: Sun, 27 Sep 2015 15:00:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/09/15 15:34, Daniel Kurtz wrote: > On Wed, Sep 16, 2015 at 9:35 AM, Yingjoe Chen wrote: >> Node name in device tree should describe general class of the >> device. Correct incorrect i2c node names. >> >> Signed-off-by: Yingjoe Chen > > Reviewed-by: Daniel Kurtz > Applied, thanks. >> --- >> This is based on v4.3-rc1. >> All the other i2c node names are correct. >> --- >> arch/arm64/boot/dts/mediatek/mt8173.dtsi | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi >> index d18ee42..7f360b7 100644 >> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi >> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi >> @@ -365,7 +365,7 @@ >> status = "disabled"; >> }; >> >> - i2c3: i2c3@11010000 { >> + i2c3: i2c@11010000 { >> compatible = "mediatek,mt8173-i2c"; >> reg = <0 0x11010000 0 0x70>, >> <0 0x11000280 0 0x80>; >> @@ -381,7 +381,7 @@ >> status = "disabled"; >> }; >> >> - i2c4: i2c4@11011000 { >> + i2c4: i2c@11011000 { >> compatible = "mediatek,mt8173-i2c"; >> reg = <0 0x11011000 0 0x70>, >> <0 0x11000300 0 0x80>; >> @@ -397,7 +397,7 @@ >> status = "disabled"; >> }; >> >> - i2c6: i2c6@11013000 { >> + i2c6: i2c@11013000 { >> compatible = "mediatek,mt8173-i2c"; >> reg = <0 0x11013000 0 0x70>, >> <0 0x11000080 0 0x80>; >> -- >> 1.9.1 >>