From: Geert Uytterhoeven Date: Fri, 2 Mar 2018 14:02:45 +0000 (+0100) Subject: ARM: dts: atlas7: Use generic uart-has-rtscts DT property X-Git-Tag: v4.19~1283^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf89bd5294f295f1048b745a7f241e0295a065f6;p=platform%2Fkernel%2Flinux-rpi3.git ARM: dts: atlas7: Use generic uart-has-rtscts DT property As of commit 7f60830ab1511d94 ("serial: sirf: Use generic uart-has-rtscts DT property property"), the SiRF UART driver recognizes the generic "uart-has-rtscts" DT property, deprecating the vendor-specific "sirf,uart-has-rtscts" DT property. Hence replace the latter by the former in all DTS files. Signed-off-by: Geert Uytterhoeven Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/boot/dts/atlas7-evb.dts b/arch/arm/boot/dts/atlas7-evb.dts index 1e9cd1a..900e03b 100644 --- a/arch/arm/boot/dts/atlas7-evb.dts +++ b/arch/arm/boot/dts/atlas7-evb.dts @@ -73,7 +73,7 @@ btm { uart6: uart@11000000 { status = "okay"; - sirf,uart-has-rtscts; + uart-has-rtscts; }; };