[PATCH 2/2] ARM: efm32: properly namespace i2c location property
Uwe Kleine-König
u.kleine-koenig at pengutronix.de
Fri Mar 14 11:53:37 EDT 2014
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 at pengutronix.de>
---
arch/arm/boot/dts/efm32gg-dk3750.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at 4000a000 {
- location = <3>;
+ efm32,location = <3>;
status = "ok";
temp at 48 {
--
1.9.0
More information about the linux-arm-kernel
mailing list