Hi Suman,
On 12/23/2013 08:12 PM, Anna, Suman wrote:Hi Florian,
On 12/17/2013 06:53 AM, Florian Vaussard wrote:Add missing information required to probe the iommu for the camera
subsystem.
Signed-off-by: Florian Vaussard <florian.vaussard@xxxxxxx>
---
arch/arm/boot/dts/omap3.dtsi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index daabf99..610d084 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -371,11 +371,13 @@
dma-names = "tx", "rx";
};
- mmu_isp: mmu@480bd400 {
+ mmu_isp: mmu_isp@480bd400 {
Any reason for switching the name to mmu_isp?
The name of the hwmod is "mmu_isp". This was not working otherwise,
but I cannot tell you for sure why without getting back at my office.