]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: uniphier: remove redundant serial fifo-size properties
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 4 Nov 2016 00:53:53 +0000 (09:53 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 5 Nov 2016 14:21:31 +0000 (23:21 +0900)
These are the default of the optional property.  No need to describe
them explicitly.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/boot/dts/uniphier-sld3.dtsi

index 35c18197d94fb9ca4125bdff8ca6722247635080..5f57a96e4e133e861466387df78ce44c256a907c 100644 (file)
@@ -135,7 +135,6 @@ serial0: serial@54006800 {
                        reg = <0x54006800 0x40>;
                        interrupts = <0 33 4>;
                        clocks = <&sys_clk 0>;
-                       fifo-size = <64>;
                };
 
                serial1: serial@54006900 {
@@ -144,7 +143,6 @@ serial1: serial@54006900 {
                        reg = <0x54006900 0x40>;
                        interrupts = <0 35 4>;
                        clocks = <&sys_clk 0>;
-                       fifo-size = <64>;
                };
 
                serial2: serial@54006a00 {
@@ -153,7 +151,6 @@ serial2: serial@54006a00 {
                        reg = <0x54006a00 0x40>;
                        interrupts = <0 37 4>;
                        clocks = <&sys_clk 0>;
-                       fifo-size = <64>;
                };
 
                i2c0: i2c@58400000 {