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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
		};

		i2c@4000a000 {
			location = <3>;
			efm32,location = <3>;
			status = "ok";

			temp@48 {
+2 −2
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
			status = "disabled";
		};

		spi2: spi@40x4000c800 { /* USART2 */
		spi2: spi@4000c800 { /* USART2 */
			#address-cells = <1>;
			#size-cells = <0>;
			compatible = "efm32,spi";
@@ -110,7 +110,7 @@
			status = "disabled";
		};

		uart2: uart@40x4000c800 { /* USART2 */
		uart2: uart@4000c800 { /* USART2 */
			compatible = "efm32,uart";
			reg = <0x4000c800 0x400>;
			interrupts = <18 19>;