[PATCH 6/7] ARM: add dma_mask to pdev_archdata
Rob Herring
robherring2 at gmail.com
Wed Nov 17 07:33:54 EST 2010
From: Rob Herring <rob.herring at calxeda.com>
Signed-off-by: Rob Herring <rob.herring at calxeda.com>
---
arch/arm/include/asm/device.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/device.h b/arch/arm/include/asm/device.h
index 9f390ce..2035476 100644
--- a/arch/arm/include/asm/device.h
+++ b/arch/arm/include/asm/device.h
@@ -13,6 +13,7 @@ struct dev_archdata {
};
struct pdev_archdata {
+ u64 dma_mask;
};
#endif
--
1.7.1
More information about the devicetree-discuss
mailing list