From mboxrd@z Thu Jan 1 00:00:00 1970 From: m-karicheri2@ti.com (Murali Karicheri) Date: Mon, 3 Aug 2015 14:22:19 -0400 Subject: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio In-Reply-To: <1438625518-21315-1-git-send-email-m-karicheri2@ti.com> References: <1438625518-21315-1-git-send-email-m-karicheri2@ti.com> Message-ID: <55BFB15B.8040207@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/03/2015 02:11 PM, Murali Karicheri wrote: > Currently the MDIO clock is pointing to clkpa instead of clkcpgmac. > MDIO is part of the ethss and the clock should be clkcpgmac. > > Signed-off-by: Murali Karicheri > --- > arch/arm/boot/dts/keystone.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi > index e7a6f6d..6245a17 100644 > --- a/arch/arm/boot/dts/keystone.dtsi > +++ b/arch/arm/boot/dts/keystone.dtsi > @@ -273,7 +273,7 @@ > #size-cells = <0>; > reg = <0x02090300 0x100>; > status = "disabled"; > - clocks = <&clkpa>; > + clocks = <&clkcpgmac>; > clock-names = "fck"; > bus_freq = <2500000>; > }; > Santosh, This is a big fix and needs to go in v4.2-rc. So please review and apply asap. v4.2 is the first release that has netcp driver fully functional and I want to fix as many known bugs as possible. Thanks. -- Murali Karicheri Linux Kernel, Keystone From mboxrd@z Thu Jan 1 00:00:00 1970 From: Murali Karicheri Subject: Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio Date: Mon, 3 Aug 2015 14:22:19 -0400 Message-ID: <55BFB15B.8040207@ti.com> References: <1438625518-21315-1-git-send-email-m-karicheri2@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1438625518-21315-1-git-send-email-m-karicheri2@ti.com> Sender: linux-kernel-owner@vger.kernel.org To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, santosh.shilimkar@oracle.com, ssantosh@kernel.org List-Id: devicetree@vger.kernel.org On 08/03/2015 02:11 PM, Murali Karicheri wrote: > Currently the MDIO clock is pointing to clkpa instead of clkcpgmac. > MDIO is part of the ethss and the clock should be clkcpgmac. > > Signed-off-by: Murali Karicheri > --- > arch/arm/boot/dts/keystone.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi > index e7a6f6d..6245a17 100644 > --- a/arch/arm/boot/dts/keystone.dtsi > +++ b/arch/arm/boot/dts/keystone.dtsi > @@ -273,7 +273,7 @@ > #size-cells = <0>; > reg = <0x02090300 0x100>; > status = "disabled"; > - clocks = <&clkpa>; > + clocks = <&clkcpgmac>; > clock-names = "fck"; > bus_freq = <2500000>; > }; > Santosh, This is a big fix and needs to go in v4.2-rc. So please review and apply asap. v4.2 is the first release that has netcp driver fully functional and I want to fix as many known bugs as possible. Thanks. -- Murali Karicheri Linux Kernel, Keystone From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754673AbbHCSXA (ORCPT ); Mon, 3 Aug 2015 14:23:00 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:49765 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754645AbbHCSW6 (ORCPT ); Mon, 3 Aug 2015 14:22:58 -0400 Message-ID: <55BFB15B.8040207@ti.com> Date: Mon, 3 Aug 2015 14:22:19 -0400 From: Murali Karicheri Organization: Texas Instruments User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: , , , , , , , , , , Subject: Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio References: <1438625518-21315-1-git-send-email-m-karicheri2@ti.com> In-Reply-To: <1438625518-21315-1-git-send-email-m-karicheri2@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/03/2015 02:11 PM, Murali Karicheri wrote: > Currently the MDIO clock is pointing to clkpa instead of clkcpgmac. > MDIO is part of the ethss and the clock should be clkcpgmac. > > Signed-off-by: Murali Karicheri > --- > arch/arm/boot/dts/keystone.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi > index e7a6f6d..6245a17 100644 > --- a/arch/arm/boot/dts/keystone.dtsi > +++ b/arch/arm/boot/dts/keystone.dtsi > @@ -273,7 +273,7 @@ > #size-cells = <0>; > reg = <0x02090300 0x100>; > status = "disabled"; > - clocks = <&clkpa>; > + clocks = <&clkcpgmac>; > clock-names = "fck"; > bus_freq = <2500000>; > }; > Santosh, This is a big fix and needs to go in v4.2-rc. So please review and apply asap. v4.2 is the first release that has netcp driver fully functional and I want to fix as many known bugs as possible. Thanks. -- Murali Karicheri Linux Kernel, Keystone