Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332273
b: refs/heads/master
c: a9f1682
h: refs/heads/master
i:
  332271: 7b48d5e
v: v3
  • Loading branch information
Jayachandran C authored and John Crispin committed Aug 22, 2012
1 parent 1879a72 commit 586278d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 110 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: d072a215d29f67a46c7d0e805f1a1f5787a7a456
refs/heads/master: a9f16821205d7561bf9d622855e1aa95e5c77f0c
21 changes: 21 additions & 0 deletions trunk/arch/mips/netlogic/dts/xlp_evp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@
compatible = "simple-bus";
ranges = <0 0 0 0x18000000 0x04000000 // PCIe CFG
1 0 0 0x16000000 0x01000000>; // GBU chipselects

serial0: serial@30000 {
device_type = "serial";
compatible = "ns16550";
reg = <0 0x30100 0xa00>;
reg-shift = <2>;
reg-io-width = <4>;
clock-frequency = <133333333>;
interrupt-parent = <&pic>;
interrupts = <17>;
};
serial1: serial@31000 {
device_type = "serial";
compatible = "ns16550";
reg = <0 0x31100 0xa00>;
reg-shift = <2>;
reg-io-width = <4>;
clock-frequency = <133333333>;
interrupt-parent = <&pic>;
interrupts = <18>;
};
i2c0: ocores@32000 {
compatible = "opencores,i2c-ocores";
#address-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/netlogic/xlp/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
obj-y += setup.o platform.o nlm_hal.o
obj-y += setup.o nlm_hal.o
obj-$(CONFIG_SMP) += wakeup.o
obj-$(CONFIG_USB) += usb-init.o
108 changes: 0 additions & 108 deletions trunk/arch/mips/netlogic/xlp/platform.c

This file was deleted.

0 comments on commit 586278d

Please sign in to comment.