arm64: dts: broadcom: drop deprecated serial device_type
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Jan 2023 15:16:15 +0000 (16:16 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 23 Jan 2023 18:09:58 +0000 (10:09 -0800)
The device_type property is deprecated by Devicetree specification and
bindings do not allow it.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230123151616.369963-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

index b8b8c0e78cc6177824628b9f7d9c333428216002..a9186166c068c51915366073a1e723479743847d 100644 (file)
                };
 
                uart0: serial@100000 {
-                       device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00100000 0x1000>;
                        reg-shift = <2>;
                };
 
                uart1: serial@110000 {
-                       device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00110000 0x1000>;
                        reg-shift = <2>;
                };
 
                uart2: serial@120000 {
-                       device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00120000 0x1000>;
                        reg-shift = <2>;
                };
 
                uart3: serial@130000 {
-                       device_type = "serial";
                        compatible = "snps,dw-apb-uart";
                        reg = <0x00130000 0x1000>;
                        reg-shift = <2>;