Commit 3c883ef3 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'efm32-next' of git://git.pengutronix.de/git/ukl/linux into next/dt

Merge "Two more dt related efm32 fixes" from Uwe Kleine-König:

* tag 'efm32-next' of git://git.pengutronix.de/git/ukl/linux:
  ARM: efm32: properly namespace i2c location property
  ARM: efm32: fix unit address part in USART2 device nodes' names
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 8d445234 35c3a9c8
......@@ -26,7 +26,7 @@ adc@40002000 {
};
i2c@4000a000 {
location = <3>;
efm32,location = <3>;
status = "ok";
temp@48 {
......
......@@ -84,7 +84,7 @@ spi1: spi@4000c400 { /* USART1 */
status = "disabled";
};
spi2: spi@40x4000c800 { /* USART2 */
spi2: spi@4000c800 { /* USART2 */
#address-cells = <1>;
#size-cells = <0>;
compatible = "efm32,spi";
......@@ -110,7 +110,7 @@ uart1: uart@4000c400 { /* USART1 */
status = "disabled";
};
uart2: uart@40x4000c800 { /* USART2 */
uart2: uart@4000c800 { /* USART2 */
compatible = "efm32,uart";
reg = <0x4000c800 0x400>;
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