From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932525AbcBWGDJ (ORCPT ); Tue, 23 Feb 2016 01:03:09 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:55389 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932171AbcBWGDF (ORCPT ); Tue, 23 Feb 2016 01:03:05 -0500 From: "Yang, Wenyou" To: "Ferre, Nicolas" , Rob Herring , Pawel Moll , Mark Brown , Ian Campbell , "Kumar Gala" , Alexandre Belloni , Jean-Christophe Plagniol-Villard , Russell King CC: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "Wu, Josh" , Josh Wu , Alexandre Belloni Subject: RE: [PATCH] ARM: at91: sama5/dts: move hsmc_clk out of nfc node Thread-Topic: [PATCH] ARM: at91: sama5/dts: move hsmc_clk out of nfc node Thread-Index: AQHRaUZws2ZBLXivJUG8j7OwDokZaJ83iMOAgAGj1vA= Date: Tue, 23 Feb 2016 06:02:55 +0000 Message-ID: References: <1455687741-9625-1-git-send-email-wenyou.yang@atmel.com> <56CB05EF.9020105@atmel.com> In-Reply-To: <56CB05EF.9020105@atmel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.168.5.13] Content-Type: text/plain; charset="gb2312" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u1N63D3p007916 > -----Original Message----- > From: Ferre, Nicolas > Sent: 2016Äê2ÔÂ22ÈÕ 20:58 > To: Yang, Wenyou ; Rob Herring > ; Pawel Moll ; Mark Brown > ; Ian Campbell ; Kumar > Gala ; Alexandre Belloni electrons.com>; Jean-Christophe Plagniol-Villard ; > Russell King > Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; > devicetree@vger.kernel.org; Wu, Josh ; Josh Wu > ; Alexandre Belloni electrons.com> > Subject: Re: [PATCH] ARM: at91: sama5/dts: move hsmc_clk out of nfc node > > Le 17/02/2016 06:42, Wenyou Yang a ¨¦crit : > > From: Josh Wu > > > > In sama5d3, sama5d4 chips, pmecc will use the hsmc clock. As pmecc is > > part of HSMC. So move out hsmc_clk from nfc node to nand node. > > > > Signed-off-by: Josh Wu > > Signed-off-by: Wenyou Yang > > I'm not against this change, but beware, it must be applied in synchronization with > the patch just posted "[PATCH] mtd: atmel_nand: > move the hsmc_clk from nfc node to nand node" Okay, revert the mail address to the original one, keep it consistent. And add this address to CC. > > Bye, > > > > --- > > > > arch/arm/boot/dts/sama5d3.dtsi | 2 +- > > arch/arm/boot/dts/sama5d4.dtsi | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm/boot/dts/sama5d3.dtsi > > b/arch/arm/boot/dts/sama5d3.dtsi index a532791..a242d27 100644 > > --- a/arch/arm/boot/dts/sama5d3.dtsi > > +++ b/arch/arm/boot/dts/sama5d3.dtsi > > @@ -1474,6 +1474,7 @@ > > atmel,nand-has-dma; > > pinctrl-names = "default"; > > pinctrl-0 = <&pinctrl_nand0_ale_cle>; > > + clocks = <&hsmc_clk>; > > atmel,pmecc-lookup-table-offset = <0x0 0x8000>; > > status = "disabled"; > > > > @@ -1486,7 +1487,6 @@ > > 0xffffc000 0x00000070 /* NFC HSMC > regs */ > > 0x00200000 0x00100000 /* NFC > SRAM banks */ > > >; > > - clocks = <&hsmc_clk>; > > }; > > }; > > }; > > diff --git a/arch/arm/boot/dts/sama5d4.dtsi > > b/arch/arm/boot/dts/sama5d4.dtsi index b8032bc..1499b33 100644 > > --- a/arch/arm/boot/dts/sama5d4.dtsi > > +++ b/arch/arm/boot/dts/sama5d4.dtsi > > @@ -295,6 +295,7 @@ > > atmel,nand-has-dma; > > pinctrl-names = "default"; > > pinctrl-0 = <&pinctrl_nand>; > > + clocks = <&hsmc_clk>; > > status = "disabled"; > > > > nfc@90000000 { > > @@ -306,7 +307,6 @@ > > 0xfc05c000 0x00000070 /* NFC > HSMC regs */ > > 0x00100000 0x00100000 /* NFC > SRAM banks */ > > >; > > - clocks = <&hsmc_clk>; > > atmel,write-by-sram; > > }; > > }; > > > > > -- > Nicolas Ferre Best Regards, Wenyou Yang