Commit 5fc3037a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: dts: apm: drop deprecated serial device_type

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent d0931f1d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -588,7 +588,6 @@ hwmonslimpro {
		};

		serial0: serial@10600000 {
			device_type = "serial";
			compatible = "ns16550";
			reg = <0 0x10600000 0x0 0x1000>;
			reg-shift = <2>;
+0 −4
Original line number Diff line number Diff line
@@ -763,7 +763,6 @@ hwmonslimpro {

		serial0: serial@1c020000 {
			status = "disabled";
			device_type = "serial";
			compatible = "ns16550a";
			reg = <0 0x1c020000 0x0 0x1000>;
			reg-shift = <2>;
@@ -774,7 +773,6 @@ serial0: serial@1c020000 {

		serial1: serial@1c021000 {
			status = "disabled";
			device_type = "serial";
			compatible = "ns16550a";
			reg = <0 0x1c021000 0x0 0x1000>;
			reg-shift = <2>;
@@ -785,7 +783,6 @@ serial1: serial@1c021000 {

		serial2: serial@1c022000 {
			status = "disabled";
			device_type = "serial";
			compatible = "ns16550a";
			reg = <0 0x1c022000 0x0 0x1000>;
			reg-shift = <2>;
@@ -796,7 +793,6 @@ serial2: serial@1c022000 {

		serial3: serial@1c023000 {
			status = "disabled";
			device_type = "serial";
			compatible = "ns16550a";
			reg = <0 0x1c023000 0x0 0x1000>;
			reg-shift = <2>;