diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-03-02 15:02:45 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-07 16:35:23 +0100 |
commit | bf89bd5294f295f1048b745a7f241e0295a065f6 (patch) | |
tree | 4486061a1b16e78e41d8bace0e08379993a25022 /arch/arm/boot/dts/atlas7-evb.dts | |
parent | Merge tag 'stm32-dt-for-v4.17-1' of ssh://gitolite.kernel.org/pub/scm/linux/k... (diff) | |
download | linux-bf89bd5294f295f1048b745a7f241e0295a065f6.tar.xz linux-bf89bd5294f295f1048b745a7f241e0295a065f6.zip |
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 <geert+renesas@glider.be>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/atlas7-evb.dts')
-rw-r--r-- | arch/arm/boot/dts/atlas7-evb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/atlas7-evb.dts b/arch/arm/boot/dts/atlas7-evb.dts index 1e9cd1a8508e..900e03b7a7b2 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; }; }; |