[PATCH] powerpc/86xx: Correct SOC bus-frequency in GE Fanuc SBC610 DTS

Kumar Gala galak at kernel.crashing.org
Sat Nov 8 01:45:11 EST 2008


On Nov 7, 2008, at 7:43 AM, Martyn Welch wrote:

> This patch corrects the bus-frequency value provided in the SBC610's  
> dts.
>
> Signed-off-by: Martyn Welch <martyn.welch at gefanuc.com>
> ---
>
> arch/powerpc/boot/dts/gef_sbc610.dts |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/gef_sbc610.dts b/arch/powerpc/ 
> boot/dts/gef_sbc610.dts
> index fd2b606..1f7833c 100644
> --- a/arch/powerpc/boot/dts/gef_sbc610.dts
> +++ b/arch/powerpc/boot/dts/gef_sbc610.dts
> @@ -114,7 +114,7 @@
> 		compatible = "simple-bus";
> 		ranges = <0x0 0xfef00000 0x00100000>;
> 		reg = <0xfef00000 0x100000>;	// CCSRBAR 1M
> -		bus-frequency = <0>;
> +		bus-frequency = <33333333>;
>
> 		i2c1: i2c at 3000 {
> 			#address-cells = <1>;

are we not fixing this up in u-boot?

- k



More information about the Linuxppc-dev mailing list