Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41fc619d authored by Nishanth Menon's avatar Nishanth Menon Committed by Tony Lindgren
Browse files

bus: omap_l3_noc: Fix connID for OMAP4



Commit d4d8819e ("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: d4d8819e ("bus: omap_l3_noc: fix masterid detection")
Reported-by: default avatarKristian Otnes <kotnes@cisco.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent e847faf4
Loading
Loading
Loading
Loading
+25 −25
Original line number Original line Diff line number Diff line
@@ -188,31 +188,31 @@ static struct l3_flagmux_data omap_l3_flagmux_clk3 = {
};
};


static struct l3_masters_data omap_l3_masters[] = {
static struct l3_masters_data omap_l3_masters[] = {
	{ 0x0 , "MPU"},
	{ 0x00, "MPU"},
	{ 0x10, "CS_ADP"},
	{ 0x04, "CS_ADP"},
	{ 0x14, "xxx"},
	{ 0x05, "xxx"},
	{ 0x20, "DSP"},
	{ 0x08, "DSP"},
	{ 0x30, "IVAHD"},
	{ 0x0C, "IVAHD"},
	{ 0x40, "ISS"},
	{ 0x10, "ISS"},
	{ 0x44, "DucatiM3"},
	{ 0x11, "DucatiM3"},
	{ 0x48, "FaceDetect"},
	{ 0x12, "FaceDetect"},
	{ 0x50, "SDMA_Rd"},
	{ 0x14, "SDMA_Rd"},
	{ 0x54, "SDMA_Wr"},
	{ 0x15, "SDMA_Wr"},
	{ 0x58, "xxx"},
	{ 0x16, "xxx"},
	{ 0x5C, "xxx"},
	{ 0x17, "xxx"},
	{ 0x60, "SGX"},
	{ 0x18, "SGX"},
	{ 0x70, "DSS"},
	{ 0x1C, "DSS"},
	{ 0x80, "C2C"},
	{ 0x20, "C2C"},
	{ 0x88, "xxx"},
	{ 0x22, "xxx"},
	{ 0x8C, "xxx"},
	{ 0x23, "xxx"},
	{ 0x90, "HSI"},
	{ 0x24, "HSI"},
	{ 0xA0, "MMC1"},
	{ 0x28, "MMC1"},
	{ 0xA4, "MMC2"},
	{ 0x29, "MMC2"},
	{ 0xA8, "MMC6"},
	{ 0x2A, "MMC6"},
	{ 0xB0, "UNIPRO1"},
	{ 0x2C, "UNIPRO1"},
	{ 0xC0, "USBHOSTHS"},
	{ 0x30, "USBHOSTHS"},
	{ 0xC4, "USBOTGHS"},
	{ 0x31, "USBOTGHS"},
	{ 0xC8, "USBHOSTFS"}
	{ 0x32, "USBHOSTFS"}
};
};


static struct l3_flagmux_data *omap_l3_flagmux[] = {
static struct l3_flagmux_data *omap_l3_flagmux[] = {