OSDN Git Service

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

Link: https://lore.kernel.org/r/20230123151549.369818-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi
arch/arm64/boot/dts/apm/apm-storm.dtsi

index a8526f8..70a10bc 100644 (file)
                };
 
                serial0: serial@10600000 {
-                       device_type = "serial";
                        compatible = "ns16550";
                        reg = <0 0x10600000 0x0 0x1000>;
                        reg-shift = <2>;
index f56d687..2083b54 100644 (file)
 
                serial0: serial@1c020000 {
                        status = "disabled";
-                       device_type = "serial";
                        compatible = "ns16550a";
                        reg = <0 0x1c020000 0x0 0x1000>;
                        reg-shift = <2>;
 
                serial1: serial@1c021000 {
                        status = "disabled";
-                       device_type = "serial";
                        compatible = "ns16550a";
                        reg = <0 0x1c021000 0x0 0x1000>;
                        reg-shift = <2>;
 
                serial2: serial@1c022000 {
                        status = "disabled";
-                       device_type = "serial";
                        compatible = "ns16550a";
                        reg = <0 0x1c022000 0x0 0x1000>;
                        reg-shift = <2>;
 
                serial3: serial@1c023000 {
                        status = "disabled";
-                       device_type = "serial";
                        compatible = "ns16550a";
                        reg = <0 0x1c023000 0x0 0x1000>;
                        reg-shift = <2>;