projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cae24d
)
ARM: dts: imx28-cfa10049: fix dtc warning
author
Stefan Wahren
<stefan.wahren@i2se.com>
Sun, 5 Jun 2016 13:51:55 +0000
(13:51 +0000)
committer
Shawn Guo
<shawnguo@kernel.org>
Sat, 11 Jun 2016 09:21:08 +0000
(17:21 +0800)
This fixes the following dtc warning by removing the unnecessary unit:
Warning (unit_address_vs_reg): Node /onewire@0 has a unit name,
but no reg property
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx28-cfa10049.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx28-cfa10049.dts
b/arch/arm/boot/dts/imx28-cfa10049.dts
index ef944b6d4f012326f382c75e10fa6bfbdf743253..a9c347e48bcfc502eee7d959320b73df17552eb1 100644
(file)
--- a/
arch/arm/boot/dts/imx28-cfa10049.dts
+++ b/
arch/arm/boot/dts/imx28-cfa10049.dts
@@
-426,7
+426,7
@@
};
- onewire
@0
{
+ onewire {
compatible = "w1-gpio";
pinctrl-names = "default";
pinctrl-0 = <&w1_gpio_pins>;