1
0
Fork 0

ARM: dts: imx28-cfa10049: fix dtc warning

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>
steinar/wifi_calib_4_9_kernel
Stefan Wahren 2016-06-05 13:51:55 +00:00 committed by Shawn Guo
parent 7cae24dfe9
commit 88ab101cd2
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@
};
onewire@0 {
onewire {
compatible = "w1-gpio";
pinctrl-names = "default";
pinctrl-0 = <&w1_gpio_pins>;