linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend] ARM: dts: atlas7: Use generic uart-has-rtscts DT property
@ 2018-03-02 14:02 Geert Uytterhoeven
  2018-03-07 15:35 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2018-03-02 14:02 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/boot/dts/atlas7-evb.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/atlas7-evb.dts b/arch/arm/boot/dts/atlas7-evb.dts
index 1e9cd1a8508e17c2..900e03b7a7b21011 100644
--- a/arch/arm/boot/dts/atlas7-evb.dts
+++ b/arch/arm/boot/dts/atlas7-evb.dts
@@ -73,7 +73,7 @@
 		btm {
 			uart6: uart at 11000000 {
 				status = "okay";
-				sirf,uart-has-rtscts;
+				uart-has-rtscts;
 			};
 		};
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH resend] ARM: dts: atlas7: Use generic uart-has-rtscts DT property
  2018-03-02 14:02 [PATCH resend] ARM: dts: atlas7: Use generic uart-has-rtscts DT property Geert Uytterhoeven
@ 2018-03-07 15:35 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2018-03-07 15:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Mar 2, 2018 at 3:02 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> 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>

Pulled into next/dt, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-07 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-02 14:02 [PATCH resend] ARM: dts: atlas7: Use generic uart-has-rtscts DT property Geert Uytterhoeven
2018-03-07 15:35 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).