Commit bf89bd52 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Arnd Bergmann

ARM: dts: atlas7: Use generic uart-has-rtscts DT property

As of commit 7f60830a ("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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent dfbecbc7
......@@ -73,7 +73,7 @@ partitions@0 {
btm {
uart6: uart@11000000 {
status = "okay";
sirf,uart-has-rtscts;
uart-has-rtscts;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment