arm64: dts: amazon: drop deprecated serial device_type
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Jan 2023 15:15:47 +0000 (16:15 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 26 Jan 2023 10:21:02 +0000 (11:21 +0100)
The device_type property is deprecated by Devicetree specification and
bindings do not allow it.

Link: https://lore.kernel.org/r/20230123151547.369791-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/amazon/alpine-v2.dtsi

index 4eb2cd14e00b0f8e768ef74a6fb3a5d012bb55a0..dccbba6e7f98e49f572b57c86415dced108fee2d 100644 (file)
 
                        uart0: serial@1883000 {
                                compatible = "ns16550a";
-                               device_type = "serial";
                                reg = <0x1883000 0x1000>;
                                interrupts = <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>;
                                clock-frequency = <500000000>;
 
                        uart1: serial@1884000 {
                                compatible = "ns16550a";
-                               device_type = "serial";
                                reg = <0x1884000 0x1000>;
                                interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
                                clock-frequency = <500000000>;
 
                        uart2: serial@1885000 {
                                compatible = "ns16550a";
-                               device_type = "serial";
                                reg = <0x1885000 0x1000>;
                                interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
                                clock-frequency = <500000000>;
 
                        uart3: serial@1886000 {
                                compatible = "ns16550a";
-                               device_type = "serial";
                                reg = <0x1886000 0x1000>;
                                interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
                                clock-frequency = <500000000>;