add dummy fixup for 3.10
SVN-Revision: 41234
This commit is contained in:
parent
ac91824b36
commit
85812e21f9
1 changed files with 21 additions and 0 deletions
21
target/linux/mvebu/patches-3.10/0300-build_mamba_dts.patch
Normal file
21
target/linux/mvebu/patches-3.10/0300-build_mamba_dts.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- a/arch/arm/boot/dts/Makefile
|
||||
+++ b/arch/arm/boot/dts/Makefile
|
||||
@@ -94,6 +94,7 @@ dtb-$(CONFIG_ARCH_MSM) += msm8660-surf.d
|
||||
dtb-$(CONFIG_ARCH_MVEBU) += armada-370-db.dtb \
|
||||
armada-370-mirabox.dtb \
|
||||
armada-370-rd.dtb \
|
||||
+ armada-xp-mamba.dtb \
|
||||
armada-xp-db.dtb \
|
||||
armada-xp-gp.dtb \
|
||||
armada-xp-openblocks-ax3-4.dtb
|
||||
--- a/arch/arm/boot/dts/armada-xp-mv78230.dtsi
|
||||
+++ b/arch/arm/boot/dts/armada-xp-mv78230.dtsi
|
||||
@@ -196,8 +196,6 @@
|
||||
#interrupt-cells = <2>;
|
||||
interrupts = <87>, <88>, <89>;
|
||||
};
|
||||
-
|
||||
- /*
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue