Re: [PATCH] arm64: dts: k3-am65-wakeup: Fix wakeup_uart reg address

2018-11-09 Thread Tero Kristo
On 07/11/2018 23:00, Nishanth Menon wrote: On 10:10-20181005, Vutla, Lokesh wrote: On Thursday 27 September 2018 10:31 AM, Vignesh R wrote: cbass_wakeup interconnect which is the parent of wakeup_uart node defines address-cells=1 and size-cells=1, therefore fix up reg property of wakeup_uart

Re: [PATCH] arm64: dts: k3-am65-wakeup: Fix wakeup_uart reg address

2018-11-07 Thread Nishanth Menon
On 10:10-20181005, Vutla, Lokesh wrote: > > > On Thursday 27 September 2018 10:31 AM, Vignesh R wrote: > > cbass_wakeup interconnect which is the parent of wakeup_uart node > > defines address-cells=1 and size-cells=1, therefore fix up reg property > > of wakeup_uart node accordingly. Otherwise,

Re: [PATCH] arm64: dts: k3-am65-wakeup: Fix wakeup_uart reg address

2018-10-05 Thread Nishanth Menon
On 05:01-20180927, Vignesh R wrote: > cbass_wakeup interconnect which is the parent of wakeup_uart node > defines address-cells=1 and size-cells=1, therefore fix up reg property > of wakeup_uart node accordingly. Otherwise, this UART instance fails to > probe if enabled. > > Fixes: 4201af2544b3 ("

Re: [PATCH] arm64: dts: k3-am65-wakeup: Fix wakeup_uart reg address

2018-10-05 Thread Lokesh Vutla
On Thursday 27 September 2018 10:31 AM, Vignesh R wrote: cbass_wakeup interconnect which is the parent of wakeup_uart node defines address-cells=1 and size-cells=1, therefore fix up reg property of wakeup_uart node accordingly. Otherwise, this UART instance fails to probe if enabled. Fixes: 4