Re: [U-Boot] [PATCH 05/11] dma: ti: k3-udma: Get SYSFW reference from DT phandle

2019-11-14 Thread Vignesh Raghavendra
Hi, On 14/11/19 4:44 PM, Lokesh Vutla wrote: > > > On 14/11/19 2:44 PM, Vignesh Raghavendra wrote: >> Instead of looking getting reference to SYSFW device using name which >> is not guaranteed to be constant, use phandle supplied in the DT node to >> get reference to SYSFW >> >> Signed-off-by: V

Re: [U-Boot] [PATCH 05/11] dma: ti: k3-udma: Get SYSFW reference from DT phandle

2019-11-14 Thread Lokesh Vutla
On 14/11/19 2:44 PM, Vignesh Raghavendra wrote: > Instead of looking getting reference to SYSFW device using name which > is not guaranteed to be constant, use phandle supplied in the DT node to > get reference to SYSFW > > Signed-off-by: Vignesh Raghavendra > --- > drivers/dma/ti/k3-udma.c |

[U-Boot] [PATCH 05/11] dma: ti: k3-udma: Get SYSFW reference from DT phandle

2019-11-14 Thread Vignesh Raghavendra
Instead of looking getting reference to SYSFW device using name which is not guaranteed to be constant, use phandle supplied in the DT node to get reference to SYSFW Signed-off-by: Vignesh Raghavendra --- drivers/dma/ti/k3-udma.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --gi