Re: [PATCH] arm64: dts: renesas: salvator-common: Prefer HSCIF1 over SCIF1

2018-07-05 Thread Simon Horman
On Mon, Jul 02, 2018 at 02:58:22PM +0200, Simon Horman wrote:
> On Fri, Jun 29, 2018 at 04:51:12PM +0200, Geert Uytterhoeven wrote:
> > HSCIF is superior to SCIF (larger FIFOs, more accurate and wider
> > supported range of bitrates).
> > 
> > Signed-off-by: Geert Uytterhoeven 
> 
> Thanks,
> 
> This looks fine to me but I will wait to see if there are other reviews
> before applying.
> 
> Reviewed-by: Simon Horman 

Thanks again, applied.


Re: [PATCH] arm64: dts: renesas: salvator-common: Prefer HSCIF1 over SCIF1

2018-07-02 Thread Simon Horman
On Fri, Jun 29, 2018 at 04:51:12PM +0200, Geert Uytterhoeven wrote:
> HSCIF is superior to SCIF (larger FIFOs, more accurate and wider
> supported range of bitrates).
> 
> Signed-off-by: Geert Uytterhoeven 

Thanks,

This looks fine to me but I will wait to see if there are other reviews
before applying.

Reviewed-by: Simon Horman 


[PATCH] arm64: dts: renesas: salvator-common: Prefer HSCIF1 over SCIF1

2018-06-29 Thread Geert Uytterhoeven
HSCIF is superior to SCIF (larger FIFOs, more accurate and wider
supported range of bitrates).

Signed-off-by: Geert Uytterhoeven 
---
 arch/arm64/boot/dts/renesas/salvator-common.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi 
b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
index 6439d05fd7ecd99f..9687166c44732a9f 100644
--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -33,7 +33,7 @@
 / {
aliases {
serial0 = 
-   serial1 = 
+   serial1 = 
ethernet0 = 
};
 
@@ -344,7 +344,7 @@
 
uart-has-rtscts;
/* Please only enable hscif1 or scif1 */
-   /* status = "okay"; */
+   status = "okay";
 };
 
  {
@@ -723,7 +723,7 @@
 
uart-has-rtscts;
/* Please only enable hscif1 or scif1 */
-   status = "okay";
+   /* status = "okay"; */
 };
 
  {
-- 
2.17.1