ARM: efm32: fix unit address part in USART2 device nodes' names
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 14 Mar 2014 14:51:15 +0000 (15:51 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 14 Mar 2014 15:04:15 +0000 (16:04 +0100)
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: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/boot/dts/efm32gg.dtsi

index a342ab0..106d505 100644 (file)
@@ -84,7 +84,7 @@
                        status = "disabled";
                };
 
-               spi2: spi@40x4000c800 { /* USART2 */
+               spi2: spi@4000c800 { /* USART2 */
                        #address-cells = <1>;
                        #size-cells = <0>;
                        compatible = "efm32,spi";
                        status = "disabled";
                };
 
-               uart2: uart@40x4000c800 { /* USART2 */
+               uart2: uart@4000c800 { /* USART2 */
                        compatible = "efm32,uart";
                        reg = <0x4000c800 0x400>;
                        interrupts = <18 19>;