From 54ef805a9938552313fd11d9a29d3009e817a247 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 19 Jul 2009 09:11:59 +0000 Subject: [ppc40x] add driver for the CF slot of the Magicbox v2/OpenRB boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16910 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../103-openrb-light-add-cf-card-to-dts.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/ppc40x/patches-2.6.30/103-openrb-light-add-cf-card-to-dts.patch (limited to 'target/linux/ppc40x/patches-2.6.30/103-openrb-light-add-cf-card-to-dts.patch') diff --git a/target/linux/ppc40x/patches-2.6.30/103-openrb-light-add-cf-card-to-dts.patch b/target/linux/ppc40x/patches-2.6.30/103-openrb-light-add-cf-card-to-dts.patch new file mode 100644 index 000000000..ee49aa1c9 --- /dev/null +++ b/target/linux/ppc40x/patches-2.6.30/103-openrb-light-add-cf-card-to-dts.patch @@ -0,0 +1,17 @@ +--- a/arch/powerpc/boot/dts/openrb-light.dts ++++ b/arch/powerpc/boot/dts/openrb-light.dts +@@ -177,6 +177,14 @@ + */ + clock-frequency = <0>; /* Filled in by zImage */ + ++ cf_card@ff100000 { ++ compatible = "magicbox-cf"; ++ reg = <0x00000000 0xff100000 0x00001000 ++ 0x00000000 0xff200000 0x00001000>; ++ interrupt-parent = <&UIC0>; ++ interrupts = <0x19 0x1 /* IRQ_TYPE_EDGE_RISING */ >; ++ }; ++ + nor_flash@ff800000 { + compatible = "cfi-flash"; + bank-width = <2>; -- cgit v1.2.3