Przeglądaj źródła

ARC: [plat-arcfpga] DT arc-uart bindings change: "baud" => "current-speed"

Per Grant's review comment - driver changes via tty tree

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Vineet Gupta 13 lat temu
rodzic
commit
fc32781bfd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      arch/arc/boot/dts/angel4.dts

+ 1 - 1
arch/arc/boot/dts/angel4.dts

@@ -48,7 +48,7 @@
 			reg = <0xc0fc1000 0x100>;
 			interrupts = <5>;
 			clock-frequency = <80000000>;
-			baud = <115200>;
+			current-speed = <115200>;
 			status = "okay";
 		};
 	};