Re: [PATCH 2/3] msm_serial: Read bit rate register value from DT

2020-07-29 Thread Tom Rini
On Mon, Jul 06, 2020 at 10:37:55AM +0200, Robert Marko wrote: > IPQ40xx and currently supported Snapdragon boards don't use the same one > so enable reading it from DT, if no DT property is found default value > is the same as the previous define. > > Signed-off-by: Robert Marko > Reviewed-By: R

Re: [PATCH 2/3] msm_serial: Read bit rate register value from DT

2020-07-11 Thread Ramon Fried
On Mon, Jul 6, 2020 at 11:38 AM Robert Marko wrote: > > IPQ40xx and currently supported Snapdragon boards don't use the same one > so enable reading it from DT, if no DT property is found default value > is the same as the previous define. > > Signed-off-by: Robert Marko > --- > doc/device-tree-

Re: [PATCH 2/3] msm_serial: Read bit rate register value from DT

2020-07-10 Thread Tom Rini
On Mon, Jul 06, 2020 at 10:37:55AM +0200, Robert Marko wrote: > IPQ40xx and currently supported Snapdragon boards don't use the same one > so enable reading it from DT, if no DT property is found default value > is the same as the previous define. > > Signed-off-by: Robert Marko > --- > doc/dev

[PATCH 2/3] msm_serial: Read bit rate register value from DT

2020-07-06 Thread Robert Marko
IPQ40xx and currently supported Snapdragon boards don't use the same one so enable reading it from DT, if no DT property is found default value is the same as the previous define. Signed-off-by: Robert Marko --- doc/device-tree-bindings/serial/msm-serial.txt | 4 drivers/serial/serial_msm.c