diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-11-02 13:59:48 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-11-02 13:59:48 +1100 |
commit | 3b0e21ec3b22ab5eced5331eaf55949006f22687 (patch) | |
tree | 577e786f5d81fb973e8cfaf91da19bff8b5ad45a /arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi | |
parent | ccde64b51b33821159d52b0940fb21869bfdb316 (diff) | |
parent | e1f580e8ced56d7c0a2b096e00e8b8e861d13671 (diff) | |
download | blackbird-op-linux-3b0e21ec3b22ab5eced5331eaf55949006f22687.tar.gz blackbird-op-linux-3b0e21ec3b22ab5eced5331eaf55949006f22687.zip |
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
Freescale updates from Scott:
"Highlights include 64-bit book3e kexec/kdump support, a rework of the
qoriq clock driver, device tree changes including qoriq fman nodes,
support for a new 85xx board, and some fixes.
Note that there is a trivial merge conflict with the clock tree's next
branch, in the clock Makefile."
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi b/arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi index 38bde0958672..d56a546b73e6 100644 --- a/arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/p4080si-pre.dtsi @@ -1,7 +1,7 @@ /* * P4080/P4040 Silicon/SoC Device Tree Source (pre include) * - * Copyright 2011 Freescale Semiconductor Inc. + * Copyright 2011 - 2015 Freescale Semiconductor Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -72,6 +72,19 @@ rtic_c = &rtic_c; rtic_d = &rtic_d; sec_mon = &sec_mon; + + fman0 = &fman0; + fman1 = &fman1; + ethernet0 = &enet0; + ethernet1 = &enet1; + ethernet2 = &enet2; + ethernet3 = &enet3; + ethernet4 = &enet4; + ethernet5 = &enet5; + ethernet6 = &enet6; + ethernet7 = &enet7; + ethernet8 = &enet8; + ethernet9 = &enet9; }; cpus { |