提交 35c3a9c8 编写于 作者: U Uwe Kleine-König

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: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
上级 64afb249
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
}; };
i2c@4000a000 { i2c@4000a000 {
location = <3>; efm32,location = <3>;
status = "ok"; status = "ok";
temp@48 { temp@48 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册