Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29ad7f49 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: dts: uniphier: remove redundant serial fifo-size properties



These are the default of the optional property.  No need to describe
them explicitly.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 2752bcaa
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -135,7 +135,6 @@
			reg = <0x54006800 0x40>;
			reg = <0x54006800 0x40>;
			interrupts = <0 33 4>;
			interrupts = <0 33 4>;
			clocks = <&sys_clk 0>;
			clocks = <&sys_clk 0>;
			fifo-size = <64>;
		};
		};


		serial1: serial@54006900 {
		serial1: serial@54006900 {
@@ -144,7 +143,6 @@
			reg = <0x54006900 0x40>;
			reg = <0x54006900 0x40>;
			interrupts = <0 35 4>;
			interrupts = <0 35 4>;
			clocks = <&sys_clk 0>;
			clocks = <&sys_clk 0>;
			fifo-size = <64>;
		};
		};


		serial2: serial@54006a00 {
		serial2: serial@54006a00 {
@@ -153,7 +151,6 @@
			reg = <0x54006a00 0x40>;
			reg = <0x54006a00 0x40>;
			interrupts = <0 37 4>;
			interrupts = <0 37 4>;
			clocks = <&sys_clk 0>;
			clocks = <&sys_clk 0>;
			fifo-size = <64>;
		};
		};


		i2c0: i2c@58400000 {
		i2c0: i2c@58400000 {