diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-03-17 05:14:40 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-17 05:14:46 -0400 |
commit | 3c883ef345952766f2dc2d77f4e8269913511c83 (patch) | |
tree | 101218acc1290dc8d52d0cae3f7e072173ace584 | |
parent | 8d445234dcd5bdb05f21ced4d9928db0b60643dc (diff) | |
parent | 35c3a9c8074efa2e763ef1da31e6a9e419884a81 (diff) |
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: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/boot/dts/efm32gg-dk3750.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/efm32gg.dtsi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/efm32gg-dk3750.dts b/arch/arm/boot/dts/efm32gg-dk3750.dts index aa5c0f6363d6..b4031fa4a567 100644 --- a/arch/arm/boot/dts/efm32gg-dk3750.dts +++ b/arch/arm/boot/dts/efm32gg-dk3750.dts | |||
@@ -26,7 +26,7 @@ | |||
26 | }; | 26 | }; |
27 | 27 | ||
28 | i2c@4000a000 { | 28 | i2c@4000a000 { |
29 | location = <3>; | 29 | efm32,location = <3>; |
30 | status = "ok"; | 30 | status = "ok"; |
31 | 31 | ||
32 | temp@48 { | 32 | temp@48 { |
diff --git a/arch/arm/boot/dts/efm32gg.dtsi b/arch/arm/boot/dts/efm32gg.dtsi index a342ab0e6e4f..106d505c5d3d 100644 --- a/arch/arm/boot/dts/efm32gg.dtsi +++ b/arch/arm/boot/dts/efm32gg.dtsi | |||
@@ -84,7 +84,7 @@ | |||
84 | status = "disabled"; | 84 | status = "disabled"; |
85 | }; | 85 | }; |
86 | 86 | ||
87 | spi2: spi@40x4000c800 { /* USART2 */ | 87 | spi2: spi@4000c800 { /* USART2 */ |
88 | #address-cells = <1>; | 88 | #address-cells = <1>; |
89 | #size-cells = <0>; | 89 | #size-cells = <0>; |
90 | compatible = "efm32,spi"; | 90 | compatible = "efm32,spi"; |
@@ -110,7 +110,7 @@ | |||
110 | status = "disabled"; | 110 | status = "disabled"; |
111 | }; | 111 | }; |
112 | 112 | ||
113 | uart2: uart@40x4000c800 { /* USART2 */ | 113 | uart2: uart@4000c800 { /* USART2 */ |
114 | compatible = "efm32,uart"; | 114 | compatible = "efm32,uart"; |
115 | reg = <0x4000c800 0x400>; | 115 | reg = <0x4000c800 0x400>; |
116 | interrupts = <18 19>; | 116 | interrupts = <18 19>; |