Commit e848f754 authored by Uwe Kleine-König's avatar Uwe Kleine-König

ARM: efm32: switch to properly namespaced location property

Since commits:

281ec367 (i2c: efm32: correct namespacing of location property)
d36f47fa (serial: efm32: correct namespacing of location property)
10ed7e98 (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: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
parent 64291f7d
...@@ -26,7 +26,7 @@ adc@40002000 { ...@@ -26,7 +26,7 @@ adc@40002000 {
}; };
i2c@4000a000 { i2c@4000a000 {
efm32,location = <3>; energymicro,location = <3>;
status = "ok"; status = "ok";
temp@48 { temp@48 {
...@@ -43,7 +43,7 @@ eeprom@50 { ...@@ -43,7 +43,7 @@ eeprom@50 {
spi0: spi@4000c000 { /* USART0 */ spi0: spi@4000c000 { /* USART0 */
cs-gpios = <&gpio 68 1>; // E4 cs-gpios = <&gpio 68 1>; // E4
location = <1>; energymicro,location = <1>;
status = "ok"; status = "ok";
microsd@0 { microsd@0 {
...@@ -57,7 +57,7 @@ microsd@0 { ...@@ -57,7 +57,7 @@ microsd@0 {
spi1: spi@4000c400 { /* USART1 */ spi1: spi@4000c400 { /* USART1 */
cs-gpios = <&gpio 51 1>; // D3 cs-gpios = <&gpio 51 1>; // D3
location = <1>; energymicro,location = <1>;
status = "ok"; status = "ok";
ks8851@0 { ks8851@0 {
...@@ -70,7 +70,7 @@ ks8851@0 { ...@@ -70,7 +70,7 @@ ks8851@0 {
}; };
uart4: uart@4000e400 { /* UART1 */ uart4: uart@4000e400 { /* UART1 */
location = <2>; energymicro,location = <2>;
status = "ok"; status = "ok";
}; };
......
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