Commit f7ec6efe authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: omap: align UART node name with bindings

parent fe15c26e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ &gpmc {
	 * they probably share the same GPIO IRQ
	 * REVISIT: Add timing support from slls644g.pdf
	 */
	uart@3,0 {
	serial@3,0 {
		compatible = "ns16550a";
		reg = <3 0 8>;	/* CS3, offset 0, IO size 8 */
		bank-width = <2>;
@@ -50,7 +50,7 @@ uart@3,0 {
		gpmc,wr-data-mux-bus-ns = <45>;
		gpmc,wr-access-ns = <145>;
	};
	uart@3,1 {
	serial@3,1 {
		compatible = "ns16550a";
		reg = <3 0x100 8>;	/* CS3, offset 0x100, IO size 8 */
		bank-width = <2>;
@@ -61,7 +61,7 @@ uart@3,1 {
		clock-frequency = <1843200>;
		current-speed = <115200>;
	};
	uart@3,2 {
	serial@3,2 {
		compatible = "ns16550a";
		reg = <3 0x200 8>;	/* CS3, offset 0x200, IO size 8 */
		bank-width = <2>;
@@ -72,7 +72,7 @@ uart@3,2 {
		clock-frequency = <1843200>;
		current-speed = <115200>;
	};
	uart@3,3 {
	serial@3,3 {
		compatible = "ns16550a";
		reg = <3 0x300 8>;	/* CS3, offset 0x300, IO size 8 */
		bank-width = <2>;