diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2014-03-14 18:24:52 +0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2014-03-14 19:04:30 +0400 |
commit | 35c3a9c8074efa2e763ef1da31e6a9e419884a81 (patch) | |
tree | 36b2c9994d362ff840895777fa388d035124767a /arch/arm/boot/dts/efm32gg-dk3750.dts | |
parent | 64afb24991f7a263b07399c440dfa6b07fe29d9c (diff) | |
download | linux-35c3a9c8074efa2e763ef1da31e6a9e419884a81.tar.xz |
ARM: efm32: properly namespace i2c location property
Wolfram Sang pointed out during review of an efm32-i2c driver that the
property to specify the set of pins has a too general name. As several
other efm32 peripherals also have a similar register bit field, add an
"efm32" namespace.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/boot/dts/efm32gg-dk3750.dts')
-rw-r--r-- | arch/arm/boot/dts/efm32gg-dk3750.dts | 2 |
1 files changed, 1 insertions, 1 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 @@ }; i2c@4000a000 { - location = <3>; + efm32,location = <3>; status = "ok"; temp@48 { |