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

2008-11-08 Thread Kumar Gala


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 [EMAIL PROTECTED]
---

arch/powerpc/boot/dts/gef_sbc610.dts |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


applied to merge.

- k
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


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

2008-11-07 Thread Kumar Gala


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 [EMAIL PROTECTED]
---

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 0xfef0 0x0010;
reg = 0xfef0 0x10;  // CCSRBAR 1M
-   bus-frequency = 0;
+   bus-frequency = ;

i2c1: [EMAIL PROTECTED] {
#address-cells = 1;


are we not fixing this up in u-boot?

- k
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


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

2008-11-07 Thread Martyn Welch
On Fri, 7 Nov 2008 08:45:11 -0600
Kumar Gala [EMAIL PROTECTED] wrote:
 
 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 [EMAIL PROTECTED]
  ---
 
  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 0xfef0 0x0010;
  reg = 0xfef0 0x10;// CCSRBAR 1M
  -   bus-frequency = 0;
  +   bus-frequency = ;
 
  i2c1: [EMAIL PROTECTED] {
  #address-cells = 1;
 
 are we not fixing this up in u-boot?
 

The SBC610 has uboot 1.2.0, which doesn't seem to be changing this.

 - k


-- 
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,|Registered in England and Wales
Tove Valley Business Park, Towcester,  |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 729849476
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev


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

2008-11-07 Thread Martyn Welch
This patch corrects the bus-frequency value provided in the SBC610's dts.

Signed-off-by: Martyn Welch [EMAIL PROTECTED]
---

 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 0xfef0 0x0010;
reg = 0xfef0 0x10;// CCSRBAR 1M
-   bus-frequency = 0;
+   bus-frequency = ;
 
i2c1: [EMAIL PROTECTED] {
#address-cells = 1;

___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev