On Tue, Mar 17, 2009 at 10:12:22AM +0100, Wolfgang Grandegegr wrote:
quoted hunk ↗ jump to hunk
--- a/arch/powerpc/boot/dts/tqm8548.dts
+++ b/arch/powerpc/boot/dts/tqm8548.dts
@@ -389,6 +389,11 @@
reg = <3 0x0 0x800>;
fsl,upm-addr-offset = <0x10>;
fsl,upm-cmd-offset = <0x08>;
+ wait-flags = <0x05>;
+ /* Multi-chip device */
+ fsl,upm-mar-chip-offset = <0x200>;
+ max-chips = <2>;
+ chip-offset = <0x200>;
Device-specific properties (especially vaguely-named ones like wait-flags)
should have at least an "fsl," prefix (or better, an "fsl,upm-" or
"fsl,upm-nand-" prefix).
Please update Documentation/powerpc/dts-bindings/fsl/upm-nand.txt with the
definitions of these new properties.
-Scott