devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: broadcom: drop deprecated serial device_type
@ 2023-01-23 15:16 Krzysztof Kozlowski
  2023-01-23 15:16 ` [PATCH 2/2] ARM: dts: broadcom: align UART node name with bindings Krzysztof Kozlowski
  2023-01-23 18:09 ` [PATCH 1/2] arm64: dts: broadcom: drop deprecated serial device_type Florian Fainelli
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-23 15:16 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Ray Jui, Scott Branden,
	Broadcom internal kernel review list, Florian Fainelli,
	devicetree, linux-arm-kernel, linux-kernel, linux-rpi-kernel
  Cc: Krzysztof Kozlowski

The device_type property is deprecated by Devicetree specification and
bindings do not allow it.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
index b8b8c0e78cc6..a9186166c068 100644
--- a/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
+++ b/arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
@@ -475,7 +475,6 @@ i2c1: i2c@e0000 {
 		};
 
 		uart0: serial@100000 {
-			device_type = "serial";
 			compatible = "snps,dw-apb-uart";
 			reg = <0x00100000 0x1000>;
 			reg-shift = <2>;
@@ -486,7 +485,6 @@ uart0: serial@100000 {
 		};
 
 		uart1: serial@110000 {
-			device_type = "serial";
 			compatible = "snps,dw-apb-uart";
 			reg = <0x00110000 0x1000>;
 			reg-shift = <2>;
@@ -497,7 +495,6 @@ uart1: serial@110000 {
 		};
 
 		uart2: serial@120000 {
-			device_type = "serial";
 			compatible = "snps,dw-apb-uart";
 			reg = <0x00120000 0x1000>;
 			reg-shift = <2>;
@@ -508,7 +505,6 @@ uart2: serial@120000 {
 		};
 
 		uart3: serial@130000 {
-			device_type = "serial";
 			compatible = "snps,dw-apb-uart";
 			reg = <0x00130000 0x1000>;
 			reg-shift = <2>;
-- 
2.34.1


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

end of thread, other threads:[~2023-01-23 18:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-23 15:16 [PATCH 1/2] arm64: dts: broadcom: drop deprecated serial device_type Krzysztof Kozlowski
2023-01-23 15:16 ` [PATCH 2/2] ARM: dts: broadcom: align UART node name with bindings Krzysztof Kozlowski
2023-01-23 18:07   ` Florian Fainelli
2023-01-23 18:09 ` [PATCH 1/2] arm64: dts: broadcom: drop deprecated serial device_type Florian Fainelli

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).