From: Hiroshi Doyu Date: Wed, 30 Oct 2013 23:17:48 +0000 (-0600) Subject: ARM: tegra: fix Tegra114 IOMMU register address X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~48^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cca9593266d70b741ae63618ed1657f69a9f389;p=pandora-kernel.git ARM: tegra: fix Tegra114 IOMMU register address The IOMMU node's reg property contains completely bogus values! Somehow, this had no practical effect, despite the fact the IOMMU driver appears to be writing to those registers. I suppose that since no HW modules is actually at that address, the writes simply had no effect. Note that I'm not CCing stable here, even though the problem exists as far back as v3.9, simply because this patch doesn't fix any observed issue, and I don't want to run the risk of suddenly writing to some registers and causing a regression. Signed-off-by: Hiroshi Doyu [swarren, wrote commit description] Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed