Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…t/scottwood/linux into next

Updates from Scott:
  "This contains a couple device tree updates, and a fix for a missing
   prototype warning."
  • Loading branch information
mpe committed Oct 29, 2018
2 parents e901378 + b6ae355 commit 3b9672f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/fsl/t2080rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@
};

ethernet@f0000 {
phy-handle = <&xg_cs4315_phy1>;
phy-handle = <&xg_cs4315_phy2>;
phy-connection-type = "xgmii";
};

ethernet@f2000 {
phy-handle = <&xg_cs4315_phy2>;
phy-handle = <&xg_cs4315_phy1>;
phy-connection-type = "xgmii";
};

Expand Down
13 changes: 12 additions & 1 deletion arch/powerpc/boot/dts/mpc885ads.dts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#address-cells = <1>;
#size-cells = <1>;
device_type = "soc";
ranges = <0x0 0xff000000 0x4000>;
ranges = <0x0 0xff000000 0x28000>;
bus-frequency = <0>;

// Temporary -- will go away once kernel uses ranges for get_immrbase().
Expand Down Expand Up @@ -224,6 +224,17 @@
#size-cells = <0>;
};
};

crypto@20000 {
compatible = "fsl,sec1.2", "fsl,sec1.0";
reg = <0x20000 0x8000>;
interrupts = <1 1>;
interrupt-parent = <&PIC>;
fsl,num-channels = <1>;
fsl,channel-fifo-len = <24>;
fsl,exec-units-mask = <0x4c>;
fsl,descriptor-types-mask = <0x05000154>;
};
};

chosen {
Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/mm/8xx_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*/

#include <linux/memblock.h>
#include <linux/mmu_context.h>
#include <asm/fixmap.h>
#include <asm/code-patching.h>

Expand Down

0 comments on commit 3b9672f

Please sign in to comment.