Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1199154

Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio

From Murali Karicheri <m-karicheri2@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio
Date 2015-08-03 20:30 +0200
Message-ID <pTsEO-2EE-25@gated-at.bofh.it> (permalink)
References <pTsv8-2t7-11@gated-at.bofh.it>
Organization Texas Instruments

Show all headers | View raw


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 <m-karicheri2@ti.com>
> ---
>   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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio Murali Karicheri <m-karicheri2@ti.com> - 2015-08-03 20:20 +0200
  [PATCH 2/2] ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific file Murali Karicheri <m-karicheri2@ti.com> - 2015-08-03 20:20 +0200
  Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio Murali Karicheri <m-karicheri2@ti.com> - 2015-08-03 20:30 +0200
    Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2015-08-03 20:40 +0200
      Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio Murali Karicheri <m-karicheri2@ti.com> - 2015-08-03 21:00 +0200
        Re: [PATCH 1/2] ARM: dts: keystone: fix the clock node for mdio "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2015-08-03 21:10 +0200

csiph-web