mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ARM: dts: atlas7: Use generic uart-has-rtscts DT property
As of commit 7f60830ab1
("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>
This commit is contained in:
parent
dfbecbc7b6
commit
bf89bd5294
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ partitions@0 {
|
|||
btm {
|
||||
uart6: uart@11000000 {
|
||||
status = "okay";
|
||||
sirf,uart-has-rtscts;
|
||||
uart-has-rtscts;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue