bus: omap_l3_noc: Fix connID for OMAP4
authorNishanth Menon <nm@ti.com>
Wed, 10 Sep 2014 10:20:27 +0000 (05:20 -0500)
committerTony Lindgren <tony@atomide.com>
Thu, 11 Sep 2014 17:43:39 +0000 (10:43 -0700)
commit41fc619dd5584d438d1eb673bd82a722d627ad85
tree9f18da0c6371c7a51dc43d5f162aa5fe7884a70a
parente847faf44929112c99b3759a533a727ebd71945b
bus: omap_l3_noc: Fix connID for OMAP4

Commit d4d8819e205854c ("bus: omap_l3_noc: fix masterid detection")
did the right thing in dropping the LSB 2 bits which is not part
of the ConnID for NTTP master address. However, as part of that
change, we should also have ensured that existing list of OMAP4 connID
codes are also shifted by 2 bits to ensure that connIDs map to "Table
13-18. ConnID Values" as provided in Technical Reference Manuals for
OMAP4430(Rev AP, April 2014, SWPU220AP) and OMAP4460(Rev AB, April
2014, SWPU234AB)

Fixes: d4d8819e205854c ("bus: omap_l3_noc: fix masterid detection")
Reported-by: Kristian Otnes <kotnes@cisco.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/omap_l3_noc.h
This page took 0.026011 seconds and 5 git commands to generate.