Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: efm32: switch to properly namespaced location property

Since commits:

281ec367bff4 (i2c: efm32: correct namespacing of location property)
d36f47fa8419 (serial: efm32: correct namespacing of location property)
10ed7e9847b6 (spi: efm32: correct namespacing of location property)

(contained in 3.17-rc1) all drivers support the correctly
namespaced location property. So use the better names now.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

+4 -4
+4 -4
arch/arm/boot/dts/efm32gg-dk3750.dts
··· 26 26 }; 27 27 28 28 i2c@4000a000 { 29 - efm32,location = <3>; 29 + energymicro,location = <3>; 30 30 status = "ok"; 31 31 32 32 temp@48 { ··· 43 43 44 44 spi0: spi@4000c000 { /* USART0 */ 45 45 cs-gpios = <&gpio 68 1>; // E4 46 - location = <1>; 46 + energymicro,location = <1>; 47 47 status = "ok"; 48 48 49 49 microsd@0 { ··· 57 57 58 58 spi1: spi@4000c400 { /* USART1 */ 59 59 cs-gpios = <&gpio 51 1>; // D3 60 - location = <1>; 60 + energymicro,location = <1>; 61 61 status = "ok"; 62 62 63 63 ks8851@0 { ··· 70 70 }; 71 71 72 72 uart4: uart@4000e400 { /* UART1 */ 73 - location = <2>; 73 + energymicro,location = <2>; 74 74 status = "ok"; 75 75 }; 76 76