Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67312
b: refs/heads/master
c: 7f2862c
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Kumar Gala committed Sep 14, 2007
1 parent 88c3dd9 commit 17f13c2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f50382dc87988d618f2d47364b22ad5973a968d
refs/heads/master: 7f2862c34521ee6006f9c2678d68a02dc57b5444
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/boot/dts/kuroboxHD.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ XXXX add flash parts, rtc, ??

rtc@32 {
device_type = "rtc";
compatible = "ricoh,rs5c372b";
compatible = "ricoh,rs5c372a";
reg = <32>;
};
};
Expand All @@ -80,7 +80,7 @@ XXXX add flash parts, rtc, ??
reg = <80004500 8>;
clock-frequency = <5d08d88>;
current-speed = <2580>;
interrupts = <9 2>;
interrupts = <9 0>;
interrupt-parent = <&mpic>;
};

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/boot/dts/kuroboxHG.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ XXXX add flash parts, rtc, ??

rtc@32 {
device_type = "rtc";
compatible = "ricoh,rs5c372b";
compatible = "ricoh,rs5c372a";
reg = <32>;
};
};
Expand All @@ -80,7 +80,7 @@ XXXX add flash parts, rtc, ??
reg = <80004500 8>;
clock-frequency = <7c044a8>;
current-speed = <2580>;
interrupts = <9 2>;
interrupts = <9 0>;
interrupt-parent = <&mpic>;
};

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/powerpc/platforms/embedded6xx/linkstation.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*/

#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/initrd.h>
#include <linux/mtd/physmap.h>

Expand Down
14 changes: 14 additions & 0 deletions trunk/arch/powerpc/platforms/embedded6xx/ls_uart.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* AVR power-management chip interface for the Buffalo Linkstation /
* Kurobox Platform.
*
* Author: 2006 (c) G. Liakhovetski
* g.liakhovetski@gmx.de
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of
* any kind, whether express or implied.
*/
#include <linux/workqueue.h>
#include <linux/string.h>
#include <linux/delay.h>
Expand Down Expand Up @@ -106,6 +117,9 @@ static int __init ls_uarts_init(void)
phys_addr_t phys_addr;
int len;

if (!machine_is(linkstation))
return 0;

avr = of_find_node_by_path("/soc10x/serial@80004500");
if (!avr)
return -EINVAL;
Expand Down

0 comments on commit 17f13c2

Please sign in to comment.