Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149615
b: refs/heads/master
c: bd78c33
h: refs/heads/master
i:
  149613: 9b507ae
  149611: e49c2bd
  149607: 633db01
  149599: 25e0f40
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed May 19, 2009
1 parent 72e824e commit 278ac67
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 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: 5e8306fe5de2ce0c3272abd4b8ab20323a8bf0ff
refs/heads/master: bd78c33a096a73f09b1b998a481290e229382a8b
26 changes: 23 additions & 3 deletions trunk/arch/powerpc/boot/dts/mpc8569mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,21 @@
};

par_io@e0100 {
#address-cells = <1>;
#size-cells = <1>;
reg = <0xe0100 0x100>;
ranges = <0x0 0xe0100 0x100>;
device_type = "par_io";
num-ports = <7>;

qe_pio_e: gpio-controller@80 {
#gpio-cells = <2>;
compatible = "fsl,mpc8569-qe-pario-bank",
"fsl,mpc8323-qe-pario-bank";
reg = <0x80 0x18>;
gpio-controller;
};

pio1: ucc_pin@01 {
pio-map = <
/* port pin dir open_drain assignment has_irq */
Expand Down Expand Up @@ -368,12 +379,21 @@
};

spi@4c0 {
cell-index = <0>;
compatible = "fsl,spi";
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,mpc8569-qe-spi", "fsl,spi";
reg = <0x4c0 0x40>;
cell-index = <0>;
interrupts = <2>;
interrupt-parent = <&qeic>;
mode = "cpu";
gpios = <&qe_pio_e 30 0>;
mode = "cpu-qe";

serial-flash@0 {
compatible = "stm,m25p40";
reg = <0>;
spi-max-frequency = <25000000>;
};
};

spi@500 {
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/of/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ struct of_modalias_table {
static struct of_modalias_table of_modalias_table[] = {
{ "fsl,mcu-mpc8349emitx", "mcu-mpc8349emitx" },
{ "mmc-spi-slot", "mmc_spi" },
{ "stm,m25p40", "m25p80" },
};

/**
Expand Down

0 comments on commit 278ac67

Please sign in to comment.