diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2017-03-31 12:00:41 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2017-11-09 01:53:44 +0300 |
commit | b35565bb16a55e5b8c5067e891b7b31a4359bda6 (patch) | |
tree | f7bea793f61c928161db29b16960447f26be492e /arch/mips/generic/board-xilfpga.its.S | |
parent | 04d8405e714e66e52718436eb6eb6e8ba6afb823 (diff) | |
download | linux-b35565bb16a55e5b8c5067e891b7b31a4359bda6.tar.xz |
MIPS: generic: Add support for MIPSfpga
Add support for the MIPSfpga platform to generic kernel.
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/15846/
[jhogan@kernel.org: Use separate board-xilfpga.its.S. Add 32r2 and
little endian requires to board-xilfpga.config]
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/generic/board-xilfpga.its.S')
-rw-r--r-- | arch/mips/generic/board-xilfpga.its.S | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/mips/generic/board-xilfpga.its.S b/arch/mips/generic/board-xilfpga.its.S new file mode 100644 index 000000000000..a2e773d3f14f --- /dev/null +++ b/arch/mips/generic/board-xilfpga.its.S @@ -0,0 +1,22 @@ +/ { + images { + fdt@xilfpga { + description = "MIPSfpga (xilfpga) Device Tree"; + data = /incbin/("boot/dts/xilfpga/nexys4ddr.dtb"); + type = "flat_dt"; + arch = "mips"; + compression = "none"; + hash@0 { + algo = "sha1"; + }; + }; + }; + + configurations { + conf@xilfpga { + description = "MIPSfpga Linux kernel"; + kernel = "kernel@0"; + fdt = "fdt@xilfpga"; + }; + }; +}; |