summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/patches-3.18/110-kilauea_openwrt_flashmap.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-04-12 20:48:13 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-04-12 20:48:13 +0000
commit09722d0bdcce6a021ec20bdefc158878ce49b8dc (patch)
tree6105c778c0aae2c0ddbafe2da57df7b93026b124 /target/linux/ppc40x/patches-3.18/110-kilauea_openwrt_flashmap.patch
parente55532b7af58979b92027d4194fe9e102c381ec7 (diff)
downloadmaster-31e0f0ae-09722d0bdcce6a021ec20bdefc158878ce49b8dc.tar.gz
master-31e0f0ae-09722d0bdcce6a021ec20bdefc158878ce49b8dc.tar.bz2
master-31e0f0ae-09722d0bdcce6a021ec20bdefc158878ce49b8dc.zip
ppc40x: upgrade to 3.18
left "broken" as I'm not sure if my only board is to blame.. testers welcomed Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45406
Diffstat (limited to 'target/linux/ppc40x/patches-3.18/110-kilauea_openwrt_flashmap.patch')
-rw-r--r--target/linux/ppc40x/patches-3.18/110-kilauea_openwrt_flashmap.patch55
1 files changed, 55 insertions, 0 deletions
diff --git a/target/linux/ppc40x/patches-3.18/110-kilauea_openwrt_flashmap.patch b/target/linux/ppc40x/patches-3.18/110-kilauea_openwrt_flashmap.patch
new file mode 100644
index 0000000000..ab44a2d572
--- /dev/null
+++ b/target/linux/ppc40x/patches-3.18/110-kilauea_openwrt_flashmap.patch
@@ -0,0 +1,55 @@
+--- a/arch/powerpc/boot/dts/kilauea.dts
++++ b/arch/powerpc/boot/dts/kilauea.dts
+@@ -102,8 +102,8 @@
+ compatible = "ibm,sdram-405ex", "ibm,sdram-4xx-ddr2";
+ dcr-reg = <0x010 0x002>;
+ interrupt-parent = <&UIC2>;
+- interrupts = <0x5 0x4 /* ECC DED Error */
+- 0x6 0x4>; /* ECC SEC Error */
++ interrupts = <0x5 0x4 /* ECC DED Error */
++ 0x6 0x4>; /* ECC SEC Error */
+ };
+
+ CRYPTO: crypto@ef700000 {
+@@ -157,30 +157,30 @@
+ reg = <0x00000000 0x00000000 0x04000000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+- partition@0 {
++ partition0@0 {
+ label = "kernel";
+ reg = <0x00000000 0x001e0000>;
+ };
+- partition@1e0000 {
++ partition1@1e0000 {
+ label = "dtb";
+ reg = <0x001e0000 0x00020000>;
+ };
+- partition@200000 {
+- label = "root";
+- reg = <0x00200000 0x00200000>;
+- };
+- partition@400000 {
+- label = "user";
+- reg = <0x00400000 0x03b60000>;
++ partition2@200000 {
++ label = "rootfs";
++ reg = <0x00200000 0x03d60000>;
+ };
+- partition@3f60000 {
++ partition3@3f60000 {
+ label = "env";
+ reg = <0x03f60000 0x00040000>;
+ };
+- partition@3fa0000 {
++ partition4@3fa0000 {
+ label = "u-boot";
+ reg = <0x03fa0000 0x00060000>;
+ };
++ partition5@0 {
++ label = "firmware";
++ reg = <0x00000000 0x03f60000>;
++ };
+ };
+
+ ndfc@1,0 {