arm64: dts: renesas: salvator-common: Prefer HSCIF1 over SCIF1
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 29 Jun 2018 14:51:12 +0000 (16:51 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 5 Jul 2018 16:01:58 +0000 (18:01 +0200)
HSCIF is superior to SCIF (larger FIFOs, more accurate and wider
supported range of bitrates).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index 6439d05..9687166 100644 (file)
@@ -33,7 +33,7 @@
 / {
        aliases {
                serial0 = &scif2;
-               serial1 = &scif1;
+               serial1 = &hscif1;
                ethernet0 = &avb;
        };
 
 
        uart-has-rtscts;
        /* Please only enable hscif1 or scif1 */
-       /* status = "okay"; */
+       status = "okay";
 };
 
 &hsusb {
 
        uart-has-rtscts;
        /* Please only enable hscif1 or scif1 */
-       status = "okay";
+       /* status = "okay"; */
 };
 
 &scif2 {