Commit 64afb249 authored by Uwe Kleine-König's avatar Uwe Kleine-König

ARM: efm32: fix unit address part in USART2 device nodes' names

While removing the 0x prefixes in the unit addresses in reply to a review
comment, I must somehow have messed up these two. Uups.
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
parent d5d5ce95
...@@ -84,7 +84,7 @@ spi1: spi@4000c400 { /* USART1 */ ...@@ -84,7 +84,7 @@ spi1: spi@4000c400 { /* USART1 */
status = "disabled"; status = "disabled";
}; };
spi2: spi@40x4000c800 { /* USART2 */ spi2: spi@4000c800 { /* USART2 */
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "efm32,spi"; compatible = "efm32,spi";
...@@ -110,7 +110,7 @@ uart1: uart@4000c400 { /* USART1 */ ...@@ -110,7 +110,7 @@ uart1: uart@4000c400 { /* USART1 */
status = "disabled"; status = "disabled";
}; };
uart2: uart@40x4000c800 { /* USART2 */ uart2: uart@4000c800 { /* USART2 */
compatible = "efm32,uart"; compatible = "efm32,uart";
reg = <0x4000c800 0x400>; reg = <0x4000c800 0x400>;
interrupts = <18 19>; interrupts = <18 19>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment