On Saturday 31 August 2013 11:12 PM, Sergei Shtylyov wrote: > Hello. > > On 08/30/2013 09:52 PM, Mugunthan V N wrote: > >> DT node's unit address should be its own register offset address to >> make it a >> unique across the system. This patch corrects the incorrect USB >> entries with >> correct register offset for unit address. > >> Cc: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> >> Cc: Felipe Balbi <balbi@xxxxxx> >> Signed-off-by: Mugunthan V N <mugunthanvnm@xxxxxx> >> --- >> arch/arm/boot/dts/am33xx.dtsi | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > >> diff --git a/arch/arm/boot/dts/am33xx.dtsi >> b/arch/arm/boot/dts/am33xx.dtsi >> index f9c5da9..e9b6775 100644 >> --- a/arch/arm/boot/dts/am33xx.dtsi >> +++ b/arch/arm/boot/dts/am33xx.dtsi > [...] >> @@ -449,7 +449,7 @@ >> "tx14", "tx15"; >> }; >> >> - cppi41dma: dma-controller@07402000 { >> + cppi41dma: dma-controller@47402000 { > > Not @47400000? Look at the first entry in the "reg" prop. 47400000 is already used in USB SS. See below from am33xx.dtsi file 340 usb: usb@47400000 { 341 compatible = "ti,am33xx-usb"; 342 reg = <0x47400000 0x1000>; 343 ranges; Regards Mugunthan V N -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html